Path Traversal in Fastify Fastify\/http-Proxy
CVE-2026-15631
Impact: @fastify/http-proxy versions from 9.4.0 up to and including 11.5.0 fail to validate the resolved WebSocket destination path against the configured rewrite prefix. The WebSocket routing path in WebSocketProxy.findUpstream resolves the destination via the WHATWG URL constructor, which collapses dot segments, so a crafted upgrade request with path traversal sequences can escape the rewrite prefix and reach upstream endpoints that were not meant to be exposed by the proxy. This is a variant of CVE-2021-21322 in a code path that never went through the HTTP fix in fastify/reply-from. Exploitation requires a non-normalizing WebSocket client, since browsers and the ws package normalize the request path before sending, but raw HTTP clients or downstream proxies that forward the request target unchanged make the attack reachable in production topologies. Patches: upgrade to @fastify/http-proxy 11.6.0. Workarounds: none.
Vulnerability class: Path Traversal (Directory Traversal)
EPSS: 0.003 (25.2th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 8.7 (High). Vector: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N.
Affected products
- Fastify Fastify\/http-proxy
- @Fastify/http-proxy — versions 9.4.0, 11.6.0
Weakness classification (CWE)
References
- ce714d77-add3-4f53-aff5-83d477b104bb (Vendor Advisory)
- ce714d77-add3-4f53-aff5-83d477b104bb (Vendor Advisory)
Frequently asked questions
- What is CVE-2026-15631?
- CVE-2026-15631 is a high-severity vulnerability in Fastify Fastify\/http-Proxy, classified under Path Traversal. CVSS score: 8.7/10. Published 2026-07-18.
- How severe is CVE-2026-15631?
- High severity. CVSS v3 base score is 8.7 out of 10.