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.