NGINX Open Source has a vulnerability in the ngx_http_v3_module module. When NGINX Open Source is configured to use the HTTP/3 QUIC module, a remote unauthenticated attacker along with conditions beyond their control can use a specially crafted HTTP/3 session to reopen a QPACK encoder stream. This may cause a Use-after-Free in the NGINX worker process leading to a restart. Additionally, attackers can execute code on systems with Address Space Layout Randomization (ASLR) disabled or when the attacker can bypass ASLR.
Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
Security readout for executives and security teams
Plain-English summary
NGINX Open Source 1.31.0 can crash when HTTP/3 QUIC support is enabled and a remote unauthenticated attacker triggers a QPACK stream handling flaw. The published rating is critical because code execution is possible if ASLR is disabled or bypassed, but the source notes high attack complexity and conditions outside the attacker’s control.
Executive priority
Treat this as urgent for internet-facing NGINX Open Source 1.31.0 systems using HTTP/3 QUIC. The main business risk is service disruption, with severe compromise possible under weaker memory-protection conditions. Prioritize validation and vendor remediation, but do not assume active exploitation from this bundle alone.
Technical view
The issue is a CWE-416 use-after-free in ngx_http_v3_module. A specially crafted HTTP/3 session can reopen a QPACK encoder stream, causing an NGINX worker process restart. The CVSS 4.0 score is 9.2, with network attack vector, no privileges, no user interaction, and high confidentiality, integrity, and availability impact.
Likely exposure
Exposure appears limited to NGINX Open Source 1.31.0 deployments configured to use the HTTP/3 QUIC module. Systems not serving HTTP/3/QUIC are less likely to be exposed based on the provided description. End-of-Technical-Support versions were not evaluated, so their status is unknown.
Exploitation context
The bundle does not show CISA KEV listing or cited evidence of active exploitation. Exploitation requires a crafted HTTP/3 session plus conditions beyond the attacker’s control. Worker crashes are the clearest expected impact; code execution is described only for systems without ASLR or where ASLR is bypassed.
Researcher notes
Key constraints are high attack complexity, remote unauthenticated reachability, and dependency on HTTP/3 QUIC configuration. The affected list names only NGINX Open Source 1.31.0. Sources do not evaluate EoTS versions, and they do not provide enough detail to assert exploit maturity or broad product impact.
Mitigation direction
Check F5 advisory K000161616 for vendor-approved remediation.
Review Red Hat RHSA-2026:20351 where Red Hat packages are in use.
Disable HTTP/3 QUIC exposure if operationally acceptable until guidance is applied.
Confirm ASLR is enabled on affected systems.
Prioritize internet-facing NGINX Open Source 1.31.0 instances.
Validation and detection
Inventory NGINX Open Source versions and identify 1.31.0 deployments.
Confirm whether ngx_http_v3_module and HTTP/3 QUIC are enabled.
Review edge configurations for public UDP QUIC exposure.
Check vendor advisories for package-specific affected status and fixes.
Monitor NGINX worker restarts around HTTP/3 traffic.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
3CVSS vectors
5Timeline events
2ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
3 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.