Description
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.
Published: 2026-08-12
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability allows an operator to configure kumactl with an HTTPS control plane profile without supplying a CA certificate. In that scenario, kumactl disables TLS certificate verification, sending API tokens over an unverified channel. An attacker positioned on the network path can intercept these tokens and authenticate to the control plane as the victim user, gaining unauthorized administrative access.

Affected Systems

The affected product is Kong Mesh, specifically all releases older than 2.7.26 on the 2.7 line, older than 2.9.16 on the 2.9 line, older than 2.11.14 on the 2.11 line, older than 2.12.11 on the 2.12 line, and older than 2.13.7 on the 2.13 line. The 2.14 line was released after the fix and is not impacted.

Risk and Exploitability

The CVSS score is 5.5, indicating moderate severity. EPSS information is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be a network-based interception; an adversary on the wire can capture the unverified API tokens and then impersonate the user to the control plane. Because TLS verification is disabled by default when no CA is supplied, the exploit does not require additional configuration beyond intercepting traffic between the operator and the control plane.

Generated by OpenCVE AI on August 12, 2026 at 23:33 UTC.

Remediation

Vendor Solution

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.


Vendor Workaround

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.


OpenCVE Recommended Actions

  • Upgrade Kong Mesh to a version that has been patched – for example 2.7.26, 2.9.16, 2.11.14, 2.12.11, or 2.13.7 – depending on your release line.
  • When configuring kumactl with an HTTPS control plane profile, provide the control plane’s CA certificate using the --ca-cert-file option.
  • If you cannot immediately add a CA file, terminate the control plane behind a publicly trusted TLS certificate as an alternative workaround.

Generated by OpenCVE AI on August 12, 2026 at 23:33 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Thu, 13 Aug 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Konghq
Konghq kong Mesh
Vendors & Products Konghq
Konghq kong Mesh

Wed, 12 Aug 2026 19:00:00 +0000

Type Values Removed Values Added
Description 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.
Title Kong Mesh: kumactl connects to the control plane without verifying the TLS certificate when no CA is configured
Weaknesses CWE-295
References
Metrics cvssV4_0

{'score': 5.5, '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'}


Subscriptions

Konghq Kong Mesh
cve-icon MITRE

Status: PUBLISHED

Assigner: Kong

Published:

Updated: 2026-08-13T14:47:36.551Z

Reserved: 2026-08-03T15:20:46.760Z

Link: CVE-2026-18678

cve-icon Vulnrichment

Updated: 2026-08-13T14:47:33.233Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-12T19:17:31.323

Modified: 2026-08-31T19:22:43.473

Link: CVE-2026-18678

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T09:48:06Z

Weaknesses
  • CWE-295

    Improper Certificate Validation