Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Network-reachable web app, low complexity; PR:L because a valid Kibana account is required; C:L for partial unauthorized data disclosure; no integrity or availability impact.
Primary rating from Vendor (elastic).
CVSS VectorVendor: elastic
Lifecycle Timeline
2DescriptionCVE.org
Unintended Proxy or Intermediary ('Confused Deputy') (CWE-441) in Kibana can lead to unauthorized information exposure via Accessing Functionality Not Properly Constrained by ACLs (CAPEC-1). Under certain conditions, a lower-privileged user can cause data from sources they are not authorized to access to be processed using another user's privileges.
AnalysisAI
Kibana's authorization layer fails to enforce ACLs correctly in certain code paths, allowing a lower-privileged authenticated user to cause data from restricted Elasticsearch sources to be processed under another user's elevated privileges - effectively a confused deputy attack resulting in unauthorized information disclosure. The CVSS 4.3 (Medium) rating reflects low confidentiality impact and the requirement for a valid Kibana account, but the real-world risk is material in multi-tenant or role-segregated deployments where data isolation is a compliance requirement. No active exploitation confirmed (not in CISA KEV) and no public exploit code has been identified at time of analysis.
Technical ContextAI
Kibana is Elastic's web-based visualization and analytics front-end for Elasticsearch, widely deployed as part of the Elastic (ELK) stack. The root cause is CWE-441 (Unintended Proxy or Intermediary - Confused Deputy), where Kibana acts as a server-side intermediary between the user and Elasticsearch. In the vulnerable code paths, Kibana uses the credentials or session context of a higher-privileged user to fulfill a request initiated by a lower-privileged one, bypassing the row-level security or index-level privileges enforced by Elasticsearch's role-based access control. This maps to CAPEC-1 (Accessing Functionality Not Properly Constrained by ACLs), indicating that specific Kibana features - likely dashboards, saved searches, alerting, or reporting pipelines - forward requests to Elasticsearch without re-validating the calling user's authorization against the target data source. The NVD CWE listing also references CWE-863 (Incorrect Authorization), confirming the authorization check itself is either absent or insufficient for this path. The affected CPE cpe:2.3:a:elastic:kibana:*:*:*:*:*:*:*:* covers all Kibana versions, with the fix landing in 9.4.3.
RemediationAI
Upgrade Kibana to version 9.4.3 or later, which addresses this vulnerability per Elastic security advisory ESA-2026-54 (https://discuss.elastic.co/t/kibana-9-4-3-security-update-esa-2026-54/388553). If immediate patching is not feasible, consider restricting Kibana access to only fully-trusted users by temporarily removing low-privilege roles until the patch can be applied - this eliminates the attacker prerequisite of a low-privilege account, though it disrupts normal operations. Elasticsearch-level index privilege enforcement (document-level security, field-level security) can serve as a defense-in-depth control that limits what data is exposed even if the confused deputy path is triggered; enabling these Elasticsearch features adds a second authorization layer independent of Kibana's. Monitor Kibana audit logs for anomalous cross-index access patterns by lower-privileged accounts as a detection measure. No additional workarounds are documented in available data.
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
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
Kibana versions up to 9.3.0 contains a vulnerability that allows attackers to read arbitrary files from the Kibana serve
Same weakness CWE-863 – Incorrect Authorization
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46385
GHSA-2529-45pr-jcrg