exploit-db-mirror/exploits/cgi/webapps/22963.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

8 lines
No EOL
546 B
Text

source: https://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>