CVE-2026-72686 PUBLISHED

Uncontrolled Recursion in Elasticsearch Leading to Denial of Service

Assigner: elastic
Reserved: 10.08.2026 Published: 13.08.2026 Updated: 13.08.2026

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.

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 8.0.0 to 8.19.19 (incl.)
  • affected from 9.0.0 to 9.4.4 (incl.)
  • Version 9.5.0 is affected

References

Problem Types

  • CWE-674 Uncontrolled Recursion CWE