CVE-2026-18676Medium▾ SunlitDefault kuma-cp leaks admin token cross-origin via CORS wildcard + LocalhostIsAdmin
▾ 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
0.2%
Last analysed / modified upstream
Default kuma-cp config leaks the admin bootstrap token and signing keys to any webpage the operator visits while the control plane is reachable from their browser. CorsAllowedDomains: [".*"] reflects any Origin, and LocalhostIsAdmin: true promotes requests from 127.0.0.1 to mesh-system:admin. A cross-origin fetch() from a malicious page returns the admin JWT and signing material.
You are affected if all of these hold:
kuma-cp runs with default config (CorsAllowedDomains: [".*"] and LocalhostIsAdmin: true).kuma-cp run on a developer laptop--network host or port-publish on a workstationkubectl port-forward from a machine that also browses the webYou are not affected if:
KUMA_API_SERVER_AUTHN_LOCALHOST_IS_ADMIN=false is set (see https://kuma.io/docs/latest/production/secure-deployment/api-server-auth/).KUMA_API_SERVER_CORS_ALLOWED_DOMAINS is set to an explicit allowlist that excludes attacker origins.KUMA_API_SERVER_AUTHN_LOCALHOST_IS_ADMIN=false after retrieving the admin token.KUMA_API_SERVER_CORS_ALLOWED_DOMAINS to an explicit allowlist, for example http://localhost:5681,http://127.0.0.1:5681.kuma-cp on a machine where you browse untrusted sites.Fixed in #16416, backported to all supported release branches (#16423, #16424, #16425, #16426, #16427).
Changes in patched versions:
CorsAllowedDomains default changed from [".*"] to [] — CORS is now opt-in; set the env var explicitly if you need GUI access.LocalhostIsAdmin hardened: now requires direct loopback RemoteAddr and Host, and rejects requests carrying proxy-hop headers (X-Forwarded-For), cross-site fetch metadata (Sec-Fetch-Site), or a non-localhost Origin.Upgrade to a patched version:
Reported by eldudareeno.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N = 5.1 Medium.
github.com/kumahq/kuma < 2.7.25github.com/kumahq/kuma >= 2.9.0, < 2.9.15github.com/kumahq/kuma >= 2.11.0, < 2.11.13github.com/kumahq/kuma >= 2.12.0, < 2.12.10github.com/kumahq/kuma >= 2.13.0, < 2.13.5Upgrade to a patched release:
github.com/kumahq/kuma 2.7.25github.com/kumahq/kuma 2.9.15github.com/kumahq/kuma 2.11.13github.com/kumahq/kuma 2.12.10github.com/kumahq/kuma 2.13.5Connected by shared product, vendor, weakness, or advisory.
CVE-2026-45021MediumDefault kuma-cp leaks admin token cross-origin via CORS wildcard + LocalhostIsAdmin
CVE-2026-18679Mediumkuma-dp connects to control plane without verifying TLS certificate when no CA is configured
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