CVE-2026-72636
Published:August 13, 2026
Updated:August 31, 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 Packages
https://github.com/elastic/elasticsearch.git (GITHUB):
Affected version(s) >=v9.0.0-beta1 <v9.4.5Fix Suggestion:
Update to version v9.4.5https://github.com/elastic/elasticsearch.git (GITHUB):
Affected version(s) >=v8.0.0-alpha1 <v8.19.20Fix Suggestion:
Update to version v8.19.20org.elasticsearch:elasticsearch (JAVA):
Affected version(s) >=9.0.0-beta1 <9.4.5Fix Suggestion:
Update to version 9.4.5org.elasticsearch:elasticsearch (JAVA):
Affected version(s) >=8.0.0-alpha1 <8.19.20Fix Suggestion:
Update to version 8.19.20Related Resources (1)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
Uncontrolled Recursion
EPSS
Base Score:
0.29