Vulnerability in Linux
CVE-2026-64524
In the Linux kernel, the following vulnerability has been resolved: drm/hyperv: validate resolution_count and fix WIN8 fallback A SYNTHVID_RESOLUTION_RESPONSE with resolution_count > 64 walks past the supported_resolution[SYNTHVID_MAX_RESOLUTION_COUNT] array in the parse loop. Bound resolution_count against the array size, folded into the existing zero-check. When the WIN10 resolution probe fails, the caller in hyperv_connect_vsp() left hv->screen_*_max / preferred_* unpopulated, which sets mode_config.max_width / max_height to 0 and makes drm_internal_framebuffer_create() reject every userspace framebuffer with -EINVAL. The pre-WIN10 branch had the same gap for preferred_width / preferred_height. Use a single post-probe fallback guarded by screen_width_max == 0 so both paths converge on the WIN8 defaults.
EPSS: 0.001 (3.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.7 (High). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H.
Affected products
- Linux — versions 76c56a5affeba1e163b66b9d8cc192e6154466f0, 5.14, 0
References
Frequently asked questions
- What is CVE-2026-64524?
- CVE-2026-64524 is a high-severity vulnerability in Linux. CVSS score: 7.7/10. Published 2026-07-25.
- How severe is CVE-2026-64524?
- High severity. CVSS v3 base score is 7.7 out of 10.