vendor:
Simple Client Management System
by:
Barış Yıldızoğlu
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Client Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:simple_client_management_system:1.0
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 10 Home 64 Bit + Wampserver Version 3.2.3
2021
Simple Client Management System 1.0 – ‘uemail’ SQL Injection (Unauthenticated)
A SQL injection vulnerability exists in Simple Client Management System 1.0, which allows an unauthenticated attacker to execute arbitrary SQL commands via the 'uemail' parameter in a POST request. An attacker can use the payload 'admin' or 1=1# to exploit this vulnerability.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.