exploit-db-mirror/platforms/php/webapps/33013.txt
Offensive Security 7edc578504 Updated 04_26_2014
2014-04-26 04:35:04 +00:00

9 lines
No EOL
593 B
Text
Executable file

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>