vendor:
Tomcat
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Tomcat
Affected Version From: 4.0.0
Affected Version To: 6.0.10
Patch Exists: NO
Related CWE: Unknown
CPE: apache:tomcat
Platforms Tested:
Unknown
Cross-Site Scripting in Apache Tomcat’s Documentation Web Application
The Apache Tomcat's documentation web application includes a sample application that is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input. An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
Mitigation:
Upgrade to a version of Apache Tomcat that has been patched to address this vulnerability. As a general best practice, input validation and sanitization should be performed on user-supplied data before using it in any context.