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

CVE-2024-38475: Apache HTTP Server Improper Escaping of Output Vulnerability

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

Apache HTTP Server contains an improper escaping of output vulnerability in mod_rewrite that allows an attacker to map URLs to filesystem locations that are permitted to be served by the server but…

CVE-2024-38475 is an improper escaping of output vulnerability in Apache HTTP Server's mod_rewrite module. It lets an attacker craft requests that map URLs to filesystem locations the server is allowed to serve but that were never meant to be reachable that way. The result can be source code disclosure or code execution. Because Apache HTTP Server is widely used to host web applications and static content, unpatched instances can expose sensitive files or allow further compromise of the host.

Defenders should treat this as a high-priority configuration and patching issue. Confirm exact impact, affected releases, and fixes against the official Apache HTTP Server advisory; do not rely solely on secondary summaries.

How it works

The weakness is classified as CWE-116 (Improper Encoding or Escaping of Output). In mod_rewrite, output that should be safely escaped is not handled correctly. An attacker can therefore supply specially formed input that causes the rewrite engine to resolve a URL to an unintended but still permitted filesystem path.

Once that mapping succeeds, the server may serve the contents of that path (source disclosure) or, depending on what is present and how the server is configured, allow execution of code that was never intended to be reachable via any public URL. No further exploit mechanics are detailed in the available summary; treat any public proof-of-concept claims as unverified until validated against the vendor advisory and your own test environment.

Am I affected? How to find it in your systems

Apache HTTP Server is commonly found on Linux and Unix web tiers, reverse-proxy layers, container images, and cloud virtual machines that serve HTTP/HTTPS traffic. Inventory every host, container, and load-balancer backend that runs httpd or the apache2 package.

How to remediate

Apply the vendor-supplied update for Apache HTTP Server as soon as it is available and tested in your environment. Follow the exact upgrade path and configuration notes published by the Apache HTTP Server project; the CISA-required action is to apply mitigations per vendor instructions, follow applicable BOD 22-01 guidance for cloud services, or discontinue use of the product if mitigations are unavailable.

If you can't patch immediately

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

If your data may have been exposed

Vulnerabilities that permit source-code disclosure or code execution can lead to credential theft, further lateral movement, or data exfiltration. Known ransomware use of this CVE is not documented, but any successful exploitation should still be treated as a potential breach. Review logs for evidence of successful mapping to sensitive paths, rotate any secrets that may have been present in disclosed files, and perform a full host and application compromise assessment. You can also run a free exposure scan of your email addresses against known breach data sets to determine whether related credentials have already appeared in public dumps.

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

Details

AffectedApache · HTTP Server
WeaknessCWE-116
Added to CISA KEVMay 1, 2025
Federal patch deadlineMay 22, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities