CVE-2026-18675
CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N
Summary
The dataplane token validator in kuma-cp performs an unchecked Go type assertion on the JWT kid header. A token whose kid is a JSON number decodes as a float64 and triggers a runtime panic before any signature, claims, or authorization check runs.
The panic terminates the entire kuma-cp process, HTTP API, the health and readiness endpoints, and xDS. Unauthenticated access to the dataplane gRPC server can trigger the crash with a malformed token
A single request is a transient interruption; sustaining an outage requires repeated requests.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Kong Inc. | Kong Mesh | 0 < 2.7.29 | affected |
| Kong Inc. | Kong Mesh | 2.8.0 < 2.9.19 | affected |
| Kong Inc. | Kong Mesh | 2.10.0 < 2.11.18 | affected |
| Kong Inc. | Kong Mesh | 2.12.0 < 2.12.14 | affected |
| Kong Inc. | Kong Mesh | 2.13.0 < 2.13.10 | affected |
| Kong Inc. | Kong Mesh | 2.14.0 < 2.14.2 | affected |
Weaknesses
- CWE-248: CWE-248 Uncaught Exception
- CWE-704: CWE-704 Incorrect Type Conversion or Cast
Workarounds
Restrict network access to the dataplane (xDS) gRPC port to trusted data planes.
References
- https://github.com/kumahq/kuma/security/advisories/GHSA-5mxq-7xq4-3vx8
- https://github.com/kumahq/kuma/pull/17465
- https://github.com/kumahq/kuma/pull/17468
- https://github.com/kumahq/kuma/pull/17467
- https://github.com/kumahq/kuma/pull/17471
- https://github.com/kumahq/kuma/pull/17469
- https://github.com/kumahq/kuma/pull/17470
- https://github.com/kumahq/kuma/pull/17472
- https://developer.konghq.com/mesh/changelog/
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.