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

9 lines
No EOL
711 B
Text

source: https://www.securityfocus.com/bid/6144/info
The Zeus Web Server contains a web based administration interface that is vulnerable to cross site scripting attacks.
Due to insufficient sanitization of user-supplied input it is possible for an attacker to construct a malicious link which contains arbitrary HTML and script code, which will be executed in the web client of a user who visits the malicious link. It should be noted that the user must authenticate with the administrative interface for the attack to succeed.
The vendor has stated that cookies are not used to store usernames and passwords.
http://hostname:9090/apps/web/index.fcgi?servers=&section=<script>alert(document.cookie)</script>