Kata ContainersApplication · Katacontainers

CVE-2026-44210

CRITICAL · 9.9 CVSS v3.1 Published 2026-07-23
Fix available
A fix is available. Upgrade to 3.31.0 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable Zero-click 4 weeks old

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Kata Containers versions prior to 3.31.0 ship with a default configuration that permits pod creators to inject arbitrary arguments into the virtiofsd process via the `io.katacontainers.config.hypervisor.virtio_fs_extra_args` pod annotation. By specifying `-o source=/` combined with `--no-announce-submounts` and `--sandbox=none`, attackers can override the virtiofsd shared directory to expose the entire host root filesystem to the guest VM. When chained with the `kernel_params` annotation to enable the agent debug console, this allows full read/write access to any host file including /etc/shadow, achieving host compromise.

MitigationUpgrade to Kata Containers version 3.31.0 or later to obtain the patch. As a compensating control, disable the `virtio_fs_extra_args` and `kernel_params` annotations in the Kata Containers configuration if upgrading is not immediately feasible.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Kata ContainersApplication
Affected:< 3.31.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
Low
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check installed Kata Containers version
    Run `kata-runtime --version` or check the version of the kata-containers-runtime package installed via your package manager (e.g., `dpkg -l | grep kata`, `rpm -qa | grep kata`)
    Affected if The installed version is prior to 3.31.0 (e.g., 3.0.0 through 3.30.x)
  2. Locate default Kata Containers configuration
    Find the default configuration file, typically at /usr/share/defaults/kata-containers/configuration.toml or /etc/kata-containers/configuration.toml, or check /opt/kata*/share/defaults/kata-containers/configuration.toml
    Affected if A default configuration file exists and is in use
  3. Inspect virtio_fs_extra_args configuration
    Open the default configuration file and search for entries under [hypervisor] or io.katacontainers.config.hypervisor sections containing virtio_fs_extra_args, or check for annotation allowlists that permit io.katacontainers.config.hypervisor.virtio_fs_extra_args
    Affected if virtio_fs_extra_args is not commented out, is set to a non-empty value, or the annotation is whitelisted in the default config
  4. Inspect kernel_params annotation configuration
    Search the default configuration file for kernel_params settings or annotation allowlists that permit io.katacontainers.config.kernel.kernel_params
    Affected if kernel_params annotation is not disabled or is whitelisted in the default config allowing arbitrary kernel parameter injection
  5. Determine annotation injection exposure
    Verify whether untrusted pods can be scheduled in the cluster with the ability to set these annotations. Check if the Kubernetes Admission Controller or RuntimeClass restricts these specific annotations
    Affected if Untrusted workloads can apply pods with custom annotations without restriction, and either virtio_fs_extra_args or kernel_params is enabled in the default configuration

You are affected if running Kata Containers version prior to 3.31.0 with the virtio_fs_extra_args or kernel_params annotations enabled in the default configuration, and untrusted pods can inject these annotations.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 3.31.0 or later
Fixed in 3.31.0
Interim mitigation

Upgrade to Kata Containers version 3.31.0 or later to obtain the patch. As a compensating control, disable the `virtio_fs_extra_args` and `kernel_params` annotations in the Kata Containers configuration if upgrading is not immediately feasible.

Recommended fix High confidence

3.31.0

  1. Verify current Kata Containers version by checking the runtime, shim, and proxy components
  2. Update the Kata Containers packages to version 3.31.0 using the package manager (e.g., apt-get update && apt-get install kata-containers or equivalent)
  3. Ensure all Kata Containers components (runtime, shim, proxy, agent) are updated to version 3.31.0
  4. Verify the upgrade was successful by checking the version of the Kata runtime
  5. If using a Kubernetes cluster, restart pods using Kata Containers to ensure they run on the patched version
  6. Confirm the virtio_fs_extra_args annotation is no longer accepted by default (optional validation step)

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Kata Containers Scoped from the published advisory
  • Consultation3.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
14.0 hours of engineering $2,490
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,984.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-44210 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-44210 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data