
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-8348 is a resource exhaustion vulnerability in QEMU's 9p (Plan 9 Filesystem Protocol) server implementation. A malicious privileged guest with direct communication access to the 9p server can exhaust host memory by creating an unlimited number of extended attribute (xattr) FIDs, due to missing limits on xattr FID creation. The vulnerability is mitigated by enforcing a maximum xattr FID count (default 1024) and aborting requests when the limit is reached. The CVE is currently in "Reserved" status, and the estimated CVSS severity is Medium (Feedly, Tenable).
The root cause is a missing resource limit on xattr FID (File Identifier) creation within QEMU's 9p server, classifiable as CWE-400 (Uncontrolled Resource Consumption). A privileged guest operating system with direct access to the virtio-9p or similar 9p transport can repeatedly issue requests to create xattr FIDs without any server-side cap, causing unbounded memory allocation on the host. The fix introduces a maximum xattr FID count (defaulting to 1024) and causes the server to abort further requests once this limit is reached, as reflected in the upstream QEMU commit (QEMU Commit, Feedly).
Successful exploitation allows a malicious privileged guest to exhaust host memory, potentially causing a denial of service (DoS) condition on the hypervisor host. This could affect all other virtual machines running on the same host, leading to system instability or crashes. The vulnerability does not appear to enable code execution or data exfiltration, but the availability impact on multi-tenant virtualization environments could be significant (Feedly, Tenable).
Exploitation requires a privileged guest with direct communication access to the 9p server, limiting the attack surface to scenarios where virtio-9p or a similar 9p transport is enabled and the guest is already compromised or malicious. No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the available data. The CVE remains in "Reserved" status, and no CISA KEV listing or EPSS score is currently available (Feedly, OSV).
Txattrcreate messages) in a tight loop, without releasing or clunking the FIDs./proc/<qemu-pid>/status showing VmRSS growing unboundedly) associated with a specific guest VM using 9p.dmesg or /var/log/kern.log) referencing the QEMU process being killed due to out-of-memory conditions.Txattrcreate messages from a guest, observable via virtio-9p traffic analysis or QEMU debug logging with -d 9p.The upstream fix has been committed to the QEMU repository, enforcing a maximum xattr FID count (default 1024) and aborting requests that exceed this limit (QEMU Commit). Users should update QEMU to a version that includes this patch once a fixed release is available. As a workaround, administrators can disable virtio-9p/9p filesystem sharing for untrusted guest VMs, or restrict guest privileges to prevent access to the 9p server. Debian and other distributions are tracking this via their security advisories (OSV).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."