LiveActive security incident?Get immediate response
CVE Record

CVE-2026-33805: @fastify/reply-from vulnerable to connection header abuse enabling stripping of proxy-added headers

@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.

CriticalCVSS 9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Some Fastify proxy deployments can let an unauthenticated client remove headers that the proxy itself adds before forwarding a request. If those headers drive routing, access control, tenant isolation, or security decisions, upstream services may receive a less-trusted request than intended. The vendor fix is to upgrade the affected packages.

Executive priority

Treat this as urgent for internet-facing Fastify proxy services that rely on added headers for security decisions. The business risk is unauthorized request handling or policy bypass in affected service paths. Patch priority should be high, with exposure triage focused on proxy-to-upstream trust boundaries.

Technical view

@fastify/reply-from <=12.6.1 handles the client Connection header after rewriteRequestHeaders adds proxy headers. Because Connection names hop-by-hop headers, a client can name proxy-added headers and cause them to be stripped before the upstream request. @fastify/http-proxy <=11.4.3 inherits the issue through reply-from. The advisory maps this to CWE-444 and CWE-644 with CVSS 4.0 score 9.0.

Likely exposure

Exposure is likely in Node.js services using Fastify proxy components, especially where rewriteRequestHeaders adds authentication, authorization, routing, tenant, or security headers. Applications not using these packages, not using proxy-added headers, or already upgraded to fixed versions are less likely to be exposed.

Exploitation context

The source bundle does not show CISA KEV listing or cited evidence of active exploitation. The issue is remotely reachable, unauthenticated, and low complexity, but requires an application context where stripped proxy-added headers affect upstream trust decisions.

Researcher notes

The key validation question is whether upstream services trust headers inserted by the Fastify proxy. Evidence supports header stripping through Connection processing order, but impact depends on application-specific header semantics. Do not assume compromise without logs or telemetry showing relevant missing-header behavior.

Mitigation direction

  • Upgrade @fastify/reply-from to v12.6.2 or later.
  • Upgrade @fastify/http-proxy to v11.4.4 or later.
  • Prioritize services where proxy-added headers influence access control or routing.
  • Check vendor advisories for any additional package-specific guidance.
  • Redeploy affected services after dependency updates.

Validation and detection

  • Inventory package manifests, lockfiles, and SBOMs for affected Fastify packages.
  • Identify proxy code using rewriteRequestHeaders to add security-relevant headers.
  • Confirm production builds resolve to fixed package versions.
  • Review upstream logs for requests missing expected proxy-added headers.
  • Regression test that required proxy headers still reach upstream services.
Prepared
Confidence
high
Sources
7

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-444: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cwe · low confidence lookup

CWE-644: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-33805 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9 (4.0)
Known Exploited
No
Published

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:L/SI:H/SA:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

2CVSS vectors
5Timeline events
2ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: partial

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9CVSS 4.0CriticalCVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:L/SI:H/SA:Nopenjs
7.4CVSS 3.1HighCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N2.25.2redhat-SADP

Vulnerability scoring details

Base CVSS 4.0 score

9Critical
CVSS 4.0 vector shape for CVE-2026-33805Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:L/SI:H/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. ADP timelineredhat-SADP

    Made public.

  3. CVE publishedCVE Program

    The CVE record was published.

  4. ADP timelineredhat-SADP

    Reported to Red Hat.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
redhat-SADP@fastify/reply-from: @fastify/http-proxy: Fastify Reply From and HTTP Proxy: Security bypass via Connection header manipulation
other:Red Hat severity ratingcvssV3_1
  • 2026-04-15T11:00:57.611Z: Reported to Red Hat.
  • 2026-04-15T10:13:25.147Z: Made public.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
@fastify/reply-from@fastify/reply-from0, 12.6.2unaffected
@fastify/reply-from@fastify/http-proxy0, 11.4.4unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-444 · source CWE mapping

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-644 · source CWE mapping

Improper Neutralization of HTTP Headers for Scripting Syntax

Improper Neutralization of HTTP Headers for Scripting Syntax represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.