CVE-2026-18675: Kong Mesh: control plane denial of service via a malformed dataplane token with a non-string JWT kid
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
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
Kong Meshto a version that resolves this vulnerability.Fixed in 2.7.29 - Upgrade
Upgrade
Kong Meshto a version that resolves this vulnerability.Fixed in 2.9.19 - Upgrade
Upgrade
Kong Meshto a version that resolves this vulnerability.Fixed in 2.11.18 - Upgrade
Upgrade
Kong Meshto a version that resolves this vulnerability.Fixed in 2.12.14 - Upgrade
Upgrade
Kong Meshto a version that resolves this vulnerability.Fixed in 2.13.10 - Upgrade
Upgrade
Kong Meshto a version that resolves this vulnerability.Fixed in 2.14.2
Event History
Frequently Asked Questions
What is the severity of CVE-2026-18675?
CVE-2026-18675 is rated with a risk score of 62, indicating a notable potential for denial of service.
How do I fix CVE-2026-18675?
To mitigate CVE-2026-18675, upgrade to the latest version of kong Kong Mesh that addresses the malformed dataplane token issue.
What types of systems are affected by CVE-2026-18675?
CVE-2026-18675 affects systems utilizing kong Kong Mesh, specifically the kuma-cp control plane.
What happens during a CVE-2026-18675 exploit?
Exploitation of CVE-2026-18675 can cause a runtime panic that terminates the entire kuma-cp process, leading to service disruption.
Who reported CVE-2026-18675?
CVE-2026-18675 was reported in the context of the kong Kong Mesh project and documented in their security advisories.