CVE-2013-4286:
Apache Tomcat is vulnerable to HTTP request-smuggling
5.8
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.96486%
CWE
Published
5/14/2022
Updated
2/21/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:P/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.tomcat:tomcat | maven | < 6.0.39 | 6.0.39 |
org.apache.tomcat:tomcat | maven | >= 7.0.0, < 7.0.47 | 7.0.47 |
org.apache.tomcat:tomcat | maven | >= 8.0.0-RC1, < 8.0.0-RC3 | 8.0.0-RC3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The patches for CVE-2013-4286 modify the prepareRequest()
methods in AbstractAjpProcessor
and AbstractHttp11Processor
to correctly handle inconsistent HTTP request headers, specifically multiple Content-Length headers and the combination of Content-Length with Transfer-Encoding: chunked. These changes directly address the vulnerability, making these functions the primary points of interest for runtime detection.