vendor:
vblogix_tutorial_script
by:
FIREH4CK3R
9
CVSS
HIGH
Remote SQL Injection
89
CWE
Product Name: vblogix_tutorial_script
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:vblogix:vblogix_tutorial_script
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
2008
vbLOGIX Tutorial Script <= v1.0 (cat_id) Remote SQL Injection Exploit
The vulnerability exists due to insufficient sanitization of user-supplied input passed via the 'cat_id' parameter to the 'main.php' script. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. Successful exploitation allows to read arbitrary data from the database.
Mitigation:
Input validation should be used to prevent SQL injection attacks.