CVE-2024-12144
Published: 06 March 2025
Summary
CVE-2024-12144 is a critical-severity SQL Injection (CWE-89) vulnerability in Gov (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 21.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-12144 is an SQL Injection vulnerability (CWE-89), stemming from improper neutralization of special elements used in an SQL command, affecting Finder Fire Safety's Finder ERP/CRM (Old System). The issue impacts all versions prior to 18.12.2024 and was published on 2025-03-06 with a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), classifying it as critical due to its potential for severe impact.
Remote, unauthenticated attackers can exploit this vulnerability over the network with low complexity and no user interaction required. Successful exploitation allows arbitrary SQL command execution, potentially leading to high confidentiality, integrity, and availability impacts, such as unauthorized data access, modification, or disruption of the ERP/CRM system.
Mitigation guidance is provided in the advisory from USOM (Turkish National Cyber Incident Response Center) at https://www.usom.gov.tr/bildirim/tr-25-0060. Affected organizations should update to Finder ERP/CRM (Old System) version 18.12.2024 or later to address the vulnerability.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-54010
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Finder Fire Safety Finder ERP/CRM (Old System) allows SQL Injection. This issue affects Finder ERP/CRM (Old System): before 18.12.2024.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated SQL injection in public-facing ERP/CRM web application directly enables T1190 (Exploit Public-Facing Application) for initial access and arbitrary database command execution.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of information inputs to reject malformed SQL syntax before it reaches the database, eliminating the root cause of CVE-2024-12144.
Mandates timely remediation of known flaws, directly addressed by applying the vendor patch that fixes the improper neutralization in versions before 18.12.2024.
Enables monitoring of system activity and anomalous database queries that would indicate an ongoing SQL injection attempt against the ERP/CRM.