VYPR
Medium severity6.5NVD Advisory· Published May 28, 2026

CVE-2026-42399

CVE-2026-42399

Description

Uncontrolled Resource Consumption (CWE-400) in Kibana can lead to denial of service via Excessive Allocation (CAPEC-130). An authenticated low-privileged user can cause Kibana to consume exponentially increasing amounts of memory by submitting a specially crafted Timelion visualization expression containing deeply chained function calls. The resulting data structure grows without bound, exhausting available memory and causing the Kibana service to crash and become unavailable to all users.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Low-privileged users can crash Kibana by submitting a Timelion expression with deeply chained function calls, causing uncontrolled memory allocation.

Vulnerability

An authenticated low-privileged user can submit a specially crafted Timelion visualization expression containing deeply chained function calls to Kibana versions 8.0.0 through 8.19.15 and 9.0.0 through 9.3.4 [1]. The expression parser and data generation logic do not limit the nesting depth or resultant data structure size, leading to exponential memory consumption [CWE-400] [1]. This behavior is classified as an uncontrolled resource consumption vulnerability (CAPEC-130) [1].

Exploitation

The attacker requires only a valid low-privileged session on any Kibana deployment where the Timelion visualization feature is accessible [1]. No elevated privileges, special network position, or user interaction beyond the attacker's own actions are needed [1]. The attacker crafts a Timelion expression with deeply nested function calls and submits it (e.g., by saving or previewing a visualization). The server processes the expression without pruning or bounding the recursion, expanding the data structure until available memory is exhausted [1].

Impact

Successful exploitation forces the Kibana service to crash due to memory exhaustion, making Kibana unavailable to all users [1]. No data is compromised (no confidentiality or integrity loss), but the denial of service persists until the service is restarted [1]. The CVSS v3.1 score is 6.5 (Medium) with vector AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H [1].

Mitigation

The vulnerability is fixed in Kibana versions 8.19.16 and 9.3.5 [1]. Users should upgrade to these releases or later. For Elastic Cloud Serverless environments, the fix was automatically deployed before public disclosure [1]. No other workarounds are documented; limiting Timelion access to trusted users may reduce risk but is not a complete mitigation.

AI Insight generated on May 28, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

No source-code context for this CVE — mechanics is only generated when we can read the actual fix diff. Without that, the four sections (root cause, attack vector, affected code, fix) would be speculation rather than analysis.

References

1

News mentions

0

No linked articles in our index yet.