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
    • 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-23864

CVE-2026-23864: React Server Components DoS Vulnerability

CVE-2026-23864 is a denial of service vulnerability in React Server Components that allows attackers to crash servers or cause resource exhaustion. This article covers the technical details, affected versions, and mitigation.

Published: January 30, 2026

CVE-2026-23864 Overview

Multiple denial of service vulnerabilities exist in React Server Components, affecting the following packages: react-server-dom-parcel, react-server-dom-turbopack, and react-server-dom-webpack. The vulnerabilities are triggered by sending specially crafted HTTP requests to Server Function endpoints, potentially leading to server crashes, out-of-memory exceptions, or excessive CPU usage depending on the vulnerable code path being exercised, the application configuration, and application code.

This resource exhaustion vulnerability (CWE-400) allows unauthenticated remote attackers to disrupt service availability for applications built with React Server Components.

Critical Impact

Remote attackers can crash servers or exhaust system resources by sending malicious HTTP requests to React Server Function endpoints, causing complete service disruption for affected web applications.

Affected Products

  • react-server-dom-parcel (vulnerable versions)
  • react-server-dom-turbopack (vulnerable versions)
  • react-server-dom-webpack (vulnerable versions)

Discovery Timeline

  • 2026-01-26 - CVE-2026-23864 published to NVD
  • 2026-01-27 - Last updated in NVD database

Technical Details for CVE-2026-23864

Vulnerability Analysis

This vulnerability is classified as Uncontrolled Resource Consumption (CWE-400), which occurs when an application fails to properly manage system resources when processing external input. In the context of React Server Components, the Server Function endpoints do not adequately validate or limit incoming HTTP request payloads, allowing attackers to craft requests that consume excessive server resources.

The attack can manifest in multiple ways depending on the specific code path exercised. Server crashes may occur when the application encounters unexpected input that triggers unhandled exceptions. Out-of-memory exceptions can be triggered when malicious requests cause the server to allocate excessive memory without proper bounds checking. CPU exhaustion scenarios arise when specially crafted inputs force the server into computationally expensive operations.

Root Cause

The root cause stems from insufficient input validation and resource management in the React Server Components request handling logic. The Server Function endpoints process incoming HTTP requests without adequate safeguards against malformed or oversized payloads, allowing attackers to exploit the lack of resource consumption limits.

Attack Vector

The vulnerability is exploitable over the network without requiring any authentication or user interaction. An attacker can send specially crafted HTTP requests directly to exposed Server Function endpoints. The low attack complexity means that standard HTTP client tools can be used to deliver malicious payloads.

Attack scenarios include:

  • Sending malformed request bodies that trigger parsing errors leading to crashes
  • Submitting oversized payloads that cause memory allocation failures
  • Crafting requests that trigger computationally expensive server-side operations
  • Exploiting serialization/deserialization weaknesses in the request handling pipeline

Detection Methods for CVE-2026-23864

Indicators of Compromise

  • Unusual spikes in HTTP request volume targeting Server Function endpoints
  • Server processes exhibiting abnormally high memory consumption
  • Increased CPU utilization without corresponding legitimate traffic increases
  • Application server crashes or restarts in close succession
  • Out-of-memory errors in application logs

Detection Strategies

  • Monitor application logs for repeated server crashes or out-of-memory exceptions
  • Implement anomaly detection for HTTP request patterns targeting React Server Components endpoints
  • Configure alerts for unusual resource consumption patterns on application servers
  • Review web server access logs for suspicious request patterns or oversized payloads
  • Deploy application performance monitoring to detect degradation in response times

Monitoring Recommendations

  • Enable detailed logging for Server Function endpoint requests
  • Configure resource monitoring dashboards for memory and CPU usage trends
  • Set up automated alerts when server restarts exceed normal thresholds
  • Implement request rate limiting and monitor for blocked requests
  • Use SentinelOne Singularity Platform to detect and alert on anomalous process behavior

How to Mitigate CVE-2026-23864

Immediate Actions Required

  • Upgrade react-server-dom-parcel, react-server-dom-turbopack, and react-server-dom-webpack to the latest available versions
  • Implement rate limiting on Server Function endpoints to prevent request flooding
  • Configure web application firewall rules to filter malformed or oversized requests
  • Review application code for custom Server Functions that may be particularly vulnerable
  • Enable health monitoring and auto-restart capabilities for application servers

Patch Information

Facebook has released security updates addressing this vulnerability. Refer to the Facebook Security Advisory for specific version information and upgrade instructions. Organizations should prioritize upgrading to the latest package versions to reduce risk and prevent availability issues.

Workarounds

  • Implement request size limits at the web server or load balancer level
  • Deploy a web application firewall with rules to detect and block malicious payloads
  • Configure resource limits (memory, CPU) for application server processes to prevent complete system exhaustion
  • Use container orchestration health checks to automatically restart crashed instances
  • Consider temporarily restricting access to Server Function endpoints if immediate patching is not feasible
bash
# Example nginx configuration for request limits
# Add to server block for React Server Components application

# Limit request body size
client_max_body_size 1m;

# Limit request rate per IP
limit_req_zone $binary_remote_addr zone=server_funcs:10m rate=10r/s;

location /api/server-functions {
    limit_req zone=server_funcs burst=20 nodelay;
    proxy_pass http://app_backend;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechReact

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.60%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Facebook Security Advisory
  • Related CVEs
  • CVE-2026-23869: React Server Components DoS 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