CVE-2002-2006:
Apache Tomcat Default Installation Reveals Sensitive Information
5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
-
Published
4/30/2022
Updated
2/12/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.tomcat:tomcat | maven | >= 4.0.0, < 4.1.0 | 4.1.0 |
org.apache.tomcat:tomcat | maven | >= 3.0, < 3.3a | 3.3a |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly involves two example servlets (SnoopServlet and TroubleShooter) that were included in default installations. These servlets' request handling methods would appear in runtime profiles when exploited, as they directly process attacker requests to disclose sensitive information. The Tomcat security page confirms these were mitigation targets in version 4.0.2/4.1.0+ by removal/disablement. Though no code diffs are provided, the CVE description and Tomcat's own security notes explicitly identify these components as the vulnerability source.