Elasticsearch: denial of service
Medium6.5CVE-2026-72636 · Published Aug 13, 2026 · updated Sep 1, 2026
Uncontrolled Recursion (CWE-674) in the Elasticsearch wildcard matching helper can lead to a denial of service via Excessive Allocation (CAPEC-130). The matcher used to resolve wildcard patterns against names is implemented recursively and had no bound on recursion depth or on the total number of match operations performed. A search request containing a wildcard pattern with a large number of wildcard groups, evaluated against a sufficiently long name, exhausts the thread stack. Elasticsearch treats a stack overflow as an unrecoverable condition and shuts the node down, so the request terminates the affected node rather than failing gracefully.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| Elasticsearch Product | >= 8.0.0, <= 8.19.19 | No fix yet |
| >= 9.0.0, <= 9.4.4 | No fix yet |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
- Severity from
- the vendor (its own CVE record or advisory)
- Weakness
- CWE-674
More Elastic advisories
All Elastic| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Aug 13 | Elasticsearch: denial of service | Medium6.5 | No fix yet |
| Aug 13 | A flaw in Elasticsearch | Medium4.3 | No fix yet |
| Aug 13 | Elasticsearch: denial of service | Medium6.5 | No fix yet |
| Aug 13 | Elasticsearch: denial of service | Medium6.5 | No fix yet |
| Aug 13 | Elastic Kibana: denial of service | Medium6.5 | No fix yet |
| Aug 13 | Elastic Kibana: missing authorization | High7.1 | No fix yet |