Cyber Resilience

CVE-2026-23684

Race Condition in Sap Commerce Cloud 2205 … 2211

Published
10 February 2026
Modified
17 February 2026
Patch / advisory
CVSS Score v3.1 5.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
EPSS Score 0.0016 6th percentile
Risk Priority 44 floored blend · peak EPSS

Summary

CVE-2026-23684 is a medium-severity Race Condition within a Thread (CWE-366) vulnerability in Sap Commerce Cloud. Its CVSS base score is 5.9 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A race condition vulnerability exists in the SAP Commerce cloud. Because of this when an attacker adds products to a cart, it may result in a cart entry being created with erroneous product value which could be checked out. This…

more

leads to high impact on data integrity, with no impact on data confidentiality or availability of the application.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1548 Abuse Elevation Control Mechanism Privilege Escalation
Adversaries may circumvent mechanisms designed to control privilege elevation to gain higher-level permissions.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-42481Same product: Sap Commerce Cloud
CVE-2019-0344Same product: Sap Commerce Cloud
CVE-2026-24321Same product: Sap Commerce Cloud
CVE-2024-33003Same product: Sap Commerce Cloud
CVE-2023-39439Same product: Sap Commerce Cloud
CVE-2023-37486Same product: Sap Commerce Cloud
CVE-2023-6546Shared CWE-362, CWE-366
CVE-2023-4732Shared CWE-362, CWE-366
CVE-2024-6778Shared CWE-362, CWE-366
CVE-2023-40625Same vendor: Sap

Affected Assets

sap
commerce cloud
2205, 2211

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V10.4.2
  • V10.4.5
  • V15.1.3
  • V15.4.1

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and evaluation can include concurrency and stress testing that finds race conditions after they have been coded.

Requiring documented development standards and tools can mandate use of safe concurrency patterns that avoid introducing races.

Security engineering principles include requirements for synchronization primitives and thread-safe design that stop race conditions from being introduced.

Maintaining separate execution domains for each process structurally eliminates unintended concurrent access to the same shared resources.

Preventing unintended information transfer through shared system resources directly addresses the improper concurrent modification that defines a race condition.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require synchronization primitives and concurrency analysis that prevent intra-thread race conditions.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect race conditions through concurrency and stress testing.

prevents

Secure development lifecycle includes concurrency and synchronization practices that reduce race conditions.

prevents

Application security requirements can mandate thread-safety and locking controls.

prevents

Secure architecture principles address concurrent access and resource synchronization.

prevents

Secure coding standards directly require proper synchronization primitives to prevent race conditions.

none

Change management can introduce or remove synchronization flaws during updates.

References