CVE-2007-5333
Apache Tomcat 4.1.0-4.1.35, 5.5.0-5.5.25, 6.0.0-6.0.14 - Session ID Exposure via Cookie Handling
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-5333. PoCs published by John Kew.
AI-analyzed exploit summary This exploit demonstrates an information disclosure vulnerability in Apache Tomcat by manipulating cookie values to access sensitive data. It leverages improper sanitization of user-supplied input in cookie handling.
Description
Apache Tomcat 6.0.0 through 6.0.14, 5.5.0 through 5.5.25, and 4.1.0 through 4.1.36 does not properly handle (1) double quote (") characters or (2) %5C (encoded backslash) sequences in a cookie value, which might cause sensitive information such as session IDs to be leaked to remote attackers and enable session hijacking attacks. NOTE: this issue exists because of an incomplete fix for CVE-2007-3385.
Exploits (1)
This exploit demonstrates an information disclosure vulnerability in Apache Tomcat by manipulating cookie values to access sensitive data. It leverages improper sanitization of user-supplied input in cookie handling.