Description
Elasticsearch does not validate a size value taken from a user-supplied input before that value is used to reserve memory for an internal data structure. An authenticated user holding only read privileges can submit a single small crafted request to a product API endpoint that causes the node to attempt an excessively large allocation. The resulting memory exhaustion raises a fatal error that terminates the Elasticsearch node process, causing a denial of service for the affected node and degrading cluster health. The defect is not volumetric, so a single request is sufficient regardless of the heap size configured on the target node.
Published: 2026-08-13
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Elasticsearch does not validate a size value taken from user‑supplied input before reserving memory for an internal data structure. An authenticated user with read privileges can submit a single crafted request to the vulnerable API endpoint, causing the node to attempt an excessively large allocation. The resulting memory exhaustion triggers a fatal error that terminates the Elasticsearch node process, leading to denial of service for the affected node and degrading overall cluster health.

Affected Systems

Elastic:Elasticsearch instances that contain the described defect. No specific version information is provided, so any deployment of Elasticsearch that could potentially include this code path is vulnerable.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity. The EPSS score of less than 1% reflects a very low current likelihood of exploitation in the wild, and the vulnerability is not listed in CISA KEV. Nevertheless, the attack requires only an authenticated read‑only user and a single request; the vulnerable API endpoint is the attack vector, and successful exploitation will crash the node and potentially impact cluster availability.

Generated by OpenCVE AI on August 18, 2026 at 05:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest available Elastic security update that addresses the size-validation issue.
  • Restrict access to the API that accepts size parameters so that only trusted service accounts can provide large values, and audit read‑only user permissions to prevent them from influencing allocation size.
  • Monitor node memory usage for sudden spikes and configure alerts or automated restarts to recover from unexpected allocation failures.

Generated by OpenCVE AI on August 18, 2026 at 05:08 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 01 Sep 2026 22:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:elastic:elasticsearch:*:*:*:*:*:*:*:*

Tue, 18 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-770
References
Metrics threat_severity

None

threat_severity

Moderate


Thu, 13 Aug 2026 22: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 21:45:00 +0000

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

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

Type Values Removed Values Added
Description Elasticsearch does not validate a size value taken from a user-supplied input before that value is used to reserve memory for an internal data structure. An authenticated user holding only read privileges can submit a single small crafted request to a product API endpoint that causes the node to attempt an excessively large allocation. The resulting memory exhaustion raises a fatal error that terminates the Elasticsearch node process, causing a denial of service for the affected node and degrading cluster health. The defect is not volumetric, so a single request is sufficient regardless of the heap size configured on the target 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:34:20.569Z

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

Link: CVE-2026-72678

cve-icon Vulnrichment

Updated: 2026-08-13T20:34:17.067Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-09-01T15:28:17.610

Link: CVE-2026-72678

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-13T19:11:02Z

Links: CVE-2026-72678 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T05:15:08Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling

  • CWE-789

    Memory Allocation with Excessive Size Value