The CVSS-EPSS gap in CVE-2026-62815 is the most analytically significant feature of this record. A 9.8 severity score paired with an EPSS of 0.00936 tells you this is a remote code execution vulnerability that lives in a low-probability exploitation band — and that mismatch is intentional signal, not a scoring failure. The use-after-free occurs in Microsoft's QUIC implementation (msquic.dll) and is timing-dependent and heap-context-sensitive, requiring specific connection states, memory layout conditions, and often crafted packet sequences to trigger. That exploitation complexity is precisely why the EPSS remains low. The vulnerability likely surfaced from Microsoft's own fuzzing and security work rather than in-the-wild discovery, which suggests the attack surface is more constrained than the CVSS implies — but also that more similar UAFs may be in their remediation queue. The QUIC protocol's demands on developers — handling connection states, stream states, and frame processing simultaneously across multiple exit points — create the cognitive load where object lifetime mistakes cluster. This isn't negligence; it's the implementation burden of a complex protocol in user space. Watch for whether Microsoft's QUIC patches follow a pattern indicating systematic addressing of this vulnerability class. The immediate action is to verify whether your deployments use msquic.dll in configurations where QUIC connection handling is active (server, client, or both — the specific component matters), apply the Microsoft patch promptly despite the low EPSS, and recognize that the gap paradoxically creates remediation debt: organizations rationally deprioritizing based on EPSS leave themselves exposed during the window before attention shifts elsewhere. The gap reflects today's conditions, not the asymptotic state — as QUIC adoption expands into Azure, Windows Server, and third-party stacks, the reach of this constrained blast radius grows.