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-2025-66415

CVE-2025-66415: fastify-reply-from Auth Bypass Vulnerability

CVE-2025-66415 is an authentication bypass flaw in fastify-reply-from that allows attackers to access unauthorized routes through malicious URLs. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-66415 Overview

CVE-2025-66415 is a medium-severity authorization bypass vulnerability in @fastify/reply-from, a popular Fastify plugin used to forward HTTP requests to another server. Prior to version 12.5.0, attackers could craft malicious URLs to access routes that are explicitly restricted, bypassing the route-specific forwarding configurations defined in reply.from. This vulnerability is classified as CWE-441 (Unintended Proxy or Intermediary), which occurs when a product acts as an intermediary that can be used to bypass access controls.

Critical Impact

Attackers can bypass route restrictions in Fastify applications using @fastify/reply-from to access unauthorized endpoints by crafting malicious URLs, potentially exposing sensitive internal routes or backend services.

Affected Products

  • @fastify/reply-from versions prior to 12.5.0
  • Fastify applications using vulnerable versions of the reply-from plugin
  • Backend services proxied through affected Fastify instances

Discovery Timeline

  • 2025-12-01 - CVE CVE-2025-66415 published to NVD
  • 2025-12-02 - Last updated in NVD database

Technical Details for CVE-2025-66415

Vulnerability Analysis

This vulnerability has a CVSS 4.0 score of 6.9 (Medium severity) with the vector string CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/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.

The attack vector is Network-based, requires low complexity, needs no privileges or user interaction, and affects both confidentiality and integrity at a low level. The EPSS (Exploit Prediction Scoring System) probability is 0.054% (16.928th percentile as of 2025-12-16), indicating a relatively low likelihood of exploitation in the wild.

Root Cause

The root cause of this vulnerability lies in improper URL validation within the @fastify/reply-from plugin. When the plugin processes incoming requests to determine which routes should be forwarded, it fails to properly sanitize or validate crafted URLs. This allows attackers to manipulate the URL structure in a way that bypasses the intended route restrictions defined by developers using reply.from for specific endpoints.

The vulnerability is categorized under CWE-441 (Unintended Proxy or Intermediary), which describes situations where a software component acting as a proxy or intermediary can be exploited to bypass access controls that would normally prevent direct access to protected resources.

Attack Vector

The attack exploits the URL parsing logic in @fastify/reply-from. When developers configure the plugin to forward requests only from specific routes, they expect that requests to other routes will not be proxied. However, by crafting a malicious URL with specific characters or encoding, an attacker can trick the plugin into forwarding requests that should be blocked.

This could allow unauthorized access to internal backend services, administrative endpoints, or sensitive API routes that were intended to be protected by the route-specific reply.from configuration. The vulnerability is particularly dangerous in microservice architectures where @fastify/reply-from is used as a reverse proxy to route traffic to internal services.

For technical details on the vulnerability mechanism, refer to the security advisory published by the Fastify maintainers.

Detection Methods for CVE-2025-66415

Indicators of Compromise

  • Unusual URL patterns in access logs containing encoded characters or path traversal sequences targeting Fastify proxy endpoints
  • Requests to internal routes or backend services that should not be accessible through the public-facing proxy
  • Anomalous traffic patterns showing access to administrative or restricted endpoints without proper authentication

Detection Strategies

Organizations should monitor HTTP access logs for requests with malformed or suspiciously crafted URLs targeting Fastify applications using @fastify/reply-from. Web Application Firewalls (WAF) can be configured to detect and block URL manipulation attempts, including encoded path sequences and anomalous URL structures.

SentinelOne Singularity provides comprehensive protection against exploitation attempts through behavioral analysis and real-time monitoring of application-layer attacks. The platform can detect unauthorized access patterns and URL manipulation attempts targeting vulnerable proxy configurations.

Monitoring Recommendations

Implement logging for all proxied requests in Fastify applications, paying particular attention to URL patterns that differ from expected formats. Enable detailed access logging on backend services to correlate with frontend proxy logs and identify potential bypass attempts. Consider implementing rate limiting and anomaly detection for requests to proxy endpoints.

How to Mitigate CVE-2025-66415

Immediate Actions Required

  • Upgrade @fastify/reply-from to version 12.5.0 or later immediately
  • Audit current route configurations to ensure reply.from is properly restricting access
  • Review access logs for any signs of exploitation or unauthorized route access

Patch Information

The vulnerability is fixed in @fastify/reply-from version 12.5.0. The fix is available in commit 4d9795cd5b57a36756d37b7f036eae369f69fa66. Organizations should update their dependencies as soon as possible using their package manager.

Workarounds

If immediate patching is not possible, consider implementing additional access controls at the network layer or through a Web Application Firewall. Restrict access to sensitive backend routes using IP allowlisting or VPN requirements. Implement strict URL validation at the application level before requests reach the @fastify/reply-from plugin.

bash
# Update @fastify/reply-from to the patched version
npm update @fastify/reply-from@12.5.0

# Or with yarn
yarn upgrade @fastify/reply-from@12.5.0

# Verify the installed version
npm list @fastify/reply-from

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechFastify

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/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-441
  • Technical References
  • Github

  • Github
  • Related CVEs
  • CVE-2026-33804: Fastify Middie Auth Bypass Vulnerability

  • CVE-2026-6414: Fastify Static Auth Bypass Vulnerability

  • CVE-2026-33806: Fastify Auth Bypass Vulnerability

  • CVE-2026-3635: Fastify Authentication 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