
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-32179 is a Remote Elevation of Privilege vulnerability in Microsoft QUIC (MsQuic) caused by improper input validation — specifically an integer underflow (wrap or wraparound) during ACK frame decoding. It was published on April 15, 2026, and affects the NuGet packages Microsoft.Native.Quic.MsQuic.OpenSSL and Microsoft.Native.Quic.MsQuic.Schannel (versions >= 2.5.0-ci.532574 and < 2.5.7, and < 2.4.18), as well as libmsquic (< 2.5.7). The GitHub Advisory Database rates this Critical at CVSS v3.1 9.8, while the vendor's own advisory scores it High at 7.5 (availability impact only) (GitHub Advisory, msquic Advisory).
The root cause is an integer underflow (CWE-191) in the ACK frame parsing logic within src/core/frame.c of the MsQuic library. When decoding an ACK frame, the variable Count (derived from Block.AckBlock + 1) could exceed Largest + 1, resulting in a wrap-around condition that was not previously validated. The fix adds a bounds check — if Count > Largest + 1, the frame is marked invalid and parsing is aborted — preventing the underflow from being triggered by a crafted network packet (msquic Commit, GitHub Advisory). No authentication or user interaction is required; an attacker only needs network access to a service using a vulnerable MsQuic version.
According to the vendor's advisory, successful exploitation primarily impacts availability (denial of service), with a CVSS score of 7.5 reflecting high availability impact but no confidentiality or integrity loss (msquic Advisory). The GitHub Advisory Database assigns a higher score of 9.8 (Critical), suggesting potential for privilege escalation with full confidentiality, integrity, and availability impact (GitHub Advisory). Any application or service using the affected MsQuic NuGet packages or libmsquic over a network is potentially at risk.
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation at this time (GitHub Advisory). The vulnerability is exploitable remotely without authentication or user interaction, and with low attack complexity, making it straightforward to weaponize if a PoC were developed. No threat actor attribution has been reported, and the CVE is not currently listed in the CISA Known Exploited Vulnerabilities catalog. No EPSS score is publicly available at this time.
Update the affected NuGet packages to the patched versions: Microsoft.Native.Quic.MsQuic.OpenSSL and Microsoft.Native.Quic.MsQuic.Schannel to version 2.5.7 or 2.4.18, and libmsquic to version 2.5.7 or later (msquic Advisory). If immediate patching is not possible, implement network segmentation to restrict exposure of QUIC protocol endpoints to trusted sources only. Monitor QUIC-related network traffic for anomalies as a compensating control.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."