Triage of the Kubernetes September 2026 release addressing authorization bypasses in aggregated API servers and cluster RBAC desyncs.
kube-apiserver. Aggregated API endpoints mishandled cluster-scoped authorization tokens, enabling users with namespace-limited rights to execute cluster-admin actions.
| Identificador CVE | Subsistema / Componente | Impacto | CVSS | Exploração Ativa? |
|---|---|---|---|---|
| CVE-2024-5321 | kube-apiserver / RBAC | Cluster Authorization Bypass | 8.1 High | YES (In-The-Wild) |
| CVE-2024-5322 | kube-controller-manager | Denial of Service | 6.5 Medium | No |
| CVE-2024-5323 | etcd Client Protocol | Token Leak | 5.8 Medium | No |
Analyze the Go patch in staging/src/k8s.io/apiserver/pkg/endpoints/request/context.go enforcing strict namespace boundary checks.