Cyber Resilience

CVE-2024-12146

HighUpdated

Published: 06 March 2025

Published
06 March 2025
Modified
01 June 2026
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0011 29.1th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

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

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

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2019-25537Shared CWE-89
CVE-2019-25366Shared CWE-89
CVE-2019-25496Shared CWE-89
CVE-2026-1475Shared CWE-89
CVE-2026-26990Shared CWE-89
CVE-2026-44047Shared CWE-89
CVE-2025-12865Shared CWE-89
CVE-2024-11135Shared CWE-89
CVE-2019-25491Shared CWE-89
CVE-2024-13369Shared CWE-89

Affected Assets

Gov
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of inputs to neutralize special SQL elements, blocking the CWE-89 injection vector before execution.

detect

Enables monitoring of database queries and anomalous SQL patterns to identify active exploitation attempts against the ERP/CRM application.

prevent

Mandates timely application of the vendor patch (version 18.12.2024+) that eliminates the improper neutralization flaw.

References