header-logo
Suggest Exploit
vendor:
Virtual Hosting Control System
by:
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Virtual Hosting Control System
Affected Version From:
Affected Version To:
Patch Exists: NO
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:

Cross-Site Scripting in Virtual Hosting Control System

The vulnerability arises when error messages are rendered and could let an attacker inject hostile HTML and script code into the browser session of another user in the context of the site hosting the application. This could allow for theft of cookie-based authentication credentials or other attacks.

Mitigation:

Implement proper input validation and output encoding to prevent the execution of malicious scripts.
Source

Exploit-DB raw data:

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

Virtual Hosting Control System is prone to cross-site scripting attacks.

The vulnerability arises when error messages are rendered and could let an attacker inject hostile HTML and script code into the browser session of another user in the context of the site hosting the application. This could allow for theft of cookie-based authentication credentials or other attacks. 

http://www.example.com/dev/inputvalidation%3Cscript%3Ealert(window.location.hash)%3B%3C/script%3E#XSS