CVE-2026-10090 - Red Hat Customer Portal
Red Hat advisory details CVE-2026-10090, a privilege escalation flaw in the Application Subscription controller (multicluster-operators-subscription) of Red Hat Advanced Cluster Management for Kubernetes. A user with namespace-scoped edit privileges can create a Channel resource pointing to a controlled Helm repository and a Subscription resource referencing it. The controller applies the Helm chart with its own elevated authority without verifying the subscription-admin role or restricting resources to the subscription namespace, enabling deployment of cluster-scoped resources such as a ClusterRoleBinding granting cluster-admin. Reported by Christopher Lusk of North Echo Security Research. Red Hat states no mitigation meeting their criteria is currently available.
Research notes
- Root causeThe Application Subscription controller applies Helm chart contents with elevated authority without verifying the subscription-admin role or restricting resources to the subscription namespace, allowing namespace-scoped edit users to deploy cluster-scoped resources.
- Technical detailExploitation uses a Channel resource pointing to an attacker-controlled Helm repository and a Subscription resource; the controller then applies cluster-scoped resources such as a ClusterRoleBinding granting cluster-admin.