exploit-db-mirror/platforms/multiple/remote/33064.txt
Offensive Security 03145e7e42 Updated 04_29_2014
2014-04-29 04:36:23 +00:00

16 lines
702 B
Text
Executable file

source: http://www.securityfocus.com/bid/35572/info
Google Chrome is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
An attacker can exploit this issue to execute arbitrary script code in the context of the user running the application and to steal cookie-based authentication credentials and other sensitive data that may aid in further attacks.
Chrome 1.0.154.48 is vulnerable; other versions may also be affected.
With request to script at web site:
http://www.example.com/script.php?param=javascript:alert(document.cookie)
Which returns in answer the refresh header:
refresh: 0; URL=javascript:alert(document.cookie)