fastify is a fast and low overhead web framework for Node.js. Impact: the fix for CVE-2026-3635 added a guard on the forwarded-header reads used to derive the request host, protocol, hostname, ip, and ips values, checking the connecting address. That guard closes the IP, CIDR, and custom-function forms of trustProxy correctly, because those forms compile to predicates that inspect the connecting address. The hop-count form, where trustProxy is set to a number, compiles to a predicate that structurally ignores the address, so the guard is always satisfied for any hop count of one or more. Applications configured with a numeric trustProxy value, such as trustProxy set to 1 for a single reverse proxy, remain vulnerable: an attacker who can reach the Fastify origin directly, bypassing the front-facing proxy, can spoof the forwarded request fields exactly as in the unpatched version. The impact class matches the parent CVE-2026-3635, including host injection in generated URLs, HTTPS-enforcement bypass, secure-cookie and CSRF-origin bypass, and host-based routing and cache poisoning. Affected versions are fastify from 5.8.3 up to but not including 5.12.1. Patches: patched in fastify 5.12.1, where the numeric form of trustProxy is disabled at runtime and removed from the TypeScript type union. Workarounds: migrate to an IP, CIDR, or custom-function trustProxy value that validates the connecting address, and ensure the Fastify origin is only reachable through the trusted proxy chain.
CVE-2026-16732
This medium-severity CVE scores 6.1 under a secondary CVSS source (NVD's own analysis pending). EPSS exploit probability: 0.1%, top 96% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- Lower severity and no public exploit yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 6.1
- EG Score
- 6.1(medium)
- EG Risk
- 28(Track)EG Risk 28/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity61% × 45%Exploitation0% × 40%Automatability0% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 4%
- KEV
- Not listed
Published
August 18, 2026
Last Modified
August 19, 2026
Advisory Details (2)
Auto-updated Aug 18, 2026Security Advisories | OpenJS Foundation CVE Numbering Authority
https://cna.openjsf.org/security-advisories.htmlfastify vulnerable to X-Forwarded-* spoofing under trustProxy hop-count · Advisory · fastify/fastify · GitHub
https://github.com/fastify/fastify/security/advisories/GHSA-3m5p-2c4r-xxw2Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 13× in last 7d / 16× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-25 21:43 UTCEG score recompute
- 2026-08-25 13:48 UTCEPSS rescore
- 2026-08-24 20:13 UTCEG score recompute
- 2026-08-23 19:04 UTCEG score recompute
- 2026-08-23 00:19 UTCEPSS rescore
- 2026-08-22 17:55 UTCEG score recompute
- 2026-08-21 23:49 UTCEPSS rescore
- 2026-08-21 16:46 UTCEG score recompute
- 2026-08-20 22:55 UTCEPSS rescore
- 2026-08-20 15:36 UTCEG score recompute
- 2026-08-19 17:03 UTCEPSS rescore
- 2026-08-19 14:27 UTCEG score recompute
- 2026-08-19 13:40 UTCEG score recompute
- 2026-08-18 21:36 UTCEG score recompute
- 2026-08-18 20:33 UTCEG score recompute
- 2026-08-18 20:33 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-16732?
When was CVE-2026-16732 disclosed?
Is CVE-2026-16732 actively exploited?
What is the CVSS score of CVE-2026-16732?
How do I remediate CVE-2026-16732?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-16732
Is Your Infrastructure Affected by CVE-2026-16732?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.