exploit-db-mirror/exploits/php/webapps/30804.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
582 B
Text

source: https://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>