Exploitation Summary
EIP tracks 2 public exploits for CVE-2009-0580.
PoCs published by D. Matscheko, including Metasploit module auxiliary/scanner/http/tomcat_enum.
AI-analyzed exploit summary This is a writeup describing a username-enumeration weakness in Apache Tomcat. It explains how different responses to login attempts can reveal valid usernames, aiding in brute-force attacks.
Description
Apache Tomcat 4.1.0 through 4.1.39, 5.5.0 through 5.5.27, and 6.0.0 through 6.0.18, when FORM authentication is used, allows remote attackers to enumerate valid usernames via requests to /j_security_check with malformed URL encoding of passwords, related to improper error checking in the (1) MemoryRealm, (2) DataSourceRealm, and (3) JDBCRealm authentication realms, as demonstrated by a % (percent) value for the j_password parameter.
Exploits (2)
This is a writeup describing a username-enumeration weakness in Apache Tomcat. It explains how different responses to login attempts can reveal valid usernames, aiding in brute-force attacks.
This Metasploit module enumerates Apache Tomcat usernames by exploiting a vulnerability in the j_security_check endpoint, which leaks user existence via error responses. It targets older Tomcat versions (4.1.0-4.1.39, 5.5.0-5.5.27, 6.0.0-6.0.18).