CVE-2009-0580: Exposure of Sensitive Information in Apache Tomcat
4.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.99471%
CWE
Published
5/2/2022
Updated
2/13/2023
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 | >= 4.1.0, < 4.1.40 | 4.1.40 |
org.apache.tomcat:tomcat | maven | >= 5.0.0, < 5.5.28 | 5.5.28 |
org.apache.tomcat:tomcat | maven | >= 6.0.0, < 6.0.19 | 6.0.19 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper error handling in three authentication realms during FORM authentication processing. All three realms (MemoryRealm, DataSourceRealm, JDBCRealm) were explicitly listed in CVE-2009-0580's description as having insufficient error checking when processing malformed j_password
parameters. The authentication flow in these realms allowed attackers to infer valid usernames based on how URL decoding failures were handled compared to normal authentication failures. Tomcat's security advisories confirm fixes were applied to these specific realm implementations in subsequent versions, directly implicating their authenticate
methods as the vulnerable components.