Description
When kuma-dp is started against an HTTPS control plane and the operator did not pass a CA certificate, the data plane connects with TLS peer verification disabled, and the dataplane authentication token is sent over that unverified connection.



An on-path actor can intercept the dataplane authentication token and impersonate the control plane to the data plane, injecting a forged bootstrap configuration and taking over the proxy.
Published: 2026-08-12
Score: 5.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Kuma-dp disables TLS verification to the control plane when no CA is configured, allowing an attacker to intercept the authentication token sent over the insecure connection. By impersonating the control plane, the attacker can inject a forged bootstrap configuration and compromise the proxy’s integrity and confidentiality. The weakness is a TLS certificate validation flaw (CWE‑295).

Affected Systems

Kong Mesh from Kong Inc. The vulnerability applies to all releases prior to the patched versions: 2.7.26, 2.9.16, 2.11.14, 2.12.11, and 2.13.7. The 2.14 line was shipped after the fix and is unaffected.

Risk and Exploitability

The CVSS score of 5.8 indicates a moderate severity, and the lack of an EPSS entry suggests limited publicly known exploitation. Attackers with on‑path or network access can perform man‑in‑the‑middle attacks to capture the token and impersonate the control plane. Though not listed in the CISA KEV catalog, the combination of TLS verification bypass and sensitive token exposure makes the risk high for systems exposed to adversaries.

Generated by OpenCVE AI on August 12, 2026 at 22:41 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

Set --ca-cert-file, or KUMA_CONTROL_PLANE_CA_CERT, on every universal mode data plane and point it at the control plane's serving CA. Alternatively terminate the control plane behind a publicly trusted certificate.


OpenCVE Recommended Actions

  • Upgrade Kong Mesh to the patched release corresponding to your line: 2.7.26, 2.9.16, 2.11.14, 2.12.11, or 2.13.7.
  • Set --ca-cert-file (or KUMA_CONTROL_PLANE_CA_CERT) on every universal mode data plane to point to the control plane’s CA certificate.
  • Alternatively, terminate the control plane behind a publicly trusted TLS certificate.

Generated by OpenCVE AI on August 12, 2026 at 22:41 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:30:00 +0000

Type Values Removed Values Added
Description When kuma-dp is started against an HTTPS control plane and the operator did not pass a CA certificate, the data plane connects with TLS peer verification disabled, and the dataplane authentication token is sent over that unverified connection. An on-path actor can intercept the dataplane authentication token and impersonate the control plane to the data plane, injecting a forged bootstrap configuration and taking over the proxy.
Title Kong Mesh: kuma-dp connects to the control plane without verifying the TLS certificate when no CA is configured
Weaknesses CWE-295
References
Metrics cvssV4_0

{'score': 5.8, 'vector': 'CVSS:4.0/AV:A/AC:H/AT:P/PR:N/UI:N/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:45:35.957Z

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

Link: CVE-2026-18679

cve-icon Vulnrichment

Updated: 2026-08-13T14:45:33.225Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-12T20:17:41.957

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

Link: CVE-2026-18679

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-295

    Improper Certificate Validation