Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-50166
Published:July 16, 2026
Updated:August 02, 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 Impact 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 configurations - "kumactl" profiles manually added against an HTTPS control plane endpoint without "--ca-cert-file" Not affected - 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; 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.5
Attack Vector
ADJACENT
Attack Complexity
HIGH
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
PASSIVE
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:
7.9
Attack Vector
ADJACENT
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
REQUIRED
Scope
CHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Certificate Validation