Cloud Security

Kubernetes Vulnerability Allows Remote Code Execution on Windows Endpoints

A high-severity Kubernetes vulnerability tracked as CVE-2023-5528 can be exploited to execute arbitrary code on Windows endpoints.

A high-severity Kubernetes vulnerability tracked as CVE-2023-5528 can be exploited to execute arbitrary code on Windows endpoints.

The exploitation of a high-severity Kubernetes vulnerability can lead to arbitrary code execution with System privileges on all Windows endpoints in a cluster, Akamai warns.

The issue, tracked as CVE-2023-5528 and impacting default Kubernetes installations, exists in the way the open source container orchestration system processes YAML files, which it uses for virtually every function.

In some regards, the vulnerability is like CVE-2023-3676, a lack of sanitization in the subPath parameter in YAML files leading to code injection when creating pods with volumes.

While CVE-2023-3676 was identified in Kubernetes’ kubelet service’s processing of YAML files containing information on mounting a shared folder, CVE-2023-5528 occurs when creating a pod that includes a local volume, which allows for the mounting of disk partitions.

One of the functions the kubelet service reaches when creating such a pod creates a “symlink between the location of the volume on the node and the location inside the pod,” Akamai explains.

Because the function contains a cmd call, Windows’ command prompt supports command concatenation (to execute two or more commands after a special token), and an attacker can control one parameter in the cmd execution and inject arbitrary commands to be executed with the privileges of kubelet (System privileges).

Advertisement. Scroll to continue reading.

The issue, however, only occurs when specifying or creating a persistentVolume, which is a type of storage resource that administrators can create to provision storage space in advance, and which will last after the pod’s lifetime.

“This is where the injection can be placed. An attacker can change the value of the “local.path” parameter inside the persistentVolume YAML file to add a malicious command that will be executed during the mounting process,” Akamai, which has published proof-of-concept (PoC) exploit code, says.

To address the issue, Kubernetes removed the cmd call and replaced it with a native Go function that performs only the symlink operation.

All deployments of Kubernetes version 1.28.3 and prior that have Windows nodes in the cluster are vulnerable to CVE-2023-5528. Organizations are encouraged to upgrade to Kubernetes version 1.28.4.

“Since the issue lies within the source code, this threat will remain active and exploitation of it will likely increase — this is why we strongly advise patching your cluster even if it doesn’t have any Windows nodes,” Akamai says.

Related: Orca Flags Dangerous Google Kubernetes Engine Misconfiguration

Related: Vulnerabilities in Google Kubernetes Engine Could Allow Cluster Takeover

Related: Researchers Discover Dangerous Exposure of Sensitive Kubernetes Secrets

Related Content

Cloud Security

Misconfigured Apache Pinot instances can and have enabled threat actors to gain access to sensitive information. 

Funding/M&A

The cash infusion brings Chainguard’s total funding to about $612 million since launching in 2021 and prices the company at $3.5 billion.

Cloud Security

Critical remote code execution vulnerabilities found by Wiz researchers in Ingress NGINX Controller for Kubernetes.

Cloud Security

Seattle startup building technology to mitigate lateral movement and block “living off the land” techniques wins interest from investors.

Artificial Intelligence

Nvidia confirms risk of code execution, denial of service, escalation of privileges, information disclosure, and data tampering. CVSS 9/10.

Cybersecurity Funding

Edera has raised $5 million in seed funding to help organizations secure Kubernetes containers and AI workloads.

Cloud Security

A vulnerability in Azure Kubernetes Services could have allowed attackers to escalate privileges and access sensitive information on the clusters.

Malware & Threats

Microsoft warns that several OpenMetadata vulnerabilities are being exploited to deploy cryptomining malware to Kubernetes environments.

Copyright © 2026 SecurityWeek ®, a Wired Business Media Publication. All Rights Reserved.

Exit mobile version