CVE-2000-0759: Jakarta Apache Tomcat Reveals Physical Paths
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.97166%
CWE
Published
4/30/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.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from Tomcat's error handling mechanism exposing physical paths in error messages. In Tomcat architecture, the DefaultServlet handles static resource requests. When a non-existent resource is requested, the servlet would throw an exception containing the filesystem path, which was then reflected in the error response. While exact code isn't available for Tomcat 3.1, this pattern matches historical descriptions of the vulnerability and aligns with common error disclosure patterns in Java servlet implementations. The confidence is high because this is the canonical component responsible for serving resources and generating 404 errors in Tomcat's architecture.