SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-52724

MEDIUM · CVSS 5.8 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Kuma versions prior to 2.7.26, 2.9.16, 2.11.14, 2.12.11, and 2.13.7 have a vulnerability that allows an on-path attacker to intercept the dataplane authentication token due to disabled TLS peer verification when certain configuration options are not set. This can lead to unauthorized control plane impersonation and potential takeover of the proxy. Kubernetes users running affected versions of Kuma should prioritize upgrading to the fixed versions to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-52724
Severity
MEDIUM
CVSS
5.8
EPSS
0.24%
Kubernetes

Original NVD Description

Kuma is a modern Envoy-based service mesh that can run on every cloud across both Kubernetes and VMs. Prior to 2.7.26, 2.9.16, 2.11.14, 2.12.11, and 2.13.7, Universal mode kuma-dp connections to an HTTPS control plane disable TLS peer verification when --ca-cert-file is not supplied and KUMA_CONTROL_PLANE_CA_CERT is unset. The dataplane authentication token is sent over the unverified connection, allowing an on-path attacker to intercept the token, impersonate the control plane, inject a forged bootstrap configuration, and take over the proxy. Standard Kubernetes installations created by kumactl install control-plane or the official Helm chart are unaffected because the mutating admission webhook injects KUMA_CONTROL_PLANE_CA_CERT into each sidecar. This issue is fixed in versions 2.7.26, 2.9.16, 2.11.14, 2.12.11, and 2.13.7.