CVE-2024-12916
Published: 24 February 2025
Summary
CVE-2024-12916 is a high-severity SQL Injection (CWE-89) vulnerability in Gov (inferred from references). Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 35.0th 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-12916 is an SQL injection vulnerability (CWE-89) in Agito Computer Life4All, caused by improper neutralization of special elements used in an SQL command. The issue affects Life4All versions prior to 10.01.2025 and was published on 2025-02-24.
The vulnerability carries a CVSS v3.1 base score of 8.8 (High), with attack vector of network (AV:N), low attack complexity (AC:L), low privileges required (PR:L), no user interaction (UI:N), and unchanged scope (S:U). Low-privileged remote attackers can exploit it to achieve high impacts on confidentiality, integrity, and availability (C:H/I:H/A:H), enabling arbitrary SQL command execution such as data exfiltration, modification, or deletion.
The USOM advisory at https://www.usom.gov.tr/bildirim/tr-25-0042 provides details on the vulnerability. Mitigation involves upgrading to Life4All version 10.01.2025 or later.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-4365
Vulnerability details
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in Agito Computer Life4All allows SQL Injection. This issue affects Life4All: before 10.01.2025.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in a network-accessible application directly enables remote exploitation of a public-facing app (T1190) for arbitrary query execution and data impacts.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and neutralization of untrusted input before it is used in SQL statements, eliminating the root cause of CWE-89 in Life4All.
Mandates timely application of the vendor-supplied update (version 10.01.2025 or later) that removes the SQL-injection flaw.
Enables continuous monitoring and anomaly detection on database queries or application behavior that would reveal attempted or successful SQL injection.