exploit-db-mirror/platforms/php/webapps/31722.txt
Offensive Security bed31fb4b5 Updated 02_19_2014
2014-02-19 04:27:25 +00:00

10 lines
716 B
Text
Executable file

source: http://www.securityfocus.com/bid/29015/info
BlackBook is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.
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 allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
BlackBook 1.0 is vulnerable; other versions may also be affected.
http://www.example.com/blackbook/header.php?bookMetaTags="> <script>alert(document.cookie)</script>
http://www.example.com/blackbook/header.php?estiloCSS="> <script>alert(document.cookie)</script>