CVE-2026-33805

Summary

@fastify/reply-from v12.6.1 and earlier and @fastify/http-proxy v11.4.3 and earlier process the client's Connection header after the proxy has added its own headers via rewriteRequestHeaders. This allows attackers to retroactively strip proxy-added headers from upstream requests by listing them in the Connection header value. Any header added by the proxy for routing, access control, or security purposes can be selectively removed by a client. @fastify/http-proxy is also affected as it delegates to @fastify/reply-from.

Upgrade to @fastify/reply-from v12.6.2 or @fastify/http-proxy v11.4.4 or later.

Affected Software

VendorProductVersion RangeStatus
@fastify/reply-from@fastify/reply-from0 < 12.6.2affected
@fastify/reply-from@fastify/reply-from12.6.2unaffected
@fastify/reply-from@fastify/http-proxy0 < 11.4.4affected
@fastify/reply-from@fastify/http-proxy11.4.4unaffected

Weaknesses

  • CWE-644: CWE-644: Improper Neutralization of HTTP Headers for Scripting Syntax

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: poc
    • Automatable: yes
    • Technical Impact: partial

Additional References

@fastify/reply-from: @fastify/http-proxy: Fastify Reply From and HTTP Proxy: Security bypass via Connection header manipulation

Additional References

References