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.
| CVE識別番号 | 対象サブシステム / コンポーネント | 影響範囲 | CVSS | ゼロデイ悪用確認? |
|---|---|---|---|---|
| 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.