Description
Memory Allocation with Excessive Size Value (CWE-789) in the ES|QL query processing of Elasticsearch can lead to denial of service via Excessive Allocation (CAPEC-130). An authenticated user able to submit ES|QL queries could send a specially crafted query whose evaluation allocates an unbounded amount of heap memory, exhausting the available heap on the receiving node and causing the node to become unavailable.
Published: 2026-08-13
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a classic excessive memory allocation flaw (CWE‑789) found in the ES|QL query engine of Elasticsearch. An authenticated user with permission to submit ES|QL queries can craft a query that causes the node to allocate an unbounded amount of heap memory during its evaluation. This can exhaust the node’s available memory, rendering the cluster node unavailable and effectively denying service to legitimate users.

Affected Systems

Elastic:Elasticsearch is the affected product. No specific version range is provided in the advisory; organizations should examine their Elasticsearch deployments and consider that all releases before the forthcoming security fix may be impacted.

Risk and Exploitability

The CVSS score of 6.5 indicates a medium severity vulnerability. The EPSS score is not available, and the issue is not listed in the CISA KEV catalog, suggesting no known active exploits at the time of reporting. The attack vector requires authenticated access to submit ES|QL queries, so risk is confined to users with query privileges. If an attacker can acquire such credentials, they could trigger a denial of service condition on the node that hosts the query, potentially affecting cluster availability.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Elasticsearch to the latest patch that contains the fix for the excessive allocation flaw.
  • Restrict ES|QL usage to trusted users by disabling it for all roles that do not require it or applying a whitelist that limits query size.
  • Configure node heap size limits and enable monitoring or alerts for abnormal memory growth to detect and remediate pre‑emptive resource exhaustion.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 22:15: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 Memory Allocation with Excessive Size Value (CWE-789) in the ES|QL query processing of Elasticsearch can lead to denial of service via Excessive Allocation (CAPEC-130). An authenticated user able to submit ES|QL queries could send a specially crafted query whose evaluation allocates an unbounded amount of heap memory, exhausting the available heap on the receiving node and causing the node to become unavailable.
Title Memory Allocation with Excessive Size Value in Elasticsearch Leading to Denial of Service
Weaknesses CWE-789
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:29:32.406Z

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

Link: CVE-2026-72656

cve-icon Vulnrichment

Updated: 2026-08-13T20:29:28.872Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72656

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T22:00:05Z

Weaknesses
  • CWE-789

    Memory Allocation with Excessive Size Value