CVE-2024-57625
Published: 14 January 2025
Summary
CVE-2024-57625 is a high-severity SQL Injection (CWE-89) vulnerability in Monetdb Monetdb. 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 37.5th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
CVE-2024-57625 is a vulnerability in the merge_table_prune_and_unionize component of MonetDB Server version 11.49.1. The issue enables attackers to trigger a Denial of Service (DoS) condition by sending crafted SQL statements. It is associated with CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) and carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H), indicating high severity primarily due to its impact on availability.
Remote attackers can exploit this vulnerability over the network with low complexity, without requiring authentication, privileges, or user interaction. Successful exploitation leads to a complete denial of service on the affected MonetDB Server instance, disrupting database operations while having no impact on confidentiality or integrity.
Further details, including potential patches or workarounds, are documented in the MonetDB GitHub issue at https://github.com/MonetDB/MonetDB/issues/7443, published on 2025-01-14.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-53657
Vulnerability details
An issue in the merge_table_prune_and_unionize component of MonetDB Server v11.49.1 allows attackers to cause a Denial of Service (DoS) via crafted SQL statements.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Remote unauthenticated SQL injection in public-facing DB server directly enables T1190 exploitation; resulting availability impact matches T1499.004 application/system exploitation for DoS.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates CWE-89 SQL injection by requiring validation of crafted SQL statements to prevent DoS in the merge_table_prune_and_unionize component.
Mandates timely identification, reporting, and correction of the specific software flaw in MonetDB Server v11.49.1 enabling DoS via crafted SQL.
Limits the effects of DoS attacks, including those triggered remotely by unauthenticated crafted SQL inputs disrupting database availability.