Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-52724
Published:July 16, 2026
Updated:August 02, 2026
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. The dataplane authentication token is sent over this unverified connection Impact An on-path attacker can intercept the dataplane authentication token and impersonate the control plane to the data plane, allowing them to inject a forged bootstrap configuration and take over the proxy Affected configurations - Universal mode "kuma-dp" started against an HTTPS control plane without "--ca-cert-file" (or "KUMA_CONTROL_PLANE_CA_CERT" unset) Not affected - Kubernetes installs done through the standard installers ("kumactl install control-plane" or the official Helm chart). In both cases the control plane's mutating admission webhook injects "KUMA_CONTROL_PLANE_CA_CERT" into every sidecar at pod admission, so each "kuma-dp" starts with the CA already configured Workarounds 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; the patched releases will verify successfully against the operating system trust store with no further configuration Resources - Fix: https://github.com/kumahq/kuma/pull/16777
Affected Packages
github.com/kumahq/kuma/v2 (GO):
Affected version(s) >=v2.13.0 <v2.13.7
Fix Suggestion:
Update to version v2.13.7
Do you need more information?
Contact Us
CVSS v4
Base Score:
5.8
Attack Vector
ADJACENT
Attack Complexity
HIGH
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
HIGH
Subsequent System Availability
HIGH
CVSS v3
Base Score:
8.3
Attack Vector
ADJACENT
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Certificate Validation