Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-33805

CVE-2026-33805: Fastify Information Disclosure Vulnerability

CVE-2026-33805 is an information disclosure vulnerability in @fastify/reply-from and @fastify/http-proxy that lets attackers strip proxy-added headers. This article covers technical details, affected versions, and patches.

Published: April 17, 2026

CVE-2026-33805 Overview

CVE-2026-33805 is a critical HTTP Request Smuggling vulnerability affecting @fastify/reply-from v12.6.1 and earlier, as well as @fastify/http-proxy v11.4.3 and earlier. The vulnerability exists due to improper processing order of the client's Connection header, which is evaluated after the proxy has already added its own headers via rewriteRequestHeaders. This design flaw allows attackers to retroactively strip proxy-added headers from upstream requests by listing them in the Connection header value.

Critical Impact

Attackers can selectively remove headers added by the proxy for routing, access control, or security purposes, potentially bypassing authentication and authorization mechanisms.

Affected Products

  • @fastify/reply-from v12.6.1 and earlier
  • @fastify/http-proxy v11.4.3 and earlier
  • Applications using @fastify/http-proxy (which delegates to @fastify/reply-from)

Discovery Timeline

  • 2026-04-15 - CVE CVE-2026-33805 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-33805

Vulnerability Analysis

This vulnerability stems from improper control of HTTP headers (CWE-644) in the Fastify proxy ecosystem. The core issue lies in the timing of Connection header processing relative to header rewriting operations. When a proxy application uses rewriteRequestHeaders to add security-critical headers (such as authentication tokens, internal routing information, or access control headers), these additions occur before the Connection header is processed.

According to HTTP/1.1 specifications, any header listed in the Connection header should be removed before forwarding the request. By exploiting this processing order, an attacker can craft a malicious request that includes the names of proxy-added headers in the Connection header value. When the proxy processes the Connection header, it inadvertently removes the very security headers it just added, allowing the malicious request to reach the upstream server without proper security context.

Root Cause

The root cause is the incorrect ordering of header processing operations. The rewriteRequestHeaders hook executes before Connection header hop-by-hop header removal, creating a window where attacker-controlled Connection header values can reference and remove proxy-injected headers. This represents a fundamental design flaw where the proxy's header addition logic does not account for the client's ability to influence subsequent header removal through the Connection header mechanism.

Attack Vector

The attack is network-based and can be executed by any unauthenticated client that can send HTTP requests to the vulnerable proxy. An attacker constructs a request with a Connection header that lists the names of headers the proxy is expected to add. For example, if a proxy adds an X-Internal-Auth header for upstream authentication, the attacker includes Connection: X-Internal-Auth in their request. The proxy adds the authentication header, then processes the Connection header and removes it, sending an unauthenticated request to the upstream server.

This attack is particularly dangerous because it can bypass authentication, authorization, and security controls that rely on proxy-injected headers. The attacker requires no special privileges and the attack can be executed with standard HTTP client tools.

Detection Methods for CVE-2026-33805

Indicators of Compromise

  • Unexpected HTTP requests reaching upstream servers without expected proxy-added headers
  • Anomalous Connection header values containing custom or internal header names
  • Authentication or authorization failures at upstream services despite valid proxy configurations
  • Increased volume of requests with unusual Connection header patterns

Detection Strategies

  • Monitor and log Connection header values at the proxy layer for unexpected header names
  • Implement upstream logging to detect requests missing expected proxy-injected headers
  • Deploy Web Application Firewall (WAF) rules to flag Connection headers referencing internal header names
  • Review proxy access logs for patterns of header manipulation attempts

Monitoring Recommendations

  • Enable verbose logging on Fastify proxy instances to capture full header details
  • Set up alerts for requests where upstream servers report missing expected authentication headers
  • Implement correlation analysis between proxy logs and upstream application logs
  • Monitor for reconnaissance patterns where attackers may test various header names in Connection values

How to Mitigate CVE-2026-33805

Immediate Actions Required

  • Upgrade @fastify/reply-from to v12.6.2 or later immediately
  • Upgrade @fastify/http-proxy to v11.4.4 or later immediately
  • Audit proxy configurations to identify which headers are added via rewriteRequestHeaders
  • Review upstream service logs for evidence of past exploitation attempts

Patch Information

The Fastify team has released patches that correct the header processing order. In the fixed versions, Connection header processing occurs before rewriteRequestHeaders, preventing attackers from removing proxy-added headers through this mechanism.

For detailed patch information, see the GitHub Security Advisory GHSA-gwhp-pf74-vj37 and the OpenJS Foundation Security Advisories.

Workarounds

  • If immediate patching is not possible, implement upstream validation to reject requests missing required security headers
  • Configure WAF rules to strip or reject requests with Connection headers containing internal header names
  • Consider implementing header verification at the upstream application layer as defense-in-depth
  • Temporarily disable features that rely on proxy-injected headers for security decisions until patching is complete
bash
# Upgrade @fastify/reply-from to patched version
npm update @fastify/reply-from@12.6.2

# Upgrade @fastify/http-proxy to patched version
npm update @fastify/http-proxy@11.4.4

# Verify installed versions
npm list @fastify/reply-from @fastify/http-proxy

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechFastify

  • SeverityCRITICAL

  • CVSS Score9.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS 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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-644
  • Technical References
  • OpenJS Foundation Security Advisories

  • GitHub Security Advisory GHSA-gwhp-pf74-vj37
  • Related CVEs
  • CVE-2025-24033: Fastify Multipart Information Disclosure

  • CVE-2026-33804: Fastify Middie Auth Bypass Vulnerability

  • CVE-2026-6410: Fastify Static Path Traversal Vulnerability

  • CVE-2026-6414: Fastify Static Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English