Back to overview

CVE-2026-44210

MEDIUM
5.8
CVSS 4.0
Description
Kata Containers is an open source project focusing on a standard implementation of lightweight Virtual Machines (VMs) that perform like containers. Versions prior to 3.31.0 ship with a default configuration that allows pod creators to inject arbitrary command-line arguments into the virtiofsd process through the `io.katacontainers.config.hypervisor.virtio_fs_extra_args` pod annotation. By injecting `-o source=/` along with `--no-announce-submounts` and `--sandbox=none`, an attacker can override the virtiofsd shared directory to serve the entire host root filesystem into the guest VM. Combined with the `kernel_params` annotation (also enabled by default) to activate the agent debug console, the attacker can mount the host filesystem from inside the VM and read or write any file on the host, including /etc/shadow. Version 3.31.0 patches the issue.

Metadata

CVE ID
CVE-2026-44210
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-05 15:13 UTC
Published
2026-07-23 17:32 UTC
Last updated
2026-07-23 17:32 UTC
Primary CWE
CWE-88
CWE-88: Improper Neutralization of Argument Delimiters in a …
Vendor / Product
kata-containers / kata-containers
Sources
cve.org  ·  NVD

Severity & Metrics

5.8 MEDIUM CVSS 4.0
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:P
Affected products (1)
VendorProductPlatformVersions
kata-containers kata-containers < 3.31.0
Weakness (CWE)
CWESourceDescription
CWE-88 cna CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')
CVSS scores (1)
ScoreSeverityVersionSourceVector
5.8 MEDIUM 4.0 cna CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:P
References (2)
Back to overview