exploit-db-mirror/platforms/php/webapps/30804.txt
Offensive Security 8198dd43d5 Updated 01_10_2014
2014-01-10 04:25:18 +00:00

9 lines
No EOL
591 B
Text
Executable file

source: http://www.securityfocus.com/bid/26566/info
VBTube is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.
Exploiting this issue allows attackers to execute arbitrary HTML or script code in a user's browser session in the context of an affected site. This may allow the attacker to steal cookie-based authentication credentials and launch other attacks.
This issue affects VBTube 1.1; other versions may also be vulnerable.
http://www.example.com/vBTube.php?do=search&search=<script>alert(document.cookie)</script>