
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-3842 is an out-of-bounds write vulnerability in QEMU's Hyper-V synthetic debugger (hyperv/syndbg) subsystem. The flaw arises when cpu_physical_memory_map() returns a shorter mapped length than requested, and the code proceeds to write the full expected number of bytes without checking the actual mapped length, causing a write beyond the allocated guest memory or into a heap-allocated MMIO bounce buffer. Affected versions span QEMU 7.1.0 through 10.x (fixed in 11.0.0); Microsoft's Azure Linux 3 package azl3_qemu_9.1.0-10 is also listed as vulnerable. The vulnerability was initially reported on March 9, 2026, and publicly disclosed on July 16, 2026. It carries a CVSS v3.1 base score of 7.8 (High) (Github Advisory, Red Hat Bugzilla).
The root cause is classified as CWE-787 (Out-of-bounds Write). In QEMU's Hyper-V synthetic debugger implementation, after calling cpu_physical_memory_map() to map guest physical memory, the code fails to validate whether the returned mapped length is shorter than the requested out_len. If the mapping is partial — which can occur at page boundaries or with MMIO regions — the subsequent write of out_len bytes overflows the mapped region, either accessing memory beyond the guest's allocation or corrupting a heap-allocated MMIO bounce buffer on the host. The upstream fix is available at the QEMU GitLab repository (commit 4f28b87fdd24df2049626106b7c24d0180952115). Exploitation requires low-privileged local access within a guest VM with Hyper-V enlightenments enabled (Red Hat Bugzilla, Github Advisory).
Successful exploitation by a low-privileged attacker inside a guest virtual machine can result in unauthorized read access to guest memory regions, corruption of heap-allocated objects in the QEMU host process, information disclosure, data integrity violations, or a denial of service (guest or host crash). The scope is marked unchanged, meaning the primary impact is confined to the QEMU process and the guest VM, though heap corruption on the host could potentially be leveraged for further privilege escalation within the host environment. All three CIA pillars are rated High (Github Advisory, Red Hat Bugzilla).
cpu_physical_memory_map() on the host to return a mapped length shorter than the requested length.out_len, it proceeds to write the full out_len bytes into the shorter mapped buffer, overflowing into adjacent guest memory or corrupting the MMIO bounce buffer on the host heap.qemu-kvm, qemu-system-*) on the host, particularly with stack traces referencing Hyper-V syndbg or cpu_physical_memory_map code paths.hyperv/syndbg subsystem; guest OS logs showing abnormal Hyper-V debugger interface activity./var/crash/ or the working directory of the QEMU process, which may indicate exploitation attempts.The upstream QEMU fix is available in commit 4f28b87fdd24df2049626106b7c24d0180952115 and is included in QEMU 11.0.0 and later. Downstream distributions including Ubuntu (USN-8161-1), SUSE (SUSE-SU-202621883-1, SUSE-SU-20262386-1), and Debian (Debian 13.6) have released updated packages incorporating this fix. As a workaround where patching is not immediately possible, disable Hyper-V enlightenments (specifically the synthetic debugger interface) in QEMU VM configurations, and restrict guest VM access to trusted users only. Prioritize patching in multi-tenant environments where untrusted workloads run as guests (Ubuntu Advisory, SUSE Advisory, Red Hat Bugzilla).
Red Hat classified the vulnerability as "Important" severity in their CSAF VEX document and tracked it via Bugzilla. Multiple Linux distributions including Ubuntu, SUSE, openSUSE, and Debian issued security advisories and updated packages. The Yocto Project security mailing list also flagged the issue for embedded Linux maintainers. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vulnerability aggregator coverage (Ubuntu Advisory, SUSE Advisory).
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."