vendor:
Client Management System
by:
Serkan Sancar
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Client Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: N/A
Related CWE: N/A
CPE: a:phpgurukul:client_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 7 Enterprise SP1 + XAMPP V3.2.3
2020
Client Management System 1.0 – ‘searchdata’ SQL injection
A SQL injection vulnerability exists in Client Management System 1.0 when user input is not properly sanitized before being used in an SQL query. An attacker can exploit this vulnerability by sending a malicious request with a payload of '1' or 1=1# in the searchbox field. This can be done by using Burp Suite to send a POST request to the search-invoices.php page. An attacker can also use sqlmap with the -r parameter to exploit this vulnerability.
Mitigation:
Input validation should be used to ensure that user input is properly sanitized before being used in an SQL query.