Critical Kubernetes Vulnerability CVE-2026-28394 Disclosed

A privilege escalation vulnerability in Kubernetes allows authenticated users to escalate to cluster admin. Patches available for v1.28+ immediately.

Kubernetes Vulnerability

A critical privilege escalation vulnerability has been disclosed in Kubernetes, tracked as CVE-2026-28394. The flaw allows an authenticated user — anyone with a valid kubeconfig and basic cluster access — to escalate their privileges to cluster admin level without authorization.

Patches are available for Kubernetes v1.28 and later. Any cluster running an unpatched version with network-accessible API servers should be treated as a priority remediation item.

The impact varies significantly depending on how your cluster is managed. Teams running EKS, GKE, or AKS can expect their cloud provider to handle the control plane patch automatically — though node pool updates may still require manual action depending on your setup. Self-managed clusters using kubeadm or similar tooling need to be patched manually and promptly.

The “authenticated user” requirement may sound reassuring, but in practice many organizations have service accounts, CI/CD tokens, or developer credentials scoped broadly enough that this bar is lower than it appears. Check your RBAC policies alongside the patch: if a compromised service account or developer token can reach the Kubernetes API, this vulnerability is exploitable.

Why it matters: If you run self-managed Kubernetes clusters, this is a priority patch. Cloud-managed services (EKS, GKE, AKS) are patched automatically. Verify your cluster version and update within 48 hours if you're managing the control plane yourself.

Read source →