vendor:
Client Management System
by:
BHAVESH KAUL
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Client Management System
Affected Version From: 1.1
Affected Version To: 1.1
Patch Exists: Yes
Related CWE: N/A
CPE: a:phpgurukul:client_management_system:1.1
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows, Linux
2021
Client Management System 1.1 – ‘Search’ SQL Injection
Client Management System 1.1 is vulnerable to SQL Injection in the admin panel 'search invoices' field because of insufficient user supplied data sanitization. To exploit, an attacker can enter the payload ' OR 'x'='x' in the search field and all results are showed instead of none.
Mitigation:
The application should use parameterized queries to prevent SQL injection attacks.