云虫漏洞库

CVE-2026-72636 - 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. - 漏洞详情

漏洞编号:CVE-2026-72636

风险等级:中危

漏洞来源:CVE

CVE 编号:CVE-2026-72636

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-674

发布/更新时间:2026-08-13 / 2026-08-28

漏洞描述

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.

相关链接

相关漏洞

« 返回首页