[] NeoSense

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

Author: Gerendi Sandor Attila
type: webapps
platform: php
port: 
date_added: 2009-05-15 
date_updated: 2014-04-25 
verified: 1 
codes: CVE-2009-1845;OSVDB-54774 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://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>