CVE-2026-45021
Description
Kuma is a modern Envoy-based service mesh that can run on every cloud across both Kubernetes and VMs. Prior to 2.7.25, 2.9.15, 2.11.13, 2.12.10, and 2.13.5, the 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. This vulnerability is fixed in 2.7.25, 2.9.15, 2.11.13, 2.12.10, and 2.13.5.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Go | github.com/kumahq/kuma | <2.7.25 | 2.7.25 |
| Go | github.com/kumahq/kuma | >=2.9.0,<2.9.15 | 2.9.15 |
| Go | github.com/kumahq/kuma | >=2.11.0,<2.11.13 | 2.11.13 |
| Go | github.com/kumahq/kuma | >=2.12.0,<2.12.10 | 2.12.10 |
| Go | github.com/kumahq/kuma | >=2.13.0,<2.13.5 | 2.13.5 |
| GO | github.com/kumahq/kuma | >= 2.13.0, < 2.13.5 | 2.13.5 |
| GO | github.com/kumahq/kuma | >= 2.12.0, < 2.12.10 | 2.12.10 |
| GO | github.com/kumahq/kuma | >= 2.11.0, < 2.11.13 | 2.11.13 |
| GO | github.com/kumahq/kuma | >= 2.9.0, < 2.9.15 | 2.9.15 |
| GO | github.com/kumahq/kuma | < 2.7.25 | 2.7.25 |
References
- https://github.com/kumahq/kuma/security/advisories/GHSA-3vcp-chfh-f6r2
- https://github.com/kumahq/kuma/pull/16416
- https://github.com/kumahq/kuma/pull/16423
- https://github.com/kumahq/kuma/pull/16424
- https://github.com/kumahq/kuma/pull/16425
- https://github.com/kumahq/kuma/pull/16426
- https://github.com/kumahq/kuma/pull/16427
- https://github.com/kumahq/kuma/commit/8fefa8595d44eb68d922405702ed7a0826322907
- https://github.com/kumahq/kuma
- https://github.com/advisories/GHSA-3vcp-chfh-f6r2
CWEs
CWE-346 CWE-942
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.