services / Azure / AKS Fleet member Kubernetes pods
Kubernetes Pods on a member cluster of an AKS Fleet, accessed through the Azure RBAC data plane. A Pod is the running unit of workload; its spec includes container images, command args, environment variables, and references to mounted secrets/configmaps and service-account tokens.
Pods are the production workload of a single cluster (one organizational function). Pod specs frequently embed sensitive configuration and reference credentials, and the cluster's service-account tokens grant in-cluster identity.
Microsoft.ContainerService/fleets/members/pods/write
Creating/updating pods lets an attacker run arbitrary (potentially privileged/hostPath) containers for cryptomining or botnets, mount service-account tokens or host resources to pivot to other identities, and alter running workload configuration.
Risks
Scope: HIGH
This privilege may grant access to sensitive data from a single organizational function, or allow interruption of a service supporting a single organizational function.
Links
Contributed by P0 Security