CVE-2026-18679Medium▾ Sunlitkuma-dp connects to control plane without verifying TLS certificate when no CA is configured
▾ Sunlit zone — Low / medium · no exploitation signal
impact 27.5 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Aug 13.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via OSV
Last analysed / modified upstream
0.1%
When kuma-dp is started against an HTTPS control plane and the operator did not pass a CA certificate, the data plane connects with TLS peer verification disabled. The dataplane authentication token is sent over this unverified connection
An on-path attacker can intercept the dataplane authentication token and impersonate the control plane to the data plane, allowing them to inject a forged bootstrap configuration and take over the proxy
kuma-dp started against an HTTPS control plane without --ca-cert-file (or KUMA_CONTROL_PLANE_CA_CERT unset)kumactl install control-plane or the official Helm chart). In both cases the control plane's mutating admission webhook injects KUMA_CONTROL_PLANE_CA_CERT into every sidecar at pod admission, so each kuma-dp starts with the CA already configuredSet --ca-cert-file (or KUMA_CONTROL_PLANE_CA_CERT) on every Universal mode data plane and point it at the control plane's serving CA. Alternatively, terminate the control plane behind a publicly trusted certificate; the patched releases will verify successfully against the operating system trust store with no further configuration
github.com/kumahq/kuma/v2 < 2.7.26github.com/kumahq/kuma/v2 >= 2.8.0, < 2.9.16github.com/kumahq/kuma/v2 >= 2.10.0, < 2.11.14github.com/kumahq/kuma/v2 >= 2.12.0, < 2.12.11github.com/kumahq/kuma/v2 >= 2.13.0, < 2.13.7github.com/kumahq/kuma <= 1.8.1Upgrade to a patched release:
github.com/kumahq/kuma/v2 2.7.26github.com/kumahq/kuma/v2 2.9.16github.com/kumahq/kuma/v2 2.11.14github.com/kumahq/kuma/v2 2.12.11github.com/kumahq/kuma/v2 2.13.7Connected by shared product, vendor, weakness, or advisory.
CVE-2026-18678Mediumkumactl connects to control plane without verifying TLS certificate when no CA is configured
CVE-2026-52724Medium· 5.8Kuma is a modern Envoy-based service mesh that can run on every cloud across both Kubernetes and VMs
CVE-2026-50166Medium· 5.5Kuma is a modern Envoy-based service mesh that can run on every cloud across both Kubernetes and VMs
CVE-2026-18676MediumDefault kuma-cp leaks admin token cross-origin via CORS wildcard + LocalhostIsAdmin
CVE-2026-45021MediumDefault kuma-cp leaks admin token cross-origin via CORS wildcard + LocalhostIsAdmin