CVE-2024-12146
Published: 06 March 2025
Summary
CVE-2024-12146 is a high-severity SQL Injection (CWE-89) vulnerability in Gov (inferred from references). Its CVSS base score is 7.5 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.1th 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-12146 is an SQL Injection vulnerability (CWE-89) due to improper neutralization of special elements used in an SQL command. It affects Finder Fire Safety Finder ERP/CRM (New System) in versions before 18.12.2024.
Remote attackers can exploit this vulnerability over the network with low attack complexity, requiring no privileges, no user interaction, and without changing the scope of impact. Successful exploitation results in high confidentiality impact, potentially allowing unauthorized access to sensitive data, as reflected in the CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N).
Mitigation details are available in the advisory published by USOM at https://www.usom.gov.tr/bildirim/tr-25-0060. The issue is addressed in Finder ERP/CRM (New System) version 18.12.2024 and later.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-54009
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Finder Fire Safety Finder ERP/CRM (New System) allows SQL Injection. This issue affects Finder ERP/CRM (New System): before 18.12.2024.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a remotely accessible ERP/CRM web application directly enables T1190 for initial access via public-facing app exploitation and facilitates T1213.006 for unauthorized database data collection.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of inputs to neutralize special SQL elements, blocking the CWE-89 injection vector before execution.
Enables monitoring of database queries and anomalous SQL patterns to identify active exploitation attempts against the ERP/CRM application.
Mandates timely application of the vendor patch (version 18.12.2024+) that eliminates the improper neutralization flaw.