Cyber Posture

CVE-2025-27434

High

Published: 11 March 2025

Published
11 March 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score 8.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0023 45.5th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may abuse various implementations of JavaScript for execution.

Security Summary

CVE-2025-27434 is a cross-site scripting (XSS) vulnerability in SAP Commerce, specifically affecting the Swagger UI component due to insufficient input validation. This flaw allows an unauthenticated attacker to inject malicious code from remote sources, potentially compromising the confidentiality, integrity, and availability of data within SAP Commerce. The vulnerability is rated with a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H) and is associated with CWE-79 (Cross-site Scripting). It was published on 2025-03-11.

An unauthenticated attacker can exploit this vulnerability over the network with low complexity, though it requires user interaction (UI:R). By tricking a user into interacting with a maliciously crafted input via the Swagger UI, the attacker can execute arbitrary JavaScript in the victim's browser context, leading to high-impact effects such as data theft, modification, or denial of service within the affected SAP Commerce instance.

SAP has addressed this issue through security advisories and patches, detailed in SAP Note 3569602 (https://me.sap.com/notes/3569602) and the SAP Security Patch Day page (https://url.sap/sapsecuritypatchday), which provide guidance on applying fixes to mitigate the XSS risk.

Details

CWE(s)
CWE-79

MITRE ATT&CK Enterprise Techniques

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059.007 JavaScript Execution
Adversaries may abuse various implementations of JavaScript for execution.
Why these techniques?

XSS in public-facing SAP Commerce Swagger UI directly enables exploitation of public-facing applications (T1190) and arbitrary JavaScript execution in the victim's browser (T1059.007).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

References