CVE-2026-63144 PUBLISHED

Uncontrolled Recursion in Elasticsearch Leading to Denial of Service

Assigner: elastic
Reserved: 15.07.2026 Published: 21.07.2026 Updated: 22.07.2026

Uncontrolled Recursion (CWE-674) in Elasticsearch can lead to denial of service via a specially crafted search request submitted by a low-privileged authenticated user. A user with read-level index access can submit a request that triggers unbounded recursive processing within the Elasticsearch query evaluation component, causing a fatal error that terminates the affected node. In single-node deployments, this results in complete service outage; in multi-node clusters, it causes repeated node restarts and sustained availability degradation.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CVSS Score: 6.5

Product Status

Vendor Elastic
Product Elasticsearch
Versions Default: unaffected
  • affected from 9.4.0 to 9.4.3 (incl.)
  • affected from 9.3.0 to 9.3.7 (incl.)
  • affected from 8.19.0 to 8.19.18 (incl.)

References

Problem Types

  • CWE-674 Uncontrolled Recursion CWE

Impacts

  • CAPEC-130 Excessive Allocation