CVE-2008-1232
Apache Tomcat 4.1.0-4.1.37, 5.5.0-5.5.26, 6.0.0-6.0.16 - Cross-Site Scripting via HttpServletResponse.sendError
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1232. PoCs published by Konstantin Kolinko.
AI-analyzed exploit summary This exploit demonstrates a cross-site scripting (XSS) vulnerability in Apache Tomcat by injecting a malicious script into an HTTP 403 error response. The payload uses Unicode characters to bypass input sanitization and execute arbitrary JavaScript in the context of the affected site.
Description
Cross-site scripting (XSS) vulnerability in Apache Tomcat 4.1.0 through 4.1.37, 5.5.0 through 5.5.26, and 6.0.0 through 6.0.16 allows remote attackers to inject arbitrary web script or HTML via a crafted string that is used in the message argument to the HttpServletResponse.sendError method.
Exploits (1)
This exploit demonstrates a cross-site scripting (XSS) vulnerability in Apache Tomcat by injecting a malicious script into an HTTP 403 error response. The payload uses Unicode characters to bypass input sanitization and execute arbitrary JavaScript in the context of the affected site.