The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-44578

CVE-2026-44578: Next.js SSRF Vulnerability

CVE-2026-44578 is a server-side request forgery flaw in Next.js that allows attackers to proxy requests to internal services through crafted WebSocket upgrades. This article covers technical details, affected versions, and mitigation.

Published: May 14, 2026

CVE-2026-44578 Overview

CVE-2026-44578 is a Server-Side Request Forgery (SSRF) vulnerability in Next.js, the React framework for full-stack web applications. The flaw affects self-hosted applications using the built-in Node.js server in versions from 13.4.13 up to (but not including) 15.5.16 and 16.2.5. Attackers can send crafted WebSocket upgrade requests to force the server to proxy requests to arbitrary internal or external destinations. Vercel-hosted deployments are not affected. The issue is tracked under [CWE-918] and is fixed in 15.5.16 and 16.2.5.

Critical Impact

Unauthenticated attackers can pivot through the Next.js server to reach internal services and cloud metadata endpoints, exposing credentials and sensitive infrastructure.

Affected Products

  • Next.js self-hosted applications from 13.4.13 to before 15.5.16
  • Next.js self-hosted applications from 16.0.0 to before 16.2.5
  • Deployments using the built-in Node.js server (Vercel-hosted deployments are not affected)

Discovery Timeline

  • 2026-05-13 - CVE-2026-44578 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44578

Vulnerability Analysis

The vulnerability is a Server-Side Request Forgery (SSRF) flaw [CWE-918] in the built-in Node.js server shipped with Next.js. The server processes WebSocket upgrade requests without sufficient validation of the destination target. An attacker can craft an HTTP Upgrade request that causes the Next.js process to open an outbound connection to a destination of the attacker's choosing. Because the request originates from the application server, it bypasses network controls intended to isolate backend services. This enables access to internal hosts, private APIs, and cloud provider metadata endpoints such as 169.254.169.254 on AWS, GCP, and Azure.

Root Cause

The root cause is improper handling of the proxy target during WebSocket upgrade processing in the self-hosted Node.js server. The upgrade handler trusts request-controlled fields when determining where to forward the upgrade. No allowlist or origin validation restricts the destination, allowing arbitrary internal and external URLs to be reached. Vercel-hosted environments use a different request pipeline and are therefore unaffected.

Attack Vector

Exploitation requires only network access to the vulnerable Next.js endpoint and no authentication or user interaction. An attacker sends an HTTP request containing Connection: Upgrade and Upgrade: websocket headers, with crafted fields that direct the proxied request to an internal target. The server then issues the request on the attacker's behalf and may return response data. Common targets include cloud instance metadata services, internal Redis or Elasticsearch instances, and admin panels bound to localhost. Technical details are available in the GitHub Security Advisory GHSA-c4j6-fc7j-m34r.

Detection Methods for CVE-2026-44578

Indicators of Compromise

  • Inbound HTTP requests to Next.js endpoints containing Upgrade: websocket headers from unexpected sources or with anomalous target parameters.
  • Outbound connections from the Next.js process to internal IP ranges (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) or to 169.254.169.254.
  • Access log entries showing WebSocket upgrade attempts to paths not used by the application's legitimate client code.

Detection Strategies

  • Inspect reverse proxy and application logs for HTTP 101 Switching Protocols responses tied to unusual upstream destinations.
  • Correlate WebSocket upgrade requests with subsequent outbound connections from the Node.js process to non-application hosts.
  • Alert on any request from the Next.js server to cloud metadata IPs, which legitimate application traffic should never reach.

Monitoring Recommendations

  • Enable egress logging on the host or container running Next.js and review destinations for internal-only addresses.
  • Monitor for unexpected reads of IAM credentials from cloud metadata services after deploying the patched version.
  • Track the running version of Next.js across environments and flag any instance still on 13.4.13 through 15.5.15 or 16.0.0 through 16.2.4.

How to Mitigate CVE-2026-44578

Immediate Actions Required

  • Upgrade self-hosted Next.js to 15.5.16 or 16.2.5 immediately on all Node.js server deployments.
  • Inventory all Next.js applications using the built-in Node.js server (next start) to confirm patch coverage.
  • Rotate any cloud credentials or secrets potentially exposed via metadata service access if exploitation is suspected.

Patch Information

The maintainers fixed CVE-2026-44578 in Next.js 15.5.16 and 16.2.5. Upgrade using npm install next@15.5.16 or npm install next@16.2.5 depending on your major version branch. Refer to the GitHub Security Advisory GHSA-c4j6-fc7j-m34r for full remediation details.

Workarounds

  • Deploy the application behind a reverse proxy that strips or rejects Upgrade: websocket headers if WebSockets are not used by the application.
  • Use IMDSv2 on AWS and equivalent hardened metadata configurations on Azure and GCP to require session tokens for metadata access.
  • Apply strict egress firewall rules on the Next.js host to deny outbound traffic to internal subnets and metadata endpoints not required by the application.
bash
# Upgrade Next.js to a patched release
npm install next@16.2.5
# or for the 15.x branch
npm install next@15.5.16

# Verify the installed version
npx next --version

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechNext.js

  • SeverityHIGH

  • CVSS Score8.6

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2024-34351: Vercel Next.js SSRF Vulnerability

  • CVE-2025-57822: Vercel Next.js SSRF Vulnerability

  • CVE-2026-44582: Next.js Cache Poisoning Vulnerability

  • CVE-2026-44580: Next.js beforeInteractive XSS 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