Description
A flaw in Elasticsearch allows a low-privileged authenticated user to submit a single request containing a crafted user-supplied input. A specific internal component validates the input using a recursive routine and applies no bound to the length of the value being validated, so the validation causes the thread to exhaust its stack. The resulting fatal error is not handled by the surrounding execution paths and terminates the affected node process, producing 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’s internal component validates a user‑supplied value with an unbounded recursive routine. When a low‑privileged authenticated user submits a crafted request, the recursion consumes the thread’s stack so quickly that a stack overflow occurs. The exception is not caught, causing the node process to terminate and the cluster to experience a denial of service. The weakness corresponds to CWE‑674 and is rated with a CVSS score of 6.5, indicating moderate severity.

Affected Systems

The vulnerability affects Elastic’s Elasticsearch product. No specific version ranges are provided in the advisory, so any deployed Elasticsearch instance that has not been patched by Elastic could be susceptible. Administrators should verify the exact patch level against the Elastic security update catalog listed in the advisory.

Risk and Exploitability

Attackers must first authenticate with a low‑privileged role that can send requests to the vulnerable endpoint; the HTTP request alone is sufficient to trigger the recursion. Because the flaw leads to an unhandled stack overflow, a successful exploit will terminate the node process. The EPSS metric is not available, and the issue is not present in the CISA KEV catalog, which suggests current public exploitation is low but the impact remains significant. The CVSS score of 6.5 underscores the moderate risk of Denial‑of‑Service, especially in production clusters where node restart time may be costly.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official Elasticsearch patch that resolves the unbounded recursion bug, as distributed by Elastic.
  • If patch deployment is delayed, reduce the maximum request size or restrict the API endpoint that triggers the validation to trusted users only, limiting the space for malicious input.
  • Strengthen cluster security by enforcing strict role‑based access, isolating the problematic node, and configuring health‑check policies to automatically replace crashed nodes, thereby minimizing overall service disruption.

Generated by OpenCVE AI on August 13, 2026 at 21:16 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 a low-privileged authenticated user to submit a single request containing a crafted user-supplied input. A specific internal component validates the input using a recursive routine and applies no bound to the length of the value being validated, so the validation causes the thread to exhaust its stack. The resulting fatal error is not handled by the surrounding execution paths and terminates the affected node process, producing a denial of service.
Title Uncontrolled Recursion in Elasticsearch Leading to Denial of Service
Weaknesses CWE-674
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:46.089Z

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

Link: CVE-2026-72686

cve-icon Vulnrichment

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

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72686

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses