SB2026052275 - Multiple vulnerabilities in Kata Containers
Published: May 22, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 2 vulnerabilities.
1) Improper Neutralization of Argument Delimiters in a Command (CVE-ID: CVE-2026-44210)
CWE-ID: CWE-88 - Argument Injection or Modification
CVSSv4: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
The vulnerability allows a remote user to read and write arbitrary files on the host.
The vulnerability exists due to improper neutralization of argument delimiters in a command in the virtiofsd argument handling for the io.katacontainers.config.hypervisor.virtio_fs_extra_args pod annotation when processing user-supplied pod annotations. A remote user can inject crafted virtiofsd and kernel parameters to read and write arbitrary files on the host.
Exploitation requires the ability to create pods on a Kubernetes cluster using Kata Containers with the default annotation configuration enabled.
2) Path traversal (CVE-ID: CVE-2026-47243)
CWE-ID: CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
CVSSv4: CVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
The vulnerability allows a local privileged user to execute arbitrary code on the host system.
The vulnerability exists due to path traversal in the runtime-rs standalone virtio-fs path and host virtiofsd when processing raw FUSE_SYMLINK requests from a guest VM. A local privileged user can send a specially crafted FUSE request with an absolute host path to execute arbitrary code on the host system.
Exploitation requires root-equivalent code execution inside the Kata guest VM and affects deployments using standalone virtio-fs with host virtiofsd running as root.
Remediation
Install update from vendor's website.
References
- https://github.com/kata-containers/kata-containers/security/advisories/GHSA-rr59-xxvx-96qr
- https://github.com/kata-containers/kata-containers
- https://github.com/kata-containers/kata-containers/security/advisories/GHSA-2gv2-cffp-j227
- https://github.com/kata-containers/kata-containers/blob/2ffd1538a296cff93a357bfba0dfca747480a1f8/src/runtime-rs/crates/resource/src/share_fs/share_virtio_fs_standalone.rs#L82-L92