Description
A flaw in Elasticsearch allows an authenticated user holding only read privileges to submit a small search request containing a crafted user-supplied input. Processing that input causes a specific internal component to allocate memory without any upper bound, and the allocation occurs outside the scope of the existing memory accounting controls that were intended to constrain it. The resulting out-of-memory condition is fatal and terminates the affected node process, causing a denial of service.
Published: 2026-08-13
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Elasticsearch allows an authenticated user holding only read privileges to submit a small search request containing crafted input that causes a specific internal component to allocate memory without any upper bound. The allocation happens outside the existing memory accounting controls, leading to an out‑of‑memory condition that terminates the affected node process. The result is a denial of service for the node, which can cascade to affect the entire cluster’s availability.

Affected Systems

The vulnerability affects Elastic Elasticsearch deployments. While the exact affected minor releases are not listed in the input, the provided reference indicates that versions 8.19.20 and 9.4.5 include a security update mitigating this issue. Older unpatched releases are at risk.

Risk and Exploitability

The CVSS score of 6.5 classifies the flaw as a moderate severity vulnerability. The EPSS score is not available, indicating that exploitation probability is currently unknown, and the vulnerability is not listed in CISA KEV. Based on the description, the likely attack vector is an authenticated request using read‑only privileges, and the attacker must supply crafted search input to trigger the unbounded memory allocation. Once triggered, the node terminates, resulting in a DoS that can destabilize the cluster if not mitigated.

Generated by OpenCVE AI on August 13, 2026 at 21:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Elasticsearch to the latest patched releases (e.g., 8.19.20 or 9.4.5) that fix the unbounded memory allocation.
  • Restrict search capabilities to only those users who truly need them; enforce least‑privilege principles for authenticated users.
  • Enable or configure query throttling, resource limits, or request size limits to bound memory usage on the component that allocates memory.
  • Set up monitoring and alerting for out‑of‑memory events and node restarts to detect exploitation attempts.
  • Consider firewalling or rate‑limiting access to the search API endpoint to reduce the likelihood of repeated exploitation attempts.

Generated by OpenCVE AI on August 13, 2026 at 21:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Elastic
Elastic elasticsearch
Vendors & Products Elastic
Elastic elasticsearch

Thu, 13 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description A flaw in Elasticsearch allows an authenticated user holding only read privileges to submit a small search request containing a crafted user-supplied input. Processing that input causes a specific internal component to allocate memory without any upper bound, and the allocation occurs outside the scope of the existing memory accounting controls that were intended to constrain it. The resulting out-of-memory condition is fatal and terminates the affected node process, causing a denial of service.
Title Allocation of Resources Without Limits or Throttling in Elasticsearch Leading to Denial of Service
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Subscriptions

Elastic Elasticsearch
cve-icon MITRE

Status: PUBLISHED

Assigner: elastic

Published:

Updated: 2026-08-13T20:35:10.991Z

Reserved: 2026-08-10T11:17:58.731Z

Link: CVE-2026-72684

cve-icon Vulnrichment

Updated: 2026-08-13T20:35:07.498Z

cve-icon NVD

Status : Received

Published: 2026-08-13T20:17:29.100

Modified: 2026-08-13T21:18:31.750

Link: CVE-2026-72684

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:30:11Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling