CVE Catalog

CVE-2026-85124

HighCVSS 7.5
Published: Translated: NVD NIST

Summary

@fastify/http-proxy versions before 11.6.2 do not validate proxied HTTP request paths for backslash based dot-segments before forwarding them to the configured upstream. The plain HTTP request handler skips the destination validation that the WebSocket path performs, and the underlying reply-from library only rejects forward-slash traversal, so a request containing backslash dot-segments can escape the boundary set by the prefix and rewritePrefix options. An unauthenticated network attacker can use this to reach upstream paths that were meant to stay hidden behind the proxy, resulting in disclosure of internal endpoints. This is a path traversal issue (CWE-22). Users should upgrade to @fastify/http-proxy 11.6.2 or later.

Risk Assessment

The risk includes disclosure of internal endpoints that should not be accessible from outside. This may lead to unauthorized access to sensitive resources.

Recommendation

It is recommended to immediately upgrade @fastify/http-proxy to version 11.6.2 or later and review proxy configuration for unnecessary routes.

Other vulnerabilities in @fastify/http-proxy

See all
Original NVD description (English source)

@fastify/http-proxy versions before 11.6.2 do not validate proxied HTTP request paths for backslash based dot-segments before forwarding them to the configured upstream. The plain HTTP request handler skips the destination validation that the WebSocket path performs, and the underlying reply-from library only rejects forward-slash traversal, so a request containing backslash dot-segments can escape the boundary set by the prefix and rewritePrefix options. An unauthenticated network attacker can use this to reach upstream paths that were meant to stay hidden behind the proxy, resulting in disclosure of internal endpoints. This is a path traversal issue (CWE-22). Users should upgrade to @fastify/http-proxy 11.6.2 or later.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS