services / Azure / Kubernetes PodSecurityPolicies
PodSecurityPolicies are cluster-scoped Kubernetes admission-control objects that constrain which pod security attributes (privileged mode, host namespaces, hostPath volumes, capabilities, runAsRoot) are permitted when workloads are admitted to the cluster.
These are cluster-wide security-enforcement guardrails; weakening or bypassing them enables container breakout to node and cluster-admin level compromise.
Microsoft.ContainerService/aiManagers/policy/podsecuritypolicies/delete
Deleting a PodSecurityPolicy removes a cluster-wide admission-control defense and its access-control policy object, stripping the constraints that would otherwise block privileged, escape-capable workloads.
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