LiveBreach Intelligence: data breaches, leaks & ransomware, tracked as they surfaceOngoing protection: GalaxyWarden →
Recent BreachesData breach tracker

CVE-2017-12637: SAP NetWeaver Directory Traversal Vulnerability

RBRecent Breaches Vulnerability Intelligence·Mar 19, 2025
High⚠ Actively exploited (CISA KEV)
High
Severity
Active
CISA KEV
No
Ransomware use
Apr 9, 2025
Patch deadline
⚠ Exploited in the wild. CISA added CVE-2017-12637 to its Known Exploited Vulnerabilities catalog on Mar 19, 2025, with a federal patch deadline of Apr 9, 2025 — meaning attackers are actively using it. If you run the affected software, patch it immediately.

SAP NetWeaver Application Server (AS) Java contains a directory traversal vulnerability in scheduler/ui/js/ffffffffbca41eb4/UIUtilJavaScriptJS that allows a remote attacker to read arbitrary files via…

CVE-2017-12637 is a directory traversal vulnerability in SAP NetWeaver Application Server (AS) Java. It allows a remote attacker to read arbitrary files by supplying path traversal sequences in a query string to a specific scheduler UI JavaScript resource. For organizations running SAP NetWeaver, this matters because unauthorized file reads can expose configuration data, credentials, or other sensitive information that supports further compromise of the application server or connected systems.

Defenders should treat this as a classic path-traversal issue (CWE-22) and confirm all version, patch, and configuration details against the vendor advisory before acting.

How it works

The weakness is CWE-22: Improper Limitation of a Pathname to a Restricted Directory (Path Traversal). In this case, the SAP NetWeaver AS Java component exposes a resource at scheduler/ui/js/ffffffffbca41eb4/UIUtilJavaScriptJS that fails to properly sanitize user-controlled input in the query string.

An attacker can insert “..” (dot-dot) sequences into that query string. If the application resolves the resulting path without adequate validation or canonicalization, the request can escape the intended directory and retrieve arbitrary files that the application process is permitted to read. No authentication requirement is stated in the public summary, so the attack surface is remote and network-reachable wherever the affected endpoint is exposed. Exact request construction and reachable file paths must be confirmed against the vendor advisory; do not rely on unvalidated public PoCs.

Am I affected? How to find it in your systems

SAP NetWeaver Application Server Java is commonly deployed as the foundation for SAP business applications, portals, and integration scenarios, often in on-premises data centers or private cloud environments. Inventory efforts should focus on systems running the NetWeaver AS Java stack.

How to remediate

Patch first. Apply the vendor-supplied update or security note that addresses CVE-2017-12637, following SAP’s official instructions exactly. Confirm successful installation through the NetWeaver Administrator or your standard change-control verification process.

After patching, harden the environment for this class of flaw:

If you can't patch immediately

Until the vendor update can be deployed, reduce exposure with compensating controls:

These measures lower risk but do not replace the vendor patch.

If your data may have been exposed

Actively exploited directory-traversal vulnerabilities can lead to unauthorized disclosure of files and subsequent breaches. Known ransomware use of this specific CVE is not documented. If you suspect exposure, review logs for successful traversal attempts, rotate any credentials that may have been readable, and assess whether sensitive configuration or business data left the system. You can also run a free exposure scan of your email addresses to check whether they appear in known breach data sets.

AICompiled with AI assistance from public sources and published under our editorial standards.

Details

AffectedSAP · NetWeaver
WeaknessCWE-22
Added to CISA KEVMar 19, 2025
Federal patch deadlineApr 9, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities