vendor:
Complain Management System
by:
Sibusiso Sishi
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Complain Management System
Affected Version From: Not Supplied
Affected Version To: Not Supplied
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: Windows7 x32
2017
Complain Management System SQL Injection
The functions.php file line 88 has hardcoded admin credentials. Using the hardcoded admin credentials we then have access to the process.php file that is vulnerable to SQL injection. The parameter cId is vulnerable to boolean-based blind, error-based and AND/OR time-based blind SQL injection.
Mitigation:
Ensure that all user input is validated and sanitized before being used in a SQL query.