BIT-elasticsearch-2026-72636

See a problem?
Import Source
https://github.com/bitnami/vulndb/tree/main/data/elasticsearch/BIT-elasticsearch-2026-72636.json
JSON Data
https://api.osv.dev/v1/vulns/BIT-elasticsearch-2026-72636
Aliases
Published
2026-08-19T08:39:36Z
Modified
2026-09-08T08:47:14Z
Summary
Uncontrolled Recursion in Elasticsearch Wildcard Matching Leading to Denial of Service
Details

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.

Database specific
{
    "cpes":  [
        "cpe:2.3:a:elastic:elasticsearch:*:*:*:*:*:*:*:*",
        "cpe:2.3:a:elastic:elasticsearch:*:*:*:*:*:maven:*:*"
    ],
    "severity":  "Medium"
}
References

Affected packages

Bitnami / elasticsearch

Package

Name
elasticsearch
Purl
pkg:bitnami/elasticsearch

Severity

  • 6.5 (Medium) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H CVSS Calculator

Affected ranges

Type
SEMVER
Events
Introduced
8.0.0
Fixed
8.19.20
Introduced
9.0.0
Fixed
9.4.5

Database specific

source
"https://github.com/bitnami/vulndb/tree/main/data/elasticsearch/BIT-elasticsearch-2026-72636.json"