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: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, specifically in the /customer_support/ajax.php?action=save_ticket endpoint. Authenticated attackers can exploit these vulnerabilities to execute arbitrary SQL commands by manipulating parameters like department_id, customer_id, and subject.
Mitigation:
To mitigate these vulnerabilities, sanitize user inputs to prevent SQL injection attacks. Implement parameterized queries to ensure that user inputs are treated as data, not executable code.