vendor:
VS PANEL
by:
Otavio Augusto a.k.a octopos
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: VS PANEL
Affected Version From: 7.5.5
Affected Version To: 7.5.5
Patch Exists: YES
Related CWE: N/A
CPE: a:vspanel:vspanel:7.5.5
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
SQL Injection in VS PANEL v.7.5.5
A SQL injection vulnerability exists in VS PANEL v.7.5.5, which allows an attacker to execute arbitrary SQL commands via the 'Cat_ID' parameter in the 'results.php' script. The vulnerability is due to the application not properly sanitizing user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability to gain access to the application database, disclose sensitive information, modify data, and compromise the application and the underlying system.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries in a way that would allow an attacker to modify the logic of the executed query. Parameterized queries should be used to ensure that user-supplied input is treated as a literal value and not as executable code.