Situational Awareness Report: CVE-2025-24813 Apache Tomcat RCE
Overview CVE-2025-24813 is a critical Remote Code Execution (RCE) vulnerability affecting Apache Tomcat, a widely used open-source web server and servlet container. This vulnerability enables attackers to upload a malicious serialized payload to a vulnerable server, leading to arbitrary code…

Overview
Vulnerability Details
- Apache Tomcat 9.0.0.M1 to 9.0.98
- Apache Tomcat 10.1.0-M1 to 10.1.34
- Apache Tomcat 11.0.0-M1 to 11.0.2
-
The server must permit PUT requests to a writable directory (e.g., /uploads/../sessions/).
-
The uploaded session file must be processed (e.g., via a GET request to /index.jsp), triggering deserialization of the malicious payload.
-
The attacker’s system requires Java to generate payloads, typically using tools like ysoserial.
Proof of Concept (PoC)
- Data theft
- Server compromise
- Further infiltration into the network
Active Exploitation: Reports indicate that this vulnerability is being actively exploited in the wild, with attackers leveraging simple PUT requests to upload malicious payloads and execute code remotely.
Mitigation and Patches
-
Apache Tomcat 9.0.99
-
Apache Tomcat 10.1.35
-
Apache Tomcat 11.0.3
-
Update Immediately: Upgrade to the latest patched versions of Apache Tomcat.
-
Restrict PUT Requests: Disable PUT requests if not required, or limit access to writable directories.
-
Monitor Logs: Check server logs for indicators of exploitation, such as unusual PUT requests or deserialization attempts.
Current Threat Landscape
Conclusion
RELATED
Navigating the CVE Transition: Insights on GCVE, CVE Foundation, and Beyond
The Common Vulnerabilities and Exposures (CVE) program, managed by MITRE since 1999, has been a cornerstone of global cybersecurity, providing…
Critical CVEs and Associated Threats
This report was prepared by Barricade Cyber Solutions and aims to inform our clients and prospects about critical Common Vulnerabilities…
SPOTREP: Exploitation of Windows CLFS Zero-Day Vulnerability (CVE-2025-29824)
Vulnerability Details: Zero-day elevation of privilege vulnerability in Windows Common Log File System (CLFS) Tracked as CVE-2025-29824 Allows escalation from…