Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Unauthenticated network-facing QUIC handler (AV:N/PR:N/UI:N) with full impact, but AC:H because reliable use-after-free RCE requires heap grooming and race timing versus a simple crash.
Primary rating from Vendor (microsoft).
CVSS VectorVendor: microsoft
Lifecycle Timeline
3DescriptionCVE.org
Use after free in Microsoft QUIC allows an unauthorized attacker to execute code over a network.
AnalysisAI
Remote code execution in Microsoft's QUIC transport implementation (MsQuic) allows an unauthenticated network attacker to run arbitrary code by triggering a use-after-free (CWE-416) in the QUIC protocol handler across supported Windows 11 (23H2/24H2/25H2/26H1) and Windows Server 2022/2025 builds. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:N) rates it 9.8 Critical, reflecting no authentication or user interaction and full compromise of confidentiality, integrity, and availability. No public exploit has been identified at time of analysis and it is not listed in CISA KEV, but a vendor patch is available.
Technical ContextAI
QUIC is a UDP-based, encrypted transport protocol (RFC 9000) used as the foundation for HTTP/3 and increasingly for SMB over QUIC, and Microsoft ships its own implementation, MsQuic, integrated into the Windows networking stack (msquic.sys / associated user-mode libraries). The root cause is a use-after-free (CWE-416): the code continues to reference a heap object after it has been freed, typically during connection state teardown, stream lifecycle handling, or packet reassembly. An attacker who controls the timing or sequencing of QUIC packets can cause a dangling pointer to be dereferenced, potentially allowing controlled reallocation of the freed region and hijack of program flow. Because QUIC parsing happens early in the connection lifecycle over the network, the vulnerable code is reachable before any application-layer authentication.
RemediationAI
Apply the Microsoft security update that raises each affected build to at least the fixed version listed in the EUVD data (Vendor-released patch confirmed available): Windows 11 23H2 to 10.0.22631.7517, 24H2 to 10.0.26100.9168, 25H2 to 10.0.26200.9168, 26H1 to 10.0.28000.2704, Windows Server 2022 to 10.0.20348.5499, and Windows Server 2025 (incl. Server Core) to 10.0.26100.33296, per the MSRC advisory at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-62815. Where patching must be delayed, reduce exposure of the QUIC attack surface: block inbound UDP/443 (and any other QUIC listener ports) at the perimeter and host firewall for systems that do not need HTTP/3 or SMB over QUIC, and disable SMB over QUIC on servers where it is not required (Set-SmbServerConfiguration / SMB over QUIC settings) - noting these controls will break HTTP/3 and remote QUIC-based SMB access respectively. Disabling HTTP/3 in IIS/edge services forces clients to fall back to HTTP/2 over TCP with minimal functional loss for most workloads.
More in Windows 11 23h2
View allInternet Shortcut Files Security Feature Bypass Vulnerability. Rated high severity (CVSS 8.1), this vulnerability is rem
Windows Kernel contains a TOCTOU race condition vulnerability allowing local privilege escalation, exploited by the OilR
Windows Internet Shortcut Files (.url) contain an external control vulnerability (CVE-2025-33053, CVSS 8.8) that enables
Windows SMB contains an improper access control vulnerability (CVE-2025-33073, CVSS 8.8) enabling authenticated attacker
Windows Kernel Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is low attack co
Active Directory Domain Services contains an elevation of privilege vulnerability that allows authenticated domain users
Windows Kernel-Mode Driver Elevation of Privilege Vulnerability. Rated high severity (CVSS 7.8), this vulnerability is l
Windows MSHTML Platform Spoofing Vulnerability. Rated high severity (CVSS 8.8), this vulnerability is remotely exploitab
Microsoft Scripting Engine contains a type confusion vulnerability allowing unauthorized remote code execution over the
Windows Task Scheduler Elevation of Privilege Vulnerability. Rated high severity (CVSS 8.8), this vulnerability is low a
Windows SmartScreen Security Feature Bypass Vulnerability. Rated high severity (CVSS 7.6), this vulnerability is remotel
Symlink following (CWE-59) in the Windows Update Stack enables a locally authenticated attacker with standard user privi
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-56392
GHSA-2q33-cf8w-7q23