Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Network-accessible web feature requiring only a valid user session (PR:L); single crafted request suffices (AC:L); impact is availability-only with no data exposure.
Primary rating from Vendor (elastic).
CVSS VectorVendor: elastic
Lifecycle Timeline
2DescriptionCVE.org
Allocation of Resources Without Limits or Throttling (CWE-770) in Kibana can lead to a denial of service via Excessive Allocation (CAPEC-130). A user-supplied list of document fields accepted by the Kibana Playground for RAG feature was neither bounded in length nor de-duplicated before it was used to assemble the response for each matching document. A single crafted request could therefore make Kibana build a response far larger than the data it was derived from, and the resulting processing and memory pressure exhausts the resources of the Kibana instance.
AnalysisAI
Denial of service in Kibana's Playground for RAG feature allows a low-privileged authenticated user to exhaust the memory and processing resources of a Kibana instance via a single crafted request. The vulnerable endpoint accepts a user-supplied list of document fields without enforcing any length bound or deduplication, enabling a request to trigger construction of a response orders of magnitude larger than the underlying data. No active exploitation has been confirmed (not in CISA KEV), and no public exploit code has been identified at time of analysis. Elastic has released fixes in versions 9.3.8 and 9.4.4.
Technical ContextAI
Kibana is the visualization and query front-end of the Elastic Stack (ELK). The Playground for RAG (Retrieval-Augmented Generation) is a feature that allows users to interactively build document-grounded LLM queries against Elasticsearch indices. The vulnerability maps to CWE-770 (Allocation of Resources Without Limits or Throttling) and CAPEC-130 (Excessive Allocation): the server-side code that assembles a response from matching documents iterates over a caller-supplied field list without capping its length or collapsing duplicates, causing memory and CPU consumption to grow proportionally to the field list size rather than to the actual data size. CPE cpe:2.3:a:elastic:kibana:*:*:*:*:*:*:*:* indicates all Kibana versions prior to the fix releases are affected.
RemediationAI
The primary fix is to upgrade Kibana to version 9.3.8 (on the 9.3.x branch) or 9.4.4 (on the 9.4.x branch), as confirmed by Elastic advisory ESA-2026-91 at https://discuss.elastic.co/t/kibana-9-3-8-9-4-4-security-update-esa-2026-91/389533. If an immediate upgrade is not feasible, a practical compensating control is to restrict access to the Kibana Playground for RAG feature to the smallest possible set of trusted users via Kibana role-based access control, reducing the pool of accounts that could trigger the unbounded allocation. Network-layer rate limiting on the relevant Kibana API endpoints (applied at a reverse proxy or API gateway) can further reduce the blast radius of a single malicious request, though it does not eliminate the root cause. Disabling the Playground feature entirely via Kibana configuration is an option if the feature is not operationally required, with the trade-off of losing RAG query capability.
Kibana versions before 5.6.15 and 6.6.1 contain an arbitrary code execution flaw in the Timelion visualizer. Rated criti
Kibana versions 6.7.0 to 6.8.8 and 7.0.0 to 7.6.2 contain a prototype pollution flaw in the Upgrade Assistant. Rated hig
Kibana versions before 6.4.3 and 5.6.13 contain an arbitrary file inclusion flaw in the Console plugin. Rated critical s
Prototype pollution in Kibana leads to arbitrary code execution via a crafted file upload and specifically crafted HTTP
Kibana versions 4.0 to 4.6, 5.0 to 5.6.12, and 6.0 to 6.4.2 contain an error in the way authorization credentials are us
A Prototype pollution vulnerability in Kibana leads to arbitrary code execution via crafted HTTP requests to machine lea
Kibana versions before 6.6.1 contain an arbitrary code execution flaw in the security audit logger. Rated critical sever
Prototype Pollution in Kibana can lead to code injection via unrestricted file upload combined with path traversal. Rate
Privilege escalation in Elastic Kibana's Agent Builder component (versions 9.4.0-9.4.3) allows authenticated low-privile
A deserialization issue in Kibana can lead to arbitrary code execution when Kibana attempts to parse a YAML document con
Kibana version 8.7.0 contains an arbitrary code execution flaw. Rated high severity (CVSS 8.8), this vulnerability is re
Kibana versions 8.0.0 through 8.7.0 contain an arbitrary code execution flaw. Rated high severity (CVSS 8.8), this vulne
Same technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-58261
GHSA-jx2m-7cw3-3cf8