Microsoft
CVE-2026-32179
CRITICAL
Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionGitHub Advisory
Summary
Improper input validation in Microsoft QUIC allows an unauthorized attacker to elevate privileges over a network.
Details
Improper Input Validation Integer Underflow (Wrap or Wraparound) when decoding ACK frame.
Patches
- Fix underflow in ACK frame parsing - 1e6e999b
Impact
An attacker who successfully exploited this vulnerability could gain elevated privileges.
MSRC CVE Info
https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32179
AnalysisAI
Integer underflow in Microsoft QUIC's ACK frame parser enables remote unauthenticated privilege escalation. The vulnerability (CWE-191: integer wrap-around) affects Microsoft's native QUIC library implementations (both OpenSSL and SChannel variants) distributed via NuGet packages. With CVSS 9.8 (AV:N/AC:L/PR:N/UI:N) and vendor-confirmed patch available (commit 1e6e999b), this represents a critical network-exposed flaw in QUIC protocol implementations. No active exploitation confirmed (not in CISA KEV) and public exploit code status unknown at time of analysis, but the straightforward attack vector (network-accessible protocol parsing) and authentication bypass capability warrant immediate patching priority for systems using Microsoft QUIC libraries.
Technical ContextAI
QUIC (Quick UDP Internet Connections) is a modern transport protocol that forms the foundation of HTTP/3, designed to replace TCP+TLS with encrypted, multiplexed connections over UDP. Microsoft QUIC (msquic) is Microsoft's implementation of the IETF QUIC standard. The vulnerability resides in ACK (acknowledgment) frame parsing logic - ACK frames are core QUIC protocol elements used to confirm packet delivery. CWE-191 (Integer Underflow/Wrap-around) occurs when arithmetic operations on unsigned integers cause values to wrap below zero, potentially leading to buffer size miscalculations, memory corruption, or security checks being bypassed. In this case, improper input validation during ACK frame decoding allows a crafted frame to trigger an integer underflow, which the vendor confirms can lead to privilege escalation. The affected CPE strings identify NuGet packages for both OpenSSL-based and Windows SChannel-based TLS variants of the library, indicating the flaw exists in shared parsing code independent of the cryptographic backend.
RemediationAI
Apply vendor-released patch immediately by updating to msquic versions containing commit 1e6e999b199430effeefee3d85baa0c9dd35ad5e or later. For NuGet package consumers, update microsoft.native.quic.msquic.openssl and microsoft.native.quic.msquic.schannel packages to patched versions per https://github.com/microsoft/msquic/security/advisories/GHSA-gvvw-8j96-8g5r. Specific fixed version numbers should be obtained from the GitHub advisory or NuGet package manager updates. If immediate patching is not feasible, implement network-level compensating controls: restrict QUIC listener exposure using firewall rules to trusted networks only (blocks AV:N attack vector but breaks internet-facing QUIC services - acceptable trade-off only for internal-only applications); disable QUIC protocol support and fall back to TCP/TLS if application architecture permits (eliminates attack surface but loses QUIC performance benefits and breaks HTTP/3). Note these workarounds significantly impact functionality and should be temporary measures only. Consult official Microsoft Security Response Center guidance at https://msrc.microsoft.com/update-guide/vulnerability/CVE-2026-32179 for version-specific remediation instructions and compatibility notes.
Same weakness CWE-191 – Integer Underflow
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
GHSA-gvvw-8j96-8g5r