Bug 2513498 (CVE-2026-6426) - CVE-2026-6426 qemu-kvm: vhost inflight migration VMState integer type mismatch causes out-of-bounds access
Summary: CVE-2026-6426 qemu-kvm: vhost inflight migration VMState integer type mismatc...
Keywords:
Status: NEW
Alias: CVE-2026-6426
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On: 2513527 2513528
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-10 14:05 UTC by OSIDB Bzimport
Modified: 2026-08-10 19:15 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-10 14:05:32 UTC
QEMU's vhost inflight migration VMState handling uses a uint64_t field for the destination buffer size, while the VMS_VBUFFER load path reads the field as a signed int32_t. On little-endian hosts, a crafted incoming migration state with bit 31 set can cause the negative value to be converted to a very large size_t. QEMU may then copy migration-stream data beyond the mmap-backed destination inflight region, causing a destination QEMU process crash or memory corruption. Exploitation requires control of the migration producer or write access to the migration channel and a configuration using vhost inflight migration.

Acknowledgments: Seungjung Kim (Kyonggi University)


Note You need to log in before you can comment on or make changes to this bug.