VBTube 1.1 - Search Cross-Site Scripting

Author: Crackers_Child
type: webapps
platform: php
port: 
date_added: 2007-11-24  
date_updated: 2014-01-09  
verified: 1  
codes: CVE-2007-6141;OSVDB-38885  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 30804.txt  
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>