
Cloud Vulnerability DB
コミュニティ主導の脆弱性データベース
CVE-2026-6426 is a type mismatch vulnerability in QEMU's vhost inflight migration VMState handling that can lead to out-of-bounds memory access, resulting in a QEMU process crash or memory corruption. The destination buffer size is stored as a uint64_t but is read by the VMS_VBUFFER load path as a signed int32_t, causing an integer type confusion on little-endian hosts. Affected software includes QEMU/qemu-kvm as shipped in Red Hat Enterprise Linux (multiple versions) and Red Hat CoreOS (RHCOS). The vulnerability was reported by Seungjung Kim of Kyonggi University and published on August 10, 2026. It carries a CVSS v3.1 base score of 4.4 (Medium) (Red Hat CVE, Github Advisory).
The root cause is classified as CWE-681 (Incorrect Conversion between Numeric Types). The vhost inflight migration VMState stores the destination buffer size as a uint64_t, but the VMS_VBUFFER deserialization path reads it as a signed int32_t. On little-endian hosts, a crafted migration state with bit 31 set causes the value to be interpreted as a negative integer, which is then implicitly converted to a very large size_t. This triggers qemu_get_buffer() to copy migration-stream data far beyond the bounds of the mmap-backed inflight region, constituting a heap out-of-bounds write. Exploitation requires an attacker to control the migration producer or have write access to the migration channel, and the destination QEMU instance must be configured to use vhost inflight migration (Red Hat CVE, Red Hat Bugzilla).
Successful exploitation can cause a crash of the destination QEMU process (denial of service) or memory corruption in the hypervisor. Because the out-of-bounds write occurs in the QEMU process on the migration destination host, memory corruption could potentially affect other guest VMs or hypervisor-level data structures co-located on the same host, though no confidentiality or integrity impact is currently assessed. The primary confirmed impact is availability loss for the affected virtual machine and potentially the host (Red Hat CVE, Github Advisory).
No public proof-of-concept exploit code or in-the-wild exploitation has been reported as of the time of publication. The EPSS score is 0.0, reflecting a very low current probability of exploitation (Github Advisory). The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation is constrained by high attack complexity and the requirement for high privileges (control of the migration producer or write access to the migration channel), significantly limiting the practical attack surface.
inflight parameter is present in the vhost-user device configuration) and where live VM migration is in use.uint64_t value to be misread as a negative int32_t on the destination.VMS_VBUFFER load path reads the malformed size, converts it to a very large size_t, and qemu_get_buffer() copies attacker-controlled data beyond the mmap-backed inflight region, causing a crash or memory corruption (Red Hat CVE, Red Hat Bugzilla)./var/log/libvirt/qemu/<vm>.log on the migration destination host during or after a live migration event.qemu-kvm process on the destination host coinciding with a migration operation involving vhost-user devices with inflight enabled.core.<pid>) in the working directory or configured core dump path, indicating an unexpected crash during migration.Red Hat has acknowledged the vulnerability and a patch is in progress (tracked in Bugzilla 2513498). As a configuration-based workaround, vhost inflight migration can be disabled by omitting the inflight parameter from the vhost-user device configuration; this prevents the vulnerable VMState deserialization path from being reached on the destination. Environments that require vhost inflight migration for live migration of vhost-user devices cannot use this workaround and should prioritize applying the vendor fix once released. Organizations should also restrict access to the QEMU migration channel to trusted management networks (Red Hat CVE, Red Hat Bugzilla).
Red Hat credited Seungjung Kim of Kyonggi University for responsibly reporting the issue and published the CVE advisory on August 10, 2026 (Red Hat CVE). No significant broader community discussion, social media commentary, or media coverage has been identified at this time, consistent with the vulnerability's moderate severity and constrained exploitation requirements.
ソース: このレポートは AI を使用して生成されました
無料の脆弱性評価
9つのセキュリティドメインにわたるクラウドセキュリティプラクティスを評価して、リスクレベルをベンチマークし、防御のギャップを特定します。
パーソナライズされたデモを見る
"私が今まで見た中で最高のユーザーエクスペリエンスは、クラウドワークロードを完全に可視化します。"
"Wiz を使えば、クラウド環境で何が起こっているかを 1 つの画面で確認することができます"
"Wizが何かを重要視した場合、それは実際に重要であることを私たちは知っています。"