Lussumo Vanilla 1.1.5/1.1.7 - 'updatecheck.php' Cross-Site Scripting

Related Vulnerabilities: CVE-2009-1845  
Publish Date: 15 May 2009
                							

                source: http://www.securityfocus.com/bid/35124/info

Vanilla is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.

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

Versions prior to Vanilla 1.1.8 are vulnerable. 

http://www.example.com/ajax/updatecheck.php?PostBackKey=1&ExtensionKey=1&RequestName=1<script>alert(123)</script>