exploit-db-mirror/platforms/php/webapps/34795.txt
Offensive Security 021d9deef3 Updated 09_28_2014
2014-09-28 04:44:09 +00:00

7 lines
No EOL
529 B
Text
Executable file

source: http://www.securityfocus.com/bid/43661/info
WebAsyst Shop-Script is prone to a cross-site scripting vulnerability because it fails to sufficiently 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 can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
http://www.example.com/[path]/index.php?ukey=news&blog_id=<script>alert(123)</script>