Junglewise Threat Intelligence

CVE-2026-64524: Linux Kernel Hyper-V DRM out-of-bounds access in synthetic video driver

CVE-2026-64524 · Severity: info · CVSS 0 · Published 2026-07-25

Technologies: Linux. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Hyper-V graphics driver could allow a malicious host or a compromised hypervisor to cause a system crash or memory corruption in a guest virtual machine. The issue occurs when the system processes video resolution data, potentially leading to an out-of-bounds memory access. This could impact the stability and availability of Linux virtual machines running on Hyper-V environments.

Technical details

An out-of-bounds read/write vulnerability exists in the Linux kernel's drm/hyperv driver within the hyperv_get_supported_resolution function. A SYNTHVID_RESOLUTION_RESPONSE message with a resolution_count exceeding 64 (SYNTHVID_MAX_RESOLUTION_COUNT) causes the parse loop to walk past the end of the supported_resolution array. Additionally, a logic error in hyperv_connect_vsp() could leave screen dimensions unpopulated (set to 0) if a resolution probe fails, causing subsequent framebuffer creation requests from userspace to be rejected. The fix introduces bounds checking on the resolution_count and ensures proper fallback to Windows 8 default resolutions.

Affected products

  • Linux Linux 5.14 to 5.15.210, 6.1.176, 6.6.x, 6.9.x

Timeline

  • 2026-05-19: other: Vulnerability fixed in upstream commits
  • 2026-07-25: disclosed: CVE published

References