CVE-2026-18678

Summary

When an operator adds an HTTPS control plane profile to kumactl without providing a CA certificate, kumactl disables TLS verification and sends API tokens over the unverified connection.

An attacker on the network path between the operator and the control plane can intercept user or admin API tokens and then act against the control plane as that user.

Affected Software

VendorProductVersion RangeStatus
Kong Inc.Kong Mesh0 < 2.7.26affected
Kong Inc.Kong Mesh2.8.0 < 2.9.16affected
Kong Inc.Kong Mesh2.10.0 < 2.11.14affected
Kong Inc.Kong Mesh2.12.0 < 2.12.11affected
Kong Inc.Kong Mesh2.13.0 < 2.13.7affected

Weaknesses

  • CWE-295: CWE-295 Improper Certificate Validation

Workarounds

When adding an HTTPS control plane profile to kumactl, always pass –ca-cert-file pointing at the control plane's serving CA. Alternatively terminate the control plane behind a publicly trusted certificate.

References