Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-reachable query API, low privilege required, availability-only impact; no confidentiality or integrity loss applies.
Primary rating from Vendor (elastic).
CVSS VectorVendor: elastic
Lifecycle Timeline
1DescriptionCVE.org
Uncontrolled Recursion (CWE-674) in Elasticsearch can lead to a denial of service via Excessive Allocation (CAPEC-130). An authenticated user can submit a specially crafted query that causes excessive resource consumption while the request is processed, which may render the affected node unavailable.
AnalysisAI
Denial of service in Elasticsearch allows any authenticated user to crash an affected cluster node by submitting a specially crafted query that triggers uncontrolled recursion during query processing. Excessive resource consumption during request handling can render the targeted node unavailable, disrupting search and indexing operations for all dependent applications. No public exploit code has been identified at time of analysis, and the vulnerability is not listed in the CISA KEV catalog; however, the low privilege requirement makes it accessible to any user with query access.
Technical ContextAI
Elasticsearch is a widely-deployed distributed search and analytics engine built on Apache Lucene. This vulnerability (CWE-674: Uncontrolled Recursion) occurs within the query processing pipeline: a crafted query structure causes the parser or execution engine to recurse without adequate depth bounds, leading to excessive heap or stack allocation (CAPEC-130: Excessive Allocation). The CVSS vector AV:N/AC:L/PR:L confirms the flaw is reachable over the network by any authenticated user with query privileges, requiring no special configuration. The scope is unchanged (S:U), meaning the impact is confined to the affected node rather than propagating to the broader cluster at the OS or hypervisor level, though in practice a downed node degrades cluster availability.
RemediationAI
Upgrade Elasticsearch to version 8.19.17 (for 8.x deployments), 9.3.6, or 9.4.3 (for 9.x deployments) as documented in Elastic Security Advisory ESA-2026-42 at https://discuss.elastic.co/t/elasticsearch-8-19-17-9-3-6-9-4-3-security-update-esa-2026-42. If immediate patching is not possible, restrict query API access to trusted, known-good service accounts and remove query privileges from non-essential users - this reduces the attacker pool but does not eliminate risk from compromised or malicious authorized accounts. Network-layer controls such as placing Elasticsearch behind an API gateway or firewall that limits query endpoint access to specific source IPs can further constrain exposure. Query complexity limits or circuit breakers, if configurable in the deployed version, should be reviewed and tightened as a compensating control; note that overly aggressive circuit breaker settings may also impact legitimate heavy queries.
More in Elasticsearch
View allDirectory traversal vulnerability in Elasticsearch before 1.6.1 allows remote attackers to read arbitrary files via unsp
Directory traversal vulnerability in Elasticsearch before 1.4.5 and 1.5.x before 1.5.2, when a site plugin is enabled, a
A flaw was discovered in Elasticsearch, affecting the _search API that allowed a specially crafted query string to cause
All versions of Elastic Cloud Enterprise has the Elasticsearch “anonymous” user enabled by default in deployed clusters.
A memory disclosure vulnerability was identified in Elasticsearch 7.10.0 to 7.13.3 error reporting. Rated medium severit
Heap corruption and potential remote code execution in Elasticsearch's native ML inference engine can be triggered by an
The fix for CVE-2020-7009 was found to be incomplete. Rated high severity (CVSS 8.8), this vulnerability is remotely exp
Elasticsearch versions from 6.7.0 before 6.8.8 and 7.0.0 before 7.6.2 contain a privilege escalation flaw if an attacker
Elasticsearch Alerting and Monitoring in versions before 6.4.1 or 5.6.12 have an information disclosure issue when secre
A permission issue was found in Elasticsearch versions before 5.6.15 and 6.6.1 when Field Level Security and Document Le
The snapshot API in Elasticsearch before 1.6.0 when another application exists on the system that can read Lucene files
An issue was identified that allowed the unsafe deserialization of java objects from hadoop or spark configuration prope
Same weakness CWE-674 – Uncontrolled Recursion
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-41065
GHSA-j6j2-p5xw-w2j8