CVE-2026-44210

Enriched by CISA RCE
 

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.
https://nvd.nist.gov/vuln/detail/CVE-2026-44210

Categories

CWE-88 : Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

References


 

AFFECTED (from MITRE)


Vendor Product Versions
kata-containers kata-containers
  • < 3.31.0 [affected]
© 2022 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

CPE

cpe start end


REMEDIATION




EXPLOITS


Exploit-db.com

id description date
No known exploits

POC Github

Url
No known exploits

Other Nist (github, ...)

Url
No known exploits


CAPEC


Common Attack Pattern Enumerations and Classifications

id description severity
137 Parameter Injection
Medium
174 Flash Parameter Injection
Medium
41 Using Meta-characters in E-mail Headers to Inject Malicious Payloads
High
460 HTTP Parameter Pollution (HPP)
Medium
88 OS Command Injection
High