CVE-2026-6426
Last modified
CVE-2026-6426 is a medium-severity vulnerability rated 4.4/10 on the CVSS scale. A type mismatch vulnerability was found in QEMU's vhost inflight migration VMState handling. The destination buffer size is stored as a uint64_t but read by the VMS_VBUFFER load path as a signed int32_t. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
A type mismatch vulnerability was found in QEMU's vhost inflight migration VMState handling. The destination buffer size is stored as a uint64_t but read by the VMS_VBUFFER load path as a signed int32_t. On little-endian hosts, a crafted incoming migration state with bit 31 set causes the value to be interpreted as negative and then implicitly converted to a very large size_t, leading qemu_get_buffer() to copy migration-stream data beyond the bounds of the mmap-backed inflight region. This can result in a crash of the QEMU process or memory corruption. Exploitation requires control of the migration producer or write access to the migration channel, combined with a destination configured to use vhost inflight migration.
Metrics
CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Red Hat | Red Hat Enterprise Linux 10 | All versions |
| Red Hat | Red Hat Enterprise Linux 6 | All versions |
| Red Hat | Red Hat Enterprise Linux 7 | All versions |
| Red Hat | Red Hat Enterprise Linux 8 | All versions |
| Red Hat | Red Hat Enterprise Linux 9 | All versions |
| Red Hat | Red Hat Enterprise Linux for NVIDIA 26 | All versions |
| Red Hat | Red Hat OpenShift Container Platform 4 | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-6426?
How severe is CVE-2026-6426?
How do I fix CVE-2026-6426?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64254In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64255In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64256In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64257In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-64258In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64259In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64260In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64261In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64262In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64263In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64264In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-64265In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-6426?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
