CVE-2026-42946
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 · uneditedA vulnerability exists in the ngx_http_scgi_module and ngx_http_uwsgi_module modules that may result in excessive memory allocation or an over-read of data. When scgi_pass or uwsgi_pass is configured, an unauthenticated attacker with man-in-the-middle (MITM) ability to control responses from an upstream server may be able to read the memory of the NGINX worker process or restart it. 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 confidenceA memory handling vulnerability in NGINX's ngx_http_scgi_module and ngx_http_uwsgi_module allows an unauthenticated attacker with MITM capability over the upstream connection to cause excessive memory allocation or over-read, potentially exposing worker process memory or causing worker restarts when scgi_pass or uwsgi_pass directives are in use.
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>= 4.3.0, <= 4.7.0= 4.8.0>= 1.3.0, <= 1.6.2>= 2.0.0, <= 2.6.0>= 3.5.0, <= 3.7.2>= 4.0.0, <= 4.0.1>= 5.0.0, <= 5.4.2>= 2.16.0, <= 2.22.0>= 0.8.42, <= 0.9.7>= 1.0.0, <= 1.30.0>= r32, <= r36>= 4.9.0, <= 4.16.0>= 5.1.0, <= 5.8.0>= 5.9.0, <= 5.12.1CVSS 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
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:H
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 checksWork through these to decide whether this CVE applies to you.
-
Identify NGINX product and versionRun 'nginx -v' to get version info. For F5 products, also check package manager (rpm -q or dpkg -l) for the specific F5 NGINX package name and version.Affected if Version falls within affected ranges: NGINX Open Source <=0.9.7 or 1.0.0-1.30.0; NGINX Plus r32-r36; or any F5 product version listed in affected ranges.
-
Verify scgi_pass or uwsgi_pass directives are in useSearch NGINX configuration files for 'scgi_pass' or 'uwsgi_pass' directives using: 'grep -r "scgi_pass\|uwsgi_pass" /etc/nginx/' or check your active configuration.Affected if Any scgi_pass or uwsgi_pass directive is found in active NGINX configuration, as this enables the vulnerable code paths.
-
Check if upstream connections are unencryptedExamine the configuration around scgi_pass/uwsgi_pass directives. Look for whether the upstream backend specifies a protocol (like 'unix:', '127.0.0.1:', or missing 'https://'). Check if 'proxy_ssl' or equivalent TLS encryption is configured for the SCGI/uWSGI upstream.Affected if The scgi_pass or uwsgi_pass points to an unencrypted backend (unix socket, plain TCP, or HTTP without TLS wrapping), making MITM attack possible.
-
For F5-specific products, verify product versionF5 DoS: check version in UI or via 'f5-version' command. F5 Nginx Gateway Fabric: 'kubectl get pods -A | grep nginx-gateway'. F5 Nginx Ingress Controller: 'kubectl get pods -A | grep nginx-ingress'. F5 Nginx Instance Manager: check web UI or API. Compare versions against affected ranges for each product.Affected if Running any affected F5 product version within the ranges listed in the CVE (e.g., F5 NGINX Ingress Controller 3.5.0-3.7.2, 4.0.0-4.0.1, or 5.0.0-5.4.2).
You are affected if you run any NGINX version within the affected ranges AND have scgi_pass or uwsgi_pass directives pointing to unencrypted upstream connections that could be intercepted by a MITM attacker.
Generated from the published advisory. Verify against your own configuration.
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.
From vendor dataEnsure upstream SCGI/uWSGI connections are protected with TLS encryption to prevent MITM attacks, and upgrade NGINX to a version containing the security fix once available.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-42946 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-42946 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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