CVE-2026-47243 Details
Description
Kata Containers is an open source project focusing on a standard implementation of lightweight Virtual Machines (VMs) that perform like containers. Prior to 3.31.0, the runtime-rs standalone virtio-fs path is vulnerable to a guest-root to host-root escape. In this configuration, Kata runs the host virtiofsd as root with --sandbox none --seccomp none, so an attacker with root-equivalent access inside the guest can bypass the guest virtio-fs client entirely by taking over the virtio-fs PCI device and building a virtqueue in userspace to submit raw FUSE requests directly to the host virtiofsd. A crafted FUSE_SYMLINK request whose new symlink name is an absolute host path is honored outside the configured shared directory, allowing guest root to create root-owned symlinks in sensitive host locations such as /etc/cron.d. By pointing such a symlink at a guest-controlled crontab payload reachable through a live runtime process's mount namespace, the attacker causes the host cron daemon to execute that payload as host root, crossing the Kata isolation boundary. This issue is fixed in version 3.31.0.
A vulnerability in Kata Containers' runtime-rs standalone virtio-fs path, prior to version 3.31.0, allows for a guest-root to host-root escape. In this configuration, the host virtiofsd is run as root without sandboxing or seccomp restrictions. An attacker with root-equivalent access in the guest can bypass the guest's virtio-fs client and send raw FUSE requests directly to the host virtiofsd. This exploitation can create root-owned symlinks in sensitive host directories, such as /etc/cron.d, which can then be used to execute payloads as host root, thereby crossing the isolation boundary provided by Kata Containers.
Users can upgrade to Kata Containers version 3.31.0 or later to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Aug 7, 2026CISA-ADP
Assessed Aug 10, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/kata-containers/kata-containers/security/advisories/GHSA-2gv2-cffp-j227 | CISA-ADP | AdvisoryExploitRemedyVendor |
| http://www.openwall.com/lists/oss-security/2026/05/21/14 | CVE | |
| https://github.com/kata-containers/kata-containers/security/advisories/GHSA-2gv2-cffp-j227 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-36 | Absolute Path Traversal | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Kata Containers | <= 3.30.0 (semver) |
CPE
Remediation
| |
| Kata Containers runtime-rs | <= 3.30.0 (semver) |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 10, 2026 | CVE Modified | CISA-ADP |
| Aug 7, 2026 | CVE Modified | CVE |
| Aug 7, 2026 | New CVE Received | [email protected] |
Volerion