[] NeoSense

Hosting Controller 1.x - 'error.asp' Cross-Site Scripting

Author: Dea7h
type: webapps
platform: asp
port: 
date_added: 2006-07-11 
date_updated: 2013-09-11 
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url:  
application_url: 

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

Hosting Controller is prone to a cross-site scripting vulnerability because it fails to sanitize input before displaying it to users of the application.

An attacker may leverage this issue to have arbitrary script code execute in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks

Versions 6.1 and prior are affected.

http://www.example.com/admin/hosting/error.asp?error=<script>alert(do cument.cookie)</script>