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

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

8 lines
No EOL
552 B
Text

source: http://www.securityfocus.com/bid/8294/info
Softshoe is allegedly prone to cross-site scripting attacks. An attacker can exploit this issue by creating a malicious link that contains hostile HTML or script code to a site that is hosting the vulnerable software. If such a link is visited, the attacker-supplied code may be rendered in the user's web browser.
http://www.example.com/cgi-bin/parse-file?TEMPLATE=<script>alert('Bahaa');</script>
http://www.example.com/cgi-bin/parse-file?TEMPLATE=<script>alert
(document.cookie);</script>