Cyber Resilience

CVE-2024-57626

HighPublic PoC

Published: 14 January 2025

Published
14 January 2025
Modified
10 April 2025
KEV Added
Patch
CVSS Score v3.1 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0017 37.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-57626 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 Application or System Exploitation (T1499.004); 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 SC-5 (Denial-of-service Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2024-57626 is a vulnerability in the mat_join2 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 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 due to its potential for significant availability impact, and is linked to CWE-89.

Remote unauthenticated attackers can exploit this vulnerability over the network with low attack complexity and no user interaction required. Successful exploitation disrupts service availability on affected MonetDB servers, potentially rendering the database unresponsive without impacting confidentiality or integrity.

Mitigation details are documented in the GitHub issue at https://github.com/MonetDB/MonetDB/issues/7442. Security practitioners should monitor this reference for patches or workarounds specific to MonetDB Server v11.49.1 and later versions.

EU & UK References

Vulnerability details

An issue in the mat_join2 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

T1499.004 Application or System Exploitation Impact
Adversaries may exploit software vulnerabilities that can cause an application or system to crash and deny availability to users.
Why these techniques?

Remote unauthenticated exploitation of MonetDB via crafted SQL statements directly enables application/system exploitation to trigger DoS and impair availability.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2024-57620Same product: Monetdb Monetdb
CVE-2024-57629Same product: Monetdb Monetdb
CVE-2024-57615Same product: Monetdb Monetdb
CVE-2024-57617Same product: Monetdb Monetdb
CVE-2024-57634Same product: Monetdb Monetdb
CVE-2024-57622Same product: Monetdb Monetdb
CVE-2024-57625Same product: Monetdb Monetdb
CVE-2024-57619Same product: Monetdb Monetdb
CVE-2024-57621Same product: Monetdb Monetdb
CVE-2024-57624Same product: Monetdb Monetdb

Affected Assets

monetdb
monetdb
11.49.1

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly remediates the flaw in MonetDB's mat_join2 component by identifying, reporting, and applying patches for this specific DoS vulnerability.

prevent

Provides denial-of-service protections that prevent crafted SQL statements from disrupting MonetDB server availability.

prevent

Validates SQL inputs to mitigate crafted statements exploiting the mat_join2 component for DoS.

References