CVE-2023-50071
Published: 29 December 2023
Summary
CVE-2023-50071 is a high-severity SQL Injection (CWE-89) vulnerability in Customer Support System Project Customer Support System. Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked in the top 6.4% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
Sourcecodester Customer Support System 1.0 contains multiple SQL injection vulnerabilities in the /customer_support/ajax.php?action=save_department endpoint that can be triggered through the id or name parameters. The flaw is tracked as CWE-89 and received a CVSS 3.1 score of 8.8 reflecting network attack vector, low complexity, and low required privileges.
An authenticated attacker with low privileges can supply crafted input to execute arbitrary SQL commands against the backend database, resulting in full read, write, or deletion of data and potential escalation to system-level impact. The current and peak EPSS score is 0.1107 with no material rise observed after disclosure.
Public references consist of a GitHub repository and accompanying Medium write-up that reproduce the injection vectors, but no vendor advisory, patch information, or mitigation steps are included in the available details.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2023-54901
Vulnerability details
Sourcecodester Customer Support System 1.0 has multiple SQL injection vulnerabilities in /customer_support/ajax.php?action=save_department via id or name.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection allows arbitrary SQL execution, enabling exploitation of public-facing web apps (T1190), data from local files via LOAD_FILE (T1005), and database queries (T1213.006).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.