AUGUST 15, 2026
Live Feed
Back to database
Case File

CVE-2026-47243

CRITICAL · CVSS 9.2 EPSS 0.18% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-07 · Last synced 2026-08-15

CyberRota Analysis

AI-Generated

The vulnerability affects the Kata Containers project, specifically prior to version 3.31.0, where a guest with root-equivalent access can exploit the virtio-fs path to escape the guest environment and gain host root privileges. By manipulating FUSE_SYMLINK requests, an attacker can create symlinks in sensitive host directories, leading to the execution of arbitrary code as the host root user. Organizations utilizing Kata Containers for lightweight virtualization should prioritize patching to version 3.31.0 to mitigate this critical risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-47243
Severity
CRITICAL
CVSS
9.2
EPSS
0.18%

Original NVD 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.