Database/Container, Kubernetes & orchestration
OpenChoreo cluster-gateway: unauthenticated management API exposes data-plane Kubernetes API and pod exec
Impact
The cluster-gateway served its caller-facing management APIs on the externally reachable agent listener with no authentication, so anyone who can open a connection to that listener can call /api/proxy/ and /api/exec/. That means proxying the data-plane Kubernetes API and running commands inside workload pods on any managed cluster. In a multi-cluster fleet this collapses the boundary between the management plane and every tenant workload: an attacker reads secrets and service-account tokens mounted in pods, and gets a shell inside containers that may be holding GPU devices. Fixed in 1.0.2 and 1.1.2.
Who can reach it
Anyone with network reach to the cluster-gateway agent listener - adjacent network per the vendor vector (AV:A) - with no authentication and no prior account in the platform.
What to do
Upgrade OpenChoreo to 1.0.2 or 1.1.2 and restart the cluster-gateway deployment; no node drain or reboot is needed. Until the upgrade lands, restrict the agent listener to the control-plane network with a NetworkPolicy or firewall rule so it is not reachable from tenant or general datacenter networks.
References
Related entries
- Rancher: SAML assertion replay: the ACS handler does not enforce one-time use, so a captured assertion logsCVE-2026-44946 · RancherCritical
- Harbor: Hard-coded default credentials give web UI access to the whole registryCVE-2026-4404 · HarborCritical
- containerd: CRI plugin propagates unvalidated image LABEL values into container configCVE-2026-53488 · containerdCritical
- Kyverno: overlapping PolicyExceptions let a tenant bypass an enforce-mode policyCVE-2026-84200 · Kyverno admission controller (PolicyException handling)Critical
- Kyverno: 3DES cipher suites offered on TLS endpoints expose long-lived sessions to Sweet32CVE-2023-54356 · Kyverno TLS endpoints (3DES cipher suites)Critical
- Kata Containers: Kata with Cloud Hypervisor allows a user to break the VM isolation boundaryCVE-2026-24834 · Kata ContainersCritical
This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.