Severity by source
AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
2DescriptionCVE.org
Improper limitation of a pathname to a restricted directory ('path traversal') in Microsoft Azure Kubernetes Service allows an authorized attacker to execute code locally.
AnalysisAI
Local privilege escalation and code execution in Microsoft Azure Kubernetes Service (AKS) is possible via a path traversal flaw (CWE-22) that allows an authorized attacker on the local system to break out of restricted directory boundaries and execute code with elevated privileges. The CVSS 3.1 score of 8.8 reflects the scope change (S:C) where exploitation impacts resources beyond the vulnerable component, enabling full confidentiality, integrity, and availability compromise. No public exploit identified at time of analysis.
Technical ContextAI
The vulnerability resides in Microsoft Azure Kubernetes Service (AKS), Microsoft's managed Kubernetes orchestration offering that runs containerized workloads on Azure infrastructure. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, commonly called 'path traversal'), where input used to construct a filesystem path is not properly sanitized against sequences like '../' or absolute path references, allowing access to files or directories outside the intended sandbox. In a Kubernetes context, such flaws typically manifest in container runtime components, kubelet APIs, volume mount handling, or admission/CSI drivers - and when chained with the local execution vector observed here, can permit a tenant or node-local actor to escape into host or control-plane resources.
RemediationAI
Patch status per available data: patch available per vendor advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32193, with no exact fix version disclosed in the provided references. Because AKS is a managed service, customers should verify their cluster's Kubernetes version and node image version against the MSRC guidance and trigger a node image upgrade (az aks nodepool upgrade --node-image-only) and, if required, a control-plane upgrade (az aks upgrade) to pull in the fixed components; node auto-upgrade channels (NodeImage or SecurityPatch) will apply this automatically over time but should be accelerated for exposed clusters. As compensating controls until upgrade, restrict who can obtain local execution on nodes by enforcing strict RBAC on 'pods/exec' and 'nodes/proxy', disable hostPath volume mounts via Azure Policy or admission controllers (trade-off: breaks legacy workloads that rely on host filesystem access), enable Pod Security Admission at the 'restricted' level on tenant namespaces (trade-off: rejects privileged or root-running pods), and audit kubelet and container runtime logs for unexpected path traversal patterns.
More in Kubernetes
View allA critical vulnerability in Kubernetes ingress-nginx controller allows unauthenticated attackers with pod network access
Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio
Kubernetes ingress-nginx contains a configuration injection vulnerability via the mirror-target and mirror-host Ingress
A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-url` Ingres
A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-tls-match-c
Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.exter
A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Rated critical severity (CVSS 9.9), this vulne
Unauthenticated remote attackers can trigger complete database overwrites, server-side file reads, and SSRF attacks agai
The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4
Fluentd configuration injection in the kube-logging Logging operator before 6.6.0 allows a namespace-scoped user who can
Kyverno Kubernetes policy engine prior to 1.x has a privilege escalation vulnerability (CVSS 9.9) allowing policy bypass
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-35504
GHSA-3rwf-9748-8cvv