CVE-2025-25243
Published: 11 February 2025
Summary
CVE-2025-25243 is a high-severity Path Traversal (CWE-22) vulnerability in Sap (inferred from references). Its CVSS base score is 8.6 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 49.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SC-14 (Public Access Protections) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-25243 is a path traversal vulnerability (CWE-22) in SAP Supplier Relationship Management (Master Data Management Catalog). It enables an unauthenticated attacker to exploit a publicly available servlet to download arbitrary files over the network without user interaction. The issue exposes highly sensitive information, with no impact on integrity or availability, and carries a CVSS v3.1 base score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N).
An unauthenticated remote attacker can exploit this vulnerability by sending crafted requests to the affected servlet, achieving arbitrary file read access on the server. Successful exploitation grants access to sensitive data such as configuration files, credentials, or other critical information, potentially leading to further compromise in the SAP environment. The low attack complexity and lack of prerequisites make it highly accessible to threat actors scanning for exposed SAP instances.
SAP has addressed this vulnerability through security note 3567551, available at https://me.sap.com/notes/3567551, as part of their SAP Security Patch Day detailed at https://url.sap/sapsecuritypatchday. Security practitioners should apply the recommended patches promptly to mitigate the risk of unauthorized file disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-4094
Vulnerability details
SAP Supplier Relationship Management (Master Data Management Catalog) allows an unauthenticated attacker to use a publicly available servlet to download an arbitrary file over the network without any user interaction. This can reveal highly sensitive information with no impact to…
more
integrity or availability.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The path traversal in a public-facing SAP servlet directly enables T1190 (Exploit Public-Facing Application) for unauthenticated remote file access and facilitates T1005 (Data from Local System) by allowing arbitrary file reads including sensitive data like credentials.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Validates inputs to the servlet to prevent path traversal exploitation enabling arbitrary file reads.
Protects publicly accessible servlets from unauthorized access to sensitive files.
Remediates the path traversal flaw through timely application of vendor patches like SAP note 3567551.