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.
Published: 2026-07-23
Score: 5.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Kata Containers is an open source project focusing on a standard implementation of lightweight Virtual Machines 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.

Affected Systems

The vulnerable product is Kata Containers (kata-containers). All releases prior to version 3.31.0 are affected. The patch is 3.31.0 and later.

Risk and Exploitability

The CVSS score of 5.8 indicates a moderate severity, while the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires the ability to create a pod with the default‑enabled annotations and therefore is limited to environments where pod creation is permitted to potentially malicious actors or compromised users.

Generated by OpenCVE AI on August 3, 2026 at 21:11 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Kata Containers to version 3.31.0 or later to address the argument injection vulnerability.
  • If upgrading immediately is not possible, configure the cluster to reject or sanitize the io.katacontainers.config.hypervisor.virtio_fs_extra_args annotation, ensuring only a whitelisted set of arguments can be supplied.
  • Disable the default kernel_params annotation or restrict the agent debug console to trusted users so that it cannot be exploited to mount the host filesystem from inside the VM.

Generated by OpenCVE AI on August 3, 2026 at 21:11 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-rr59-xxvx-96qr Kata Containers have VM Escape via virtiofsd Argument Injection through Default-Enabled Pod Annotations
History

Thu, 30 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 9.9, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H'}

threat_severity

Important


Fri, 24 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 24 Jul 2026 00:00:00 +0000

Type Values Removed Values Added
First Time appeared Katacontainers
Katacontainers kata-containers
Vendors & Products Katacontainers
Katacontainers kata-containers

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
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.
Title Kata Containers have VM Escape via virtiofsd Argument Injection through Default-Enabled Pod Annotations
Weaknesses CWE-88
References
Metrics cvssV4_0

{'score': 5.8, 'vector': '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'}


Subscriptions

Katacontainers Kata-containers Kata Containers
cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-24T22:03:05.694Z

Reserved: 2026-05-05T15:13:47.571Z

Link: CVE-2026-44210

cve-icon Vulnrichment

Updated: 2026-07-24T22:02:59.194Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-23T18:16:51.053

Modified: 2026-08-06T00:57:54.957

Link: CVE-2026-44210

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-23T17:32:23Z

Links: CVE-2026-44210 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T21:15:04Z

Weaknesses
  • CWE-88

    Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')