CVE-2026-42055: NGINX ngx_http_proxy_v2_module and ngx_http_grpc_module vulnerability
NGINX Plus and NGINX Open Source have a vulnerability in the ngx_http_proxy_v2_module and ngx_http_grpc_module modules. This vulnerability exists when the proxy_http_version to 2 or grpc_pass directives are used to proxy HTTP/2 traffic, the ignore_invalid_headers directive is set to off, and the large_client_header_buffers directive size is larger than 2 megabytes. A remote, unauthenticated attacker, along with conditions beyond their control, could send large headers while creating an upstream request. This may cause a heap-based buffer overflow 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
This is a critical NGINX issue, but exposure depends on an uncommon configuration combination. A remote unauthenticated attacker may be able to crash worker processes, causing restart. Code execution is only stated for systems without ASLR or where ASLR can be bypassed.
Executive priority
Treat as urgent for externally exposed NGINX reverse proxies using HTTP/2 or gRPC. The likely footprint is configuration-specific, but the worst-case impact justifies rapid inventory, vendor patch review, and prioritized remediation.
Technical view
The vulnerability affects ngx_http_proxy_v2_module and ngx_http_grpc_module when proxying HTTP/2 traffic with proxy_http_version 2 or grpc_pass, ignore_invalid_headers off, and large_client_header_buffers over 2MB. Large headers during upstream request creation can trigger a heap-based buffer overflow in the worker process.
Likely exposure
Internet-facing NGINX deployments are most relevant when they proxy HTTP/2 or gRPC traffic and meet all listed directive conditions. End-of-Technical-Support versions were not evaluated, so legacy deployments need separate vendor review.
Exploitation context
The source bundle does not show CISA KEV listing or cited active exploitation. Attack requires network access, no authentication, high complexity, and a prerequisite configuration state. Impact ranges from worker restart to code execution where ASLR is disabled or bypassed.
Researcher notes
Evidence supports a heap-based buffer overflow with CWE-122 and CWE-131. The CVSS v4 score is 9.2 with high confidentiality, integrity, and availability impact, but attack complexity is high and active exploitation is not supported by the provided sources.
Mitigation direction
Review F5 and Red Hat advisories for supported fixed packages or guidance.
Apply applicable vendor errata where your distribution or product is covered.
Identify NGINX configurations meeting all documented preconditions.
Prioritize internet-facing HTTP/2 and gRPC proxy services for remediation.
Avoid unsupported or End-of-Technical-Support NGINX versions where possible.
Validation and detection
Inventory NGINX Open Source and NGINX Plus versions in production.
Search configurations for proxy_http_version 2, grpc_pass, ignore_invalid_headers off, and large_client_header_buffers over 2MB.
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-122: 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.
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
11Source 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-122 · source CWE mapping
Heap-based Buffer Overflow
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Incorrect Calculation of Buffer Size represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.