CVE-2014-0096: Improper Input Validation in Apache Tomcat
4.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.80978%
CWE
Published
5/14/2022
Updated
2/22/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.tomcat:tomcat | maven | < 6.0.40 | 6.0.40 |
org.apache.tomcat:tomcat | maven | >= 7.0.0, < 7.0.54 | 7.0.54 |
org.apache.tomcat:tomcat | maven | >= 8.0.0, < 8.0.6 | 8.0.6 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the changes made to the DefaultServlet
class, particularly how XSLT stylesheets are processed and how external entities are handled. The vulnerable function is identified as findXsltInputStream
(and its variants) because it was directly modified to address the XXE vulnerability. The secureXslt
method and SecureEntityResolver
class are part of the mitigation and are not vulnerable themselves but are crucial in preventing the vulnerability.