CVE-2026-93834
8.8Red Hat · Red Hat Enterprise Linux (QEMU)
A use-after-free race condition in QEMU's 9pfs subsystem allows a malicious guest user to escape the VM boundary and execute code on the host.
Executive summary
A critical use-after-free vulnerability in the QEMU 9pfs subsystem allows guest users to escape the virtual machine and execute arbitrary code on the host.
Vulnerability
A race condition exists between the main thread and worker threads in the 9pfs subsystem during concurrent Tlcreate and Twalk requests. This allows a guest user to craft a fid path containing stale heap data, enabling directory traversal that escapes the shared directory and leads to VM escape.
Business impact
The CVSS score of 8.8 reflects the high severity of a VM escape vulnerability. If exploited, an attacker can transition from a guest environment to the host operating system, leading to full host compromise, arbitrary file read/write access, and significant potential for lateral movement across the virtualized infrastructure.
Remediation
Immediate Action: Update QEMU instances to version 10.0.11 or later as provided by the vendor.
Proactive Monitoring: Audit virtual machine configurations to identify instances utilizing 9pfs or VirtFS for host-guest file sharing and monitor host system logs for unexpected QEMU process behavior.
Compensating Controls: If patching is delayed, disable 9pfs/VirtFS filesystem sharing on all virtual instances and migrate to virtio-fs as a more secure alternative for file sharing.
Exploitation status
Public Exploit Available: Yes (published via vendor Bugzilla/GitLab references)
Analyst recommendation
VM escape vulnerabilities are among the most critical risks in cloud and virtualized environments. Organizations must prioritize the deployment of the QEMU security update and, where possible, transition away from legacy 9pfs configurations to mitigate the attack surface presented by this use-after-free flaw.
More Red Hat CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Analyst report updated
- Published in the daily brief high section
Sources
- Vulnerability database entry
- RHBZ#2537939 Issue tracker
- gitlab.com