CVE-2024-57617
Published: 14 January 2025
Summary
CVE-2024-57617 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 44.4th 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 SC-5 (Denial-of-service Protection) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2024-57617 is a vulnerability in the dameraulevenshtein component of MonetDB Server version 11.49.1. The flaw allows 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 availability impact.
Remote attackers can exploit this vulnerability without authentication, privileges, or user interaction, as it is network-accessible with low attack complexity. Successful exploitation results in a DoS, disrupting the availability of the MonetDB Server while having no impact on confidentiality or integrity.
Mitigation details are available in the referenced GitHub issue at https://github.com/MonetDB/MonetDB/issues/7432.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-53649
Vulnerability details
An issue in the dameraulevenshtein 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 exploitation of public-facing DB server via crafted SQL for application DoS (CWE-89).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of SQL statement inputs to prevent crafted statements from triggering the dameraulevenshtein DoS vulnerability.
Mandates timely flaw remediation, such as patching MonetDB Server v11.49.1 to eliminate the specific DoS vulnerability.
Provides denial-of-service protection mechanisms to limit or identify effects of crafted SQL attacks disrupting MonetDB availability.