Description
Allocation of Resources Without Limits or Throttling (CWE-770) in Kibana can lead to denial of service via Excessive Allocation (CAPEC-130). A query expression accepted by a connector reporting operation was processed without any limit on its size, and an oversized expression caused the Kibana process to spend an unbounded amount of time evaluating it. An authenticated user with read-only privileges was able to send a single request that left Kibana unable to serve any user until the process was restarted.
Published: 2026-08-13
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Kibana was found to allocate computational resources without any limits or throttling during the processing of a query expression, which is a classic example of CWE-770. An authenticated user, even with read‑only privileges, can submit an oversized expression that forces the Kibana process to spend an unbounded amount of time evaluating it. The result is a denial of service that renders the Kibana instance unresponsive to all users until the process is restarted, potentially crippling monitoring, search, and analytics functions in an organization. The impact is confined to availability; confidentiality and integrity are not directly affected.

Affected Systems

The vulnerable component is Elastic Kibana as distributed by Elastic. No specific version information is included in the current advisory, so all installations of Kibana that are still running the affected code base are at risk.

Risk and Exploitability

The CVSS score of 6.5 indicates medium severity. The EPSS score is not available, which means we cannot quantify the current exploitation probability, but the fact that the issue is exploitable by an authenticated read‑only user lowers the barrier to attack. The vulnerability is not listed in CISA KEV, suggesting that there are no widely known exploits yet, yet the difficulty of exploitation is low. An attacker would typically issue a single request containing an oversized query expression, which would cause the Kibana process to become saturated and unable to serve other requests.

Generated by OpenCVE AI on August 13, 2026 at 20:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Check the Elastic website or subscription portal for the latest security update that addresses the unbounded resource allocation and apply it immediately.
  • Configure Kibana to enforce a maximum length or complexity on query expressions, either through existing configuration options or by implementing a reverse proxy that limits request size.
  • Restrict or remove read‑only user permissions for the feature that can submit large query expressions, or require those users to authenticate through a stricter policy that includes size validation.

Generated by OpenCVE AI on August 13, 2026 at 20:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 21:15:00 +0000

Type Values Removed Values Added
First Time appeared Elastic
Elastic kibana
Vendors & Products Elastic
Elastic kibana

Thu, 13 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Description Allocation of Resources Without Limits or Throttling (CWE-770) in Kibana can lead to denial of service via Excessive Allocation (CAPEC-130). A query expression accepted by a connector reporting operation was processed without any limit on its size, and an oversized expression caused the Kibana process to spend an unbounded amount of time evaluating it. An authenticated user with read-only privileges was able to send a single request that left Kibana unable to serve any user until the process was restarted.
Title Allocation of Resources Without Limits or Throttling in Kibana Leading to Denial of Service
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: elastic

Published:

Updated: 2026-08-13T20:35:37.461Z

Reserved: 2026-05-27T11:31:33.582Z

Link: CVE-2026-49089

cve-icon Vulnrichment

Updated: 2026-08-13T20:35:33.361Z

cve-icon NVD

Status : Received

Published: 2026-08-13T20:17:22.467

Modified: 2026-08-13T21:18:07.370

Link: CVE-2026-49089

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T21:00:06Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling