Nginx Gateway FabricWeb server / proxy · F5

CVE-2026-42926

MEDIUM · 5.8 CVSS v3.1 Published 2026-05-13
Fix available
A fix is available. Upgrade to after 5.4.2 or later.
See remediation →
67/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
When NGINX Open Source is configured to proxy HTTP/2 traffic by setting proxy_http_version to 2, and also uses proxy_set_body, an attacker may be able to inject frame headers and payload bytes to the upstream peer.  Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

This vulnerability affects NGINX Open Source when configured with proxy_http_version 2 for HTTP/2 proxying combined with the proxy_set_body directive. An attacker can inject malicious HTTP/2 frame headers and payload bytes into the upstream connection, potentially allowing stream manipulation or injection of arbitrary content to the backend server.

MitigationReview NGINX configurations for the combination of proxy_http_version 2 and proxy_set_body directives; either upgrade to a patched NGINX version or restructure the configuration to avoid this specific combination.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Nginx Gateway FabricWeb server / proxy
Affected:>= 1.3.0, <= 1.6.2>= 2.0.0, <= 2.6.0
Nginx Open SourceWeb server / proxy
Affected:>= 1.29.4, <= 1.30.0
Nginx Instance ManagerWeb server / proxy
Affected:>= 2.16.0, <= 2.22.0
Nginx Ingress ControllerWeb server / proxy
Affected:>= 3.5.0, <= 3.7.2>= 4.0.0, <= 4.0.1>= 5.0.0, <= 5.4.2

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:L/A:N

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check installed NGINX version
    Run 'nginx -v' or 'nginx -V' to determine the installed version. For F5 products, check the specific product version using its respective command or interface.
    Affected if The version falls within any of these ranges: Nginx Open Source >= 1.29.4 to <= 1.30.0; Nginx Gateway Fabric >= 1.3.0 to <= 1.6.2 or >= 2.0.0 to <= 2.6.0; Nginx Instance Manager >= 2.16.0 to <= 2.22.0; Nginx Ingress Controller >= 3.5.0 to <= 3.7.2, >= 4.0.0 to <= 4.0.1, or >= 5.0.0 to <= 5.4.2
  2. Identify proxy_http_version 2 configuration
    Search nginx configuration files for 'proxy_http_version 2;' using 'grep -r "proxy_http_version 2" /etc/nginx/' or similar search across all .conf files.
    Affected if The directive 'proxy_http_version 2;' is present in any server or location block.
  3. Identify proxy_set_body directive usage
    Search nginx configuration files for 'proxy_set_body' using 'grep -r "proxy_set_body" /etc/nginx/' or similar search across all .conf files.
    Affected if The directive 'proxy_set_body' is present in any server or location block.
  4. Verify both directives in same context
    Examine the nginx configuration to determine if both 'proxy_http_version 2' and 'proxy_set_body' appear within the same server block, location block, or upstream block. Review the full configuration context for each occurrence.
    Affected if Both directives are configured within the same configuration context (server, location, or upstream block), enabling HTTP/2 proxying with body manipulation.

A defender is affected if their NGINX version is in the affected ranges AND both proxy_http_version 2 and proxy_set_body directives are configured together in the same configuration context.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to a release after 5.4.2
Interim mitigation

Review NGINX configurations for the combination of proxy_http_version 2 and proxy_set_body directives; either upgrade to a patched NGINX version or restructure the configuration to avoid this specific combination.

Recommended fix High confidence

Next stable release beyond each affected version (e.g., Nginx Open Source 1.30.1+, Gateway Fabric 1.6.3+/2.6.1+, Instance Manager 2.23.0+, Ingress Controller 3.7.3+/4.0.2+/5.4.3+)

  1. 1. Identify the specific Nginx product and current version from the affected versions list
  2. 2. For Nginx Open Source: upgrade to version 1.30.1 or later
  3. 3. For Nginx Gateway Fabric: upgrade to version 1.6.3 or later (for 1.x branch) OR version 2.6.1 or later (for 2.x branch)
  4. 4. For Nginx Instance Manager: upgrade to version 2.23.0 or later
  5. 5. For Nginx Ingress Controller: upgrade to version 3.7.3 or later (for 3.x branch), OR version 4.0.2 or later (for 4.x branch), OR version 5.4.3 or later (for 5.x branch)
  6. 6. After upgrade, verify that proxy_http_version 2 and proxy_set_body configurations work as expected
  7. 7. Test the HTTP/2 proxy functionality to confirm the vulnerability is remediated
Caveat Review release notes for any configuration or behavioral changes between affected and fixed versions; minor version upgrades typically have minimal breaking changes

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Nginx Gateway Fabric Scoped from the published advisory
  • Consultation2.0 h
  • Implementation3.0 h
  • Testing2.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,420
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-42926 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-42926 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data