CVE-2026-66794 PUBLISHED

Cluster-proxy-addon: cluster-proxy-addon: unauthenticated ssrf to arbitrary managed-cluster services via public route

Assigner: redhat
Reserved: 27.07.2026 Published: 19.08.2026 Updated: 19.08.2026

A flaw was found in the cluster-proxy-addon component of Multicluster Engine for Kubernetes. This vulnerability allows an unauthenticated attacker, who can access the user-facing route, to bypass authentication and authorization checks. By manipulating URL path segments, the attacker can proxy requests to arbitrary services across any managed cluster. This enables unauthorized access to internal services that would otherwise be protected, potentially leading to information disclosure or further compromise of the cluster environment.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:L/A:N
CVSS Score: 9.3

Product Status

Vendor Red Hat
Product Multicluster Engine for Kubernetes
Versions Default: affected
Vendor Red Hat
Product Multicluster Engine for Kubernetes
Versions Default: affected

Workarounds

To mitigate this issue, restrict network access to the user-facing Route of the cluster-proxy-addon to trusted networks only. Implement firewall rules to limit inbound connections to the Route's exposed port, ensuring only authorized sources can reach it. This reduces the attack surface by preventing unauthenticated external access to the vulnerable proxy.

References

Problem Types

  • Server-Side Request Forgery (SSRF) CWE