Description
Inefficient Algorithmic Complexity (CWE-407) in Kibana can lead to denial of service via Input Data Manipulation (CAPEC-153). A specially crafted, deeply nested expression submitted to a Kibana TSVB visualization is evaluated with a worst-case cost that grows disproportionately with the size of the input. Because the evaluation runs synchronously, a single request consumes the Kibana request-processing thread indefinitely, and Kibana stops responding to all further requests until the service is restarted.
Published: 2026-08-13
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an inefficient algorithmic complexity flaw (CWE‑407) that causes Kibana to exhaust its request‑processing thread when evaluating a specially crafted, deeply nested expression. The evaluation runs synchronously on the same thread, so a single malformed request can consume that thread indefinitely. As a result Kibana becomes unresponsive to all subsequent traffic until the service is restarted, creating a denial‑of‑service condition for the affected system.

Affected Systems

Elastic Kibana is affected. The CVE payload does not provide specific version information, so all current releases of Elastic Kibana may be vulnerable until an official patch is released.

Risk and Exploitability

The CVSS base score of 6.5 indicates moderate severity. Based on the description, the likely attack vector involves an attacker constructing a deeply nested expression and submitting it to a Kibana TSVB visualization endpoint. Because the evaluation runs on the main request thread, a single request can immediately lock that thread and cause a service‑wide outage. The flaw cannot be mitigated by authentication alone; any user who can submit a TSVB visualization can trigger the denial of service. This vulnerability is not listed in CISA’s KEV catalog.

Generated by OpenCVE AI on August 13, 2026 at 22:45 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available Elastic Kibana security update that addresses the inefficient evaluation logic as soon as it is released.
  • If a patch is not immediately available, restrict access to the TSVB visualization endpoints (for example, by enforcing role‑based access control or firewall rules) and configure strict request timeouts or CPU limits to mitigate prolonged evaluations.
  • Monitor Kibana health metrics such as CPU usage, request queue lengths, and response times; set alerts for unusually long processing times or spikes that may indicate an exploitation attempt, and automatically restart or redeploy the service if it becomes unresponsive.

Generated by OpenCVE AI on August 13, 2026 at 22:45 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 Inefficient Algorithmic Complexity (CWE-407) in Kibana can lead to denial of service via Input Data Manipulation (CAPEC-153). A specially crafted, deeply nested expression submitted to a Kibana TSVB visualization is evaluated with a worst-case cost that grows disproportionately with the size of the input. Because the evaluation runs synchronously, a single request consumes the Kibana request-processing thread indefinitely, and Kibana stops responding to all further requests until the service is restarted.
Title Inefficient Algorithmic Complexity in Kibana Leading to Denial of Service
Weaknesses CWE-407
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:30:35.109Z

Reserved: 2026-08-10T11:17:45.102Z

Link: CVE-2026-72663

cve-icon Vulnrichment

Updated: 2026-08-13T20:30:31.597Z

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-72663

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-407

    Inefficient Algorithmic Complexity