vendor:
Simple Client Management System
by:
Sentinal920
8.8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Client Management System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:sourcecodester:simple_client_management_system:1.0
Platforms Tested: Kali Linux
2021
Simple Client Management System 1.0 – SQLi (Authentication Bypass)
An SQL Injection vulnerability exists in the Simple Client Management System. An attacker can leverage the vulnerable "password" parameter in the "Login.php" web page to authenticate as an admin user. The following payload inside password will allow you to login into the web server as admin: admin'or'1'%3D'1
Mitigation:
Input validation and sanitization should be implemented to prevent SQL injection attacks.