CVE-2026-64524
Last modified
CVE-2026-64524 is a high-severity vulnerability rated 7.7/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 76c56a5affeba1e163b66b9d8cc192e6154466f0, < 96f7de3172d4aa878b7f87173b2b3507c350fcd6; >= 76c56a5affeba1e163b66b9d8cc192e6154466f0, < bc573752f3dac0d1ab8df7078c1851bc76717653; >= 76c56a5affeba1e163b66b9d8cc192e6154466f0, < 1fb565b77b8f44afabb02de6310065f109d89e94; >= 76c56a5affeba1e163b66b9d8cc192e6154466f0, < a321c908f2eeea01539668eb270d074d9b88e490; >= 76c56a5affeba1e163b66b9d8cc192e6154466f0, < 9c698b2c43c2667c34f5336bf46ad5786216ac2a; >= 76c56a5affeba1e163b66b9d8cc192e6154466f0, < 8a114b25b5521eae451b13bce98ae978624962e5; >= 76c56a5affeba1e163b66b9d8cc192e6154466f0, < 13d33b9ef67066c77c84273fac5a1d3fde3533d1 |
| Linux | Linux | 5.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64524?
How severe is CVE-2026-64524?
How do I fix CVE-2026-64524?
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-64519In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6452The Bigfishgames Syndicate plugin for WordPress is vulnerabl…4.3
- CVE-2026-64520In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-64521In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64522In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64523In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64525In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64526In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64527In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64528In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64529In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6453The CubeWP Framework plugin for WordPress is vulnerable to S…6.5
Are you affected by CVE-2026-64524?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
