MEDIUM🇬🇧 English

CVE-2026-16732

CVSS 6.1v3.1pub. 2026-08-18upd. 2026-09-02

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.

oryginał EN
CVSS Vector
CVSS:3.1/AV:A/AC:H/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Fastify

    APP
    Fastify
    5.8.3 – 5.12.1 (bez)
🔵
ZWERYFIKUJ U PRODUCENTA
Brak jednoznacznych danych o patchu. Sprawdź referencje od producenta.
CWE
Referencje

Powiązane podatności

CVE-2026-33806HIGH7.5ten sam produkt

Impact: Fastify applications using schema.body.content for per-content-type body validation can have validati...

CVE-2026-25223HIGH7.5ten sam produkt

Fastify is a fast and low overhead web framework, for Node.js. Prior to version 5.7.2, a validation bypass vul...

CVE-2025-32442HIGH7.5ten sam produkt

Fastify is a fast and low overhead web framework, for Node.js. In versions 5.0.0 to 5.3.0 as well as version 4...

CVE-2022-39288HIGH7.5ten sam produkt

fastify is a fast and low overhead web framework, for Node.js. Affected versions of fastify are subject to a d...

CVE-2018-3711HIGH7.5ten sam produkt

Fastify node module before 0.38.0 is vulnerable to a denial-of-service attack by sending a request with "Conte...