CVE-2026-18678 PUBLISHED

Kong Mesh: kumactl connects to the control plane without verifying the TLS certificate when no CA is configured

Assigner: Kong
Reserved: 03.08.2026 Published: 12.08.2026 Updated: 13.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H
CVSS Score: 5.5

Product Status

Vendor Kong Inc.
Product Kong Mesh
Versions Default: unaffected
  • affected from 0 to 2.7.26 (excl.)
  • affected from 2.8.0 to 2.9.16 (excl.)
  • affected from 2.10.0 to 2.11.14 (excl.)
  • affected from 2.12.0 to 2.12.11 (excl.)
  • affected from 2.13.0 to 2.13.7 (excl.)

Affected Configurations

You are affected if you have kumactl profiles manually added against an HTTPS control plane endpoint without --ca-cert-file.

You are not affected if you use the default local profile, which uses plain HTTP.

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.

Solutions

Upgrade to Kong Mesh 2.7.26, 2.9.16, 2.11.14, 2.12.11 or 2.13.7, whichever matches your release line. Patched releases fall back to the operating system trust store instead of disabling verification, so a publicly trusted control plane certificate verifies with no further configuration. The 2.14 line shipped after the fix and was never affected.

References

Problem Types

  • CWE-295 Improper Certificate Validation CWE

Impacts

  • Credential interception