CVE-2003-0045: Jakarta Tomcat Denial of Service vulnerability
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.80362%
CWE
Published
4/29/2022
Updated
9/18/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.tomcat:tomcat | maven | < 3.3.1a | 3.3.1a |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper handling of JSP requests containing reserved DOS device names. The JspServlet's service method is the primary entry point for JSP processing in Tomcat. While no patch details are available, historical context suggests this method would be responsible for filename resolution before file access operations. The lack of validation for reserved names in this function would directly lead to the described resource consumption scenario on Windows systems.