exploit-db-mirror/exploits/php/webapps/21961.txt
Offensive Security d304cc3d3e DB: 2017-11-24
116602 new exploits

Too many to list!
2017-11-24 20:56:23 +00:00

9 lines
No EOL
640 B
Text

source: http://www.securityfocus.com/bid/6035/info
MyMarket is prone to cross-site scripting attacks.
HTML tags and script code are not sanitized from CGI variables which may cause user-supplied input to be displayed. As a result, an attacker can create a link to a site running the vulnerable software which contains malicious attacker-supplied HTML and script code.
When this link is visited, the attacker-supplied code will execute in the user's web client in the security context of the site hosting the software.
http://www.example.com/templates/form_header.php?noticemsg=<Script>javascript:alert(document.cookie)</Script>