CVE-2026-24880

7.5

Apache Software Foundation · Tomcat

Apache Tomcat is vulnerable to HTTP request smuggling due to the improper handling of invalid chunk extensions, potentially allowing attackers to desynchronize requests between front and back ends.

Executive summary

A critical HTTP request smuggling vulnerability in Apache Tomcat allows unauthenticated remote attackers to manipulate request processing, posing a significant risk of data integrity compromise.

Vulnerability

This flaw is a CWE-444 Inconsistent Interpretation of HTTP Requests, where an unauthenticated attacker can craft malicious HTTP requests with invalid chunk extensions to exploit desynchronization between proxy servers and the Tomcat engine.

Business impact

Successful exploitation allows an attacker to bypass security controls, perform unauthorized actions on behalf of other users, or poison web caches. Given the CVSS score of 7.5, this high-severity flaw represents a substantial threat to application availability and data integrity, potentially leading to unauthorized data access or service disruption in interconnected environments.

Remediation

Immediate Action: Upgrade to Apache Tomcat versions 11.0.20, 10.1.52, or 9.0.116 as specified by the vendor to eliminate the vulnerable code path.

Proactive Monitoring: Review web server access logs for anomalous HTTP request patterns, particularly those involving unusual chunked encoding or unexpected character sequences in request headers.

Compensating Controls: Deploy or tune a Web Application Firewall (WAF) to strictly validate HTTP traffic and reject requests containing malformed chunk extensions or suspicious header structures.

Exploitation status

Public Exploit Available: No (exploit_available: false)

Analyst recommendation

Organizations must prioritize the application of the provided security updates across all affected Tomcat instances. Due to the nature of request smuggling, which can often bypass perimeter security measures, patching is the most reliable method to prevent potential exploitation. Security teams should verify their current versioning immediately and schedule maintenance windows to deploy the corrected releases.

More Apache Software Foundation CVEs

Sources

Originally found and disclosed by Xclow3n, per the CVE Program record.