[] NeoSense

Monkey HTTP Server 0.1/0.4/0.5 - Multiple Cross-Site Scripting Vulnerabilities

Author: DownBload
type: remote
platform: multiple
port: 
date_added: 2002-09-30 
date_updated: 2012-10-10 
verified: 1 
codes: CVE-2002-1852;OSVDB-42014 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

Monkey HTTP server is prone to cross site scripting vulnerabilities.

An attacker may exploit this vulnerability by enticing a victim user to follow a malicious link. Attacker-supplied HTML and script code may be executed on a web client visiting the malicious link in the context of the webserver.

Attackers may potentially exploit this issue to manipulate web content or to steal cookie-based authentication credentials. It may be possible to take arbitrary actions as the victim user.

www.victim.com/<script>alert('test');</script>
www.victim.com/cgi-bin/test2.pl?<script>alert('test');</script>