CVE-2026-65776
A Win32K use-after-free landing at CVSS 7 instead of 9+ warrants skepticism. This is the same kernel subsystem where decades of graphics API legacy code, renderer-adjacent paths, and font processing code converge into one of Windows' most exploitable attack surfaces — a surface that historically has been reachable from relatively constrained contexts like browser renderers and untrusted document handlers. Microsoft's 7 rating suggests either an extraordinarily narrow exploitation window, highly specific triggering conditions, or that Windows 24H2's kernel mitigations (HVCI, Kernel Data Protection) meaningfully constrain this particular path. The answer to which of these is operative changes how you prioritize this patch. The "authorized attacker" framing does significant analytical work. If this UAF requires admin credentials or a pre-compromised privileged process to reach the triggering conditions, a 7 is defensible. If it is reachable from a browser renderer sandbox or an untrusted document context, the CVSS vector is misrepresenting actual exposure — the blast radius from those entry points is categorically different from a local privilege escalation requiring prior code execution. Your prioritization decision should not treat the CVSS score as a conclusion. Instead, assess your environment's specific entry points into Win32K: do users run browser renderers with full user context, document handlers, or legacy line-of-business applications? If so, Win32K elevation paths remain a live concern regardless of the vector string. The rating is a starting point for analysis, not the endpoint. Treat this as a high-priority kernel patch if your threat model includes userland-to-kernel escalation from commodity attack surfaces — not because CVSS says so, but because Win32K's structural history demonstrates repeated UAF clustering in code paths transitively reachable from those very entry points.
Reviewed through automated stages and approved by a human before publication.