vendor:
VideoCMS
by:
kaMtiEz
7.5
CVSS
HIGH
SQL injection
89
CWE
Product Name: VideoCMS
Affected Version From: 3.1
Affected Version To: 3.1
Patch Exists: N/A
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
2009
VideoCMS SQL injection vulnerability – (id)
A SQL injection vulnerability exists in VideoCMS version 3.1 or lower. An attacker can send a specially crafted HTTP request to the vulnerable server in order to execute arbitrary SQL commands in the back-end database. The vulnerable parameter is the 'v' parameter in the 'index.php' script. An attacker can exploit this issue by sending a malicious HTTP request containing a specially crafted SQL statement to the vulnerable script. This can be used to manipulate the back-end database content, compromise the application, access or modify sensitive data, or exploit various other vulnerabilities in the underlying database implementation.
Mitigation:
Input validation should be used to prevent SQL injection attacks. Additionally, the application should use parameterized queries to prevent SQL injection.