vendor:
Customer Support System
by:
Geraldo Alcantara
7.1
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Customer Support System
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: CVE-2023-50071
CPE: a:customer_support_system:customer_support_system:1.0
Platforms Tested: Windows
2023
Customer Support System 1.0 – Multiple SQL Injection Vulnerabilities
Multiple SQL injection vulnerabilities were found in Customer Support System 1.0, allowing authenticated attackers to execute arbitrary SQL commands via the parameters department_id, customer_id, and subject. An example payload could be '+(select*from(select(sleep(20)))a)+'
Mitigation:
To mitigate these vulnerabilities, input validation should be implemented to sanitize user inputs and the use of parameterized queries or prepared statements should be utilized to prevent SQL injection attacks.