CVE-2026-72683
Received
Received - Intake
Elasticsearch Denial of Service via Self-Referential Pipeline
Vulnerability report for CVE-2026-72683, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-08-13
Last updated on: 2026-08-13
Assigner: Elastic
Description
Description
A flaw in Elasticsearch allows an authenticated user with the privileges required to invoke the simulate pipeline API endpoint (https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ingest-simulate) to submit a request that causes a self-referential data structure to be created. When a specific internal component later processes that structure, the operation recurses without bound and raises a fatal error that is not handled by the surrounding execution path, terminating the affected node process and resulting in a denial of service.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| elastic | elasticsearch | * |
| elastic | elasticsearch | From 5.0.0 (inc) to 8.19.18 (inc) |
| elastic | elasticsearch | From 9.3.0 (inc) to 9.3.7 (inc) |
| elastic | elasticsearch | From 9.4.0 (inc) to 9.4.3 (inc) |
| elastic | elasticsearch | 8.19.19 |
| elastic | elasticsearch | 9.3.8 |
| elastic | elasticsearch | 9.4.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-674 | The product does not properly control the amount of recursion that takes place, consuming excessive resources, such as allocated memory or the program stack. |