services / Azure / Kubernetes cluster role bindings (Arc-connected cluster)
ClusterRoleBindings are Kubernetes RBAC objects in an Azure Arc-connected cluster that bind subjects (users, groups, service accounts) to cluster-wide ClusterRoles, including cluster-admin, governing cluster-wide authorization.
These are the cluster's primary cluster-wide access-control grants; writing them is the canonical Kubernetes privilege-escalation path.
Microsoft.Kubernetes/connectedClusters/rbac.authorization.k8s.io/clusterrolebindings/write
Creating/updating a ClusterRoleBinding lets an attacker bind any subject (including their own identity/service account) to cluster-admin, granting full cluster-wide privilege escalation and a durable privileged foothold.
Risks
Scope: CRITICAL
This privilege may grant access to sensitive data from a significant fraction of organizational functions, allow interruption of critical organizational services, or its exploit could lead to significant privilege escalation.
Links
Contributed by P0 Security