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

CVE-2025-24813: Apache Tomcat Path Equivalence Vulnerability

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

Apache Tomcat contains a path equivalence vulnerability that allows a remote attacker to execute code, disclose information, or inject malicious content via a partial PUT request. This vulnerability…

CVE-2025-24813 is a path equivalence vulnerability in Apache Tomcat that can let a remote attacker abuse partial PUT requests to execute code, disclose information, or inject malicious content. Because Tomcat is widely used as a Java application server for web apps and APIs, successful abuse can give an attacker a foothold on the host or access to application data. Confirm exact impact and conditions against the vendor advisory.

IT and security teams should treat this as a high-priority review item for any environment running Tomcat, especially where HTTP PUT or related write methods are reachable from untrusted networks.

How it works

The weakness is classified under path equivalence (CWE-44) and also involves deserialization concerns (CWE-502). In path-equivalence flaws, the server treats two different-looking paths as the same resource. An attacker can craft a partial PUT request that exploits how Tomcat normalizes or resolves the target path, potentially writing or overwriting content in an unintended location or triggering unsafe handling of that content.

According to the CISA summary, this can lead to remote code execution, information disclosure, or injection of malicious content. Exact request shape, required headers, and any preconditions (for example, whether PUT must already be enabled or whether a specific servlet or configuration is needed) are not detailed here; defenders must obtain those mechanics from the official Apache Tomcat advisory rather than assuming a particular exploit sequence.

Am I affected? How to find it in your systems

Apache Tomcat commonly runs as a standalone servlet container, as the engine behind many Java EE / Jakarta EE deployments, or embedded inside application packages and cloud images. Inventory every host, container, and PaaS instance that listens for HTTP/HTTPS and hosts Java web applications.

Only the versions and configurations listed in the vendor advisory are confirmed affected; treat any unpatched Tomcat instance that accepts PUT-like requests as potentially in scope until verified.

How to remediate

Patch first. Apply the vendor-supplied update for Apache Tomcat that addresses CVE-2025-24813, following the instructions in the official advisory. After patching, restart the service and confirm the new version is running.

If you can't patch immediately

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

These steps lower risk but do not replace the official patch. Confirm any temporary configuration changes against the vendor advisory so you do not introduce new issues.

If your data may have been exposed

Vulnerabilities that allow remote code execution or content injection can lead to breaches if exploited. Known ransomware use of this CVE is not documented. If you suspect compromise, isolate affected hosts, preserve logs and disk images, rotate credentials that may have been accessible from the Tomcat process, and follow your incident-response plan. You can also run a free exposure scan of your email addresses against known breach data to check whether related accounts appear in public dumps.

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

Details

AffectedApache · Tomcat
WeaknessCWE-44
Added to CISA KEVApr 1, 2025
Federal patch deadlineApr 22, 2025
Known ransomware useNot documented
Check if your data is exposed →

Official records: NVD · CISA KEV

← All actively-exploited vulnerabilities