CRITICAL🇵🇱 Wersja polska

CVE-2026-16117

CVSS 10.0v3.1pub. 2026-07-18upd. 2026-07-28

Impact: @fastify/http-proxy versions up to and including 11.5.0 fail to rewrite the request prefix when the prefix segment is URL-encoded. Fastify's router URL-decodes paths for route matching, but request.url retains the original encoded form, and the prefix-rewrite step uses a literal string replace against the decoded prefix. A request that encodes one or more characters of the configured prefix therefore matches the route but skips the rewrite, so the raw encoded path is forwarded to the upstream unchanged. The upstream then decodes the path and serves it, letting an attacker reach upstream paths that the proxy was configured to hide via rewritePrefix, including internal or administrative endpoints. Patches: upgrade to @fastify/http-proxy 11.6.0. Workarounds: none.

CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
  • Fastify Fastify\/http Proxy

    APP
    Fastify
    < 11.6.0
🔵
CHECK WITH VENDOR
No clear patch data available. Check vendor references.
CWE
References

Related vulnerabilities

CVE-2026-33805CRITICAL9.0PL ✓same product

Usuwanie nagłówków proxy przez manipulację nagłówkiem Connection w @fastify/reply-from

CVE-2026-15631HIGH8.7PL ✓same product

Path traversal w @fastify/http-proxy — ucieczka poza prefix WebSocket

CVE-2026-14198CRITICAL9.1PL ✓same vendor

Fastify/Middie: pominięcie middleware przez zakodowany slash w URL

CVE-2026-6556CRITICAL9.1PL ✓same vendor

Pominięcie middleware w @fastify/express — obejście uwierzytelniania

CVE-2026-6270CRITICAL9.1PL ✓same vendor

Pominięcie uwierzytelnienia w @fastify/middie — brak dziedziczenia middleware