CVE-2026-52724
Received
Received - Intake
Authentication Bypass in Kuma Service Mesh
Vulnerability report for CVE-2026-52724, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-15
Last updated on: 2026-09-15
Assigner: GitHub, Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| kuma | kuma | to 2.7.26 (exc) |
| kuma | kuma | to 2.9.16 (exc) |
| kuma | kuma | to 2.11.14 (exc) |
| kuma | kuma | to 2.12.11 (exc) |
| kuma | kuma | to 2.13.7 (exc) |
| kumahq | kuma | 2.7.26 |
| kumahq | kuma | 2.9.16 |
| kumahq | kuma | 2.11.14 |
| kumahq | kuma | 2.12.11 |
| kumahq | kuma | 2.13.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-295 | The product does not validate, or incorrectly validates, a certificate. |