CVE-2026-32179
C# vulnerability analysis and mitigation

Overview

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).

Technical details

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.

Impact

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.

Exploitability

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.

Mitigation and workarounds

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.

Additional resources


SourceThis report was generated using AI

Related C# vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-48798HIGH7.1
  • C# logoC#
  • SSH.NET
NoYesAug 18, 2026
CVE-2026-54570MEDIUM6.9
  • C# logoC#
  • AngleSharp
NoYesAug 18, 2026
CVE-2026-73851MEDIUM6.1
  • C# logoC#
  • Microsoft.OpenApi.Kiota
NoYesAug 17, 2026
CVE-2026-48796MEDIUM5.3
  • C# logoC#
  • CefSharp.Common
NoYesAug 18, 2026
GHSA-cvhv-g4rq-3hmwLOW3.3
  • C# logoC#
  • Magick.NET-Q8-x64
NoYesSep 02, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management