Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Unauthenticated network-reachable default auth client (PR:N/AV:N/AC:L), no interaction (UI:N), code execution pivoting to internal components justifies S:C and C:H/I:H/A:H.
Primary rating from Vendor (sap).
CVSS VectorVendor: sap
Lifecycle Timeline
2DescriptionCVE.org
SAP Commerce Cloud allows an unauthenticated attacker to abuse a default authentication client and submit specially crafted input to certain functions lacking sufficient validation. Successful exploitation could enable arbitrary code execution and compromise internal components, resulting in high impact on confidentiality, integrity, and availability of the application.
Articles & Coverage 2
AnalysisAI
Unauthenticated remote code execution in SAP Commerce Cloud's Data Hub Adapter lets attackers abuse a default authentication client to send specially crafted input to functions that lack sufficient validation, yielding arbitrary code execution and a scope change that compromises internal components. This is a maximum-severity CVSS 10.0 flaw (CWE-94 code injection) affecting confidentiality, integrity, and availability. No public exploit is identified at time of analysis, but the trivial attack profile (network, low complexity, no authentication, no user interaction) makes it a top-priority patch.
Technical ContextAI
SAP Commerce Cloud (formerly Hybris) is an enterprise e-commerce platform, and the affected component is its Data Hub Adapter - the integration layer that ingests and transforms data between external systems and the Commerce backend. The root cause is CWE-94 (Improper Control of Generation of Code / code injection): a default authentication client is reachable pre-authentication, and certain data-processing functions accept attacker-controlled input without adequate validation, allowing that input to be interpreted as executable code rather than inert data. The affected product is identified by CPE cpe:2.3:a:sap_se:sap_commerce_cloud_(data_hub_adapter), confirming the Data Hub Adapter subsystem as the injection surface rather than the storefront itself.
RemediationAI
Apply the fix from SAP Security Note 3771065 (https://me.sap.com/notes/3771065), released under SAP Security Patch Day (https://url.sap/sapsecuritypatchday); the input does not include an exact fixed version number, so the specific patch level must be read from that note rather than assumed. Patch available per vendor advisory. As compensating controls until patching, restrict network access to the Data Hub Adapter endpoints so they are not reachable from untrusted networks (place them behind a VPN or internal segment, accepting that legitimate external integrations may break), disable or reconfigure the default authentication client referenced in the advisory to remove the unauthenticated entry point (verify downstream integrations still authenticate correctly afterward), and add WAF/input-filtering in front of the adapter to block malformed payloads (recognizing this is a partial control that a determined attacker may bypass). Do not rely on these workarounds as a substitute for the SAP note fix.
Same weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-55999
GHSA-686g-q5w6-7j38