exploit-db-mirror/exploits/cgi/remote/23582.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

7 lines
No EOL
685 B
Text

source: https://www.securityfocus.com/bid/9474/info
thttpd is prone to a cross-site scripting vulnerability in the CGI test script. This could permit a remote attacker to create a malicious link to the web server that includes hostile HTML and script code. If this link were followed, the hostile code may be rendered in the web browser of the victim user. This would occur in the security context of the web server and may allow for theft of cookie-based authentication credentials or other attacks.
It should be noted that FREESCO includes an embedded version of thttpd and is also prone to this vulnerability.
http://www.example.com/cgi/example?test=<script>alert('xss')</script>