Description
Memory Allocation with Excessive Size Value (CWE-789) in Elasticsearch can lead to denial of service via Excessive Allocation (CAPEC-130). An authenticated user holding only read privileges on a single index can submit one small, specially crafted search request that causes an excessively large memory allocation, exhausting the JVM heap and terminating the affected node.
Published: 2026-08-13
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Elasticsearch contains a memory allocation flaw where an authenticated user with only read rights on a single index can craft a small search request that requests an excessively large allocation. The resulting over‑commitment of the JVM heap can exhaust available memory and terminate the affected node, leading to a denial of service for that node and potentially the entire cluster. The weakness is a classic CWE‑789 Excessive Allocation vulnerability, which can be leveraged through a carefully constructed query payload. Without mitigation, any user with read access to an index can trigger the crash.

Affected Systems

The vulnerability affects Elastic’s Elasticsearch product. No specific version range is listed, so all installations of Elasticsearch that have not applied the referenced fix are potentially susceptible. The referenced discussion advises applying the latest security update provided by Elastic.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, and the EPSS score is not available. The vulnerability is not currently tracked in the CISA KEV catalog. The attack vector requires authenticated access with read privileges on an index, and the attacker can exploit it by submitting a single crafted search request. Once exploited, the node will restart due to heap exhaustion, causing a temporary denial of service until the node recovers. Prevention relies on applying the official patch or mitigating input size constraints, as the failure occurs from unvalidated user‑supplied allocation sizes.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Elasticsearch security update referenced in Elastic’s discussion page; this contains the patch that prevents excessive memory allocation.
  • Restrict or monitor search request sizes by configuring query size limits or disabling untrusted query parameters for read‑only users to reduce the chance of triggering large allocations.
  • In the event of an incident, restart the affected node or use JVM options (such as -Xmx) to limit heap usage, and ensure node monitoring alerts are in place to detect heap exhaustion events promptly.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
First Time appeared Elastic
Elastic elasticsearch
Vendors & Products Elastic
Elastic elasticsearch
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 Elasticsearch can lead to denial of service via Excessive Allocation (CAPEC-130). An authenticated user holding only read privileges on a single index can submit one small, specially crafted search request that causes an excessively large memory allocation, exhausting the JVM heap and terminating the affected node.
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:28:53.313Z

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

Link: CVE-2026-72645

cve-icon Vulnrichment

Updated: 2026-08-13T20:28:49.690Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72645

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:15:03Z

Weaknesses
  • CWE-789

    Memory Allocation with Excessive Size Value