Cyber Resilience

CVE-2024-43709

MediumDDoS

Published: 21 January 2025

Published
21 January 2025
Modified
21 February 2025
KEV Added
Patch
CVSS Score v3.1 6.5 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0094 76.7th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-43709 is a medium-severity Allocation of Resources Without Limits or Throttling (CWE-770) vulnerability in Elastic Elasticsearch. Its CVSS base score is 6.5 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Application or System Exploitation (T1499.004); ranked in the top 23.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SC-5 (Denial-of-service Protection) and SC-6 (Resource Availability).

Deeper analysis

CVE-2024-43709 is a vulnerability in Elasticsearch involving an allocation of resources without limits or throttling, which can lead to an OutOfMemoryError exception and subsequent crash. The issue is triggered by a specially crafted query that uses an SQL function. It is classified under CWE-770 (Allocation of Resources Without Limits or Throttling) and carries a CVSS v3.1 base score of 6.5 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H).

An authenticated attacker with low privileges can exploit this vulnerability remotely over the network with low attack complexity and no user interaction required. Successful exploitation results in a denial-of-service condition by crashing the Elasticsearch instance due to the high availability impact.

Elastic's security advisory ESA-2024-25 addresses the vulnerability with patches released in Elasticsearch versions 7.17.21 and 8.13.3. NetApp has also published advisory NTAP-20250221-0007 detailing the issue and mitigation steps for affected products.

EU & UK References

Vulnerability details

An allocation of resources without limits or throttling in Elasticsearch can lead to an OutOfMemoryError exception resulting in a crash via a specially crafted query using an SQL function.

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?

Direct mapping to application/system exploitation for DoS via resource exhaustion and crash from crafted query.

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

CVEs Like This One

CVE-2026-26935Same vendor: Elastic
CVE-2026-0528Same vendor: Elastic
CVE-2021-47877Shared CWE-770
CVE-2026-3260Shared CWE-770
CVE-2025-66560Shared CWE-770
CVE-2025-68136Shared CWE-770
CVE-2020-37038Shared CWE-770
CVE-2025-36070Shared CWE-770
CVE-2021-47791Shared CWE-770
CVE-2021-47876Shared CWE-770

Affected Assets

elastic
elasticsearch
7.17.0 — 7.17.21 · 8.0.0 — 8.13.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

SC-5 directly protects against denial-of-service attacks, including memory exhaustion from unbounded resource allocation triggered by specially crafted SQL queries in Elasticsearch.

prevent

SC-6 mandates controls to protect critical system resources like memory from degradation or loss due to excessive allocations without limits or throttling.

prevent

SI-2 ensures timely flaw remediation through patching, directly addressing the vulnerability fixed in Elasticsearch versions 7.17.21 and 8.13.3.

References