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

CVE-2025-55184: Facebook React Server Components DoS Flaw

CVE-2025-55184 is a pre-authentication denial of service vulnerability in Facebook React Server Components that allows attackers to crash server processes. This article covers the technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-55184 Overview

A pre-authentication denial of service vulnerability exists in React Server Components versions 19.0.0, 19.0.1, 19.1.0, 19.1.1, 19.1.2, 19.2.0, and 19.2.1. The vulnerability affects multiple React Server DOM packages including react-server-dom-parcel, react-server-dom-turbopack, and react-server-dom-webpack. The vulnerable code unsafely deserializes payloads from HTTP requests to Server Function endpoints, which can cause an infinite loop that hangs the server process and may prevent future HTTP requests from being served.

Critical Impact

Unauthenticated remote attackers can completely halt React server applications by sending specially crafted HTTP requests, causing service unavailability for all users.

Affected Products

  • Facebook React 19.0.0, 19.0.1, 19.1.0, 19.1.1, 19.1.2, 19.2.0, 19.2.1
  • Vercel Next.js 15.x (multiple versions including 15.6.0 canary releases)
  • Vercel Next.js 16.x (including 16.1.0 and canary releases)

Discovery Timeline

  • December 11, 2025 - CVE-2025-55184 published to NVD
  • December 15, 2025 - Last updated in NVD database

Technical Details for CVE-2025-55184

Vulnerability Analysis

This vulnerability is classified as Insecure Deserialization (CWE-502) affecting React Server Components. The flaw exists in the deserialization logic that processes incoming HTTP request payloads targeting Server Function endpoints. When a maliciously crafted payload is submitted, the deserialization routine enters an infinite loop state, effectively freezing the Node.js event loop and preventing the server from processing any additional requests.

The impact is significant because the vulnerability requires no authentication to exploit—any remote attacker who can send HTTP requests to an affected server can trigger the condition. Once exploited, the server becomes completely unresponsive, requiring manual intervention to restore service. This makes it particularly dangerous for production applications where continuous availability is critical.

Root Cause

The root cause lies in the unsafe deserialization of untrusted data within the React Server DOM packages. When processing payloads sent to Server Function endpoints, the deserialization code fails to properly validate or limit the structure of incoming data. Certain payload structures can create self-referential or infinitely recursive patterns that the deserializer attempts to resolve indefinitely, causing the infinite loop condition.

Attack Vector

The attack vector is network-based and requires no user interaction or authentication. An attacker can exploit this vulnerability by sending a specially crafted HTTP POST request to any exposed Server Function endpoint. The attack is particularly effective because:

  1. Server Functions are designed to receive arbitrary data from clients
  2. The vulnerable deserialization occurs before any business logic validation
  3. A single malicious request can freeze the entire server process
  4. The attack can be executed from any network location with access to the target server

Due to the lack of verified exploit code, the specific payload structure that triggers the infinite loop is not detailed here. Refer to the React Security Blog Post for technical details on the vulnerability mechanics.

Detection Methods for CVE-2025-55184

Indicators of Compromise

  • Sudden server unresponsiveness with active Node.js process consuming 100% CPU
  • HTTP request timeouts affecting all endpoints simultaneously
  • Event loop lag metrics showing extreme values or complete stall
  • Unusual POST request patterns targeting Server Function endpoints before service interruption

Detection Strategies

  • Monitor Node.js process CPU utilization and alert on sustained 100% usage patterns
  • Implement event loop lag monitoring with alerts for lag exceeding normal thresholds
  • Analyze HTTP access logs for unusual payload sizes or patterns in POST requests to Server Function routes
  • Deploy application performance monitoring (APM) to detect deserialization anomalies

Monitoring Recommendations

  • Configure health check endpoints external to the main event loop to detect server hangs
  • Implement request timeout monitoring at the load balancer or reverse proxy level
  • Set up automated alerting when server response times exceed defined SLAs
  • Monitor memory and CPU metrics for the Node.js processes hosting React Server Components

How to Mitigate CVE-2025-55184

Immediate Actions Required

  • Upgrade React to a patched version as specified in the vendor advisory
  • Review and update all affected React Server DOM packages (react-server-dom-parcel, react-server-dom-turbopack, react-server-dom-webpack)
  • If using Next.js, upgrade to a patched version that incorporates the React fix
  • Deploy web application firewall (WAF) rules to filter potentially malicious payloads while awaiting patches

Patch Information

Patched versions are available from Facebook/Meta. Consult the Facebook Security Advisory and the React Blog Post for specific version numbers and upgrade instructions. Organizations should prioritize updating the following packages to their latest secure versions: react, react-dom, react-server-dom-parcel, react-server-dom-turbopack, and react-server-dom-webpack.

Workarounds

  • Place affected applications behind a reverse proxy with aggressive request timeout settings to limit the duration of any single request
  • Implement rate limiting on Server Function endpoints to reduce the attack surface
  • Consider temporarily disabling Server Functions if they are not critical to application functionality
  • Deploy the application with process managers that automatically restart unresponsive processes
bash
# Example: Configure PM2 to restart unresponsive Node.js processes
# pm2.config.js
module.exports = {
  apps: [{
    name: "react-app",
    script: "server.js",
    max_memory_restart: "1G",
    listen_timeout: 10000,
    kill_timeout: 5000,
    wait_ready: true
  }]
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFacebook React

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability23.57%

  • 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-502
  • Technical References
  • GitHub Repository for CVE-2025-55184
  • Vendor Resources
  • React Blog on DoS and Code Exposure

  • Facebook Security Advisory CVE-2025-55184
  • Related CVEs
  • CVE-2025-67779: Facebook React DoS Vulnerability

  • CVE-2025-55183: Facebook React Information Disclosure Flaw

  • CVE-2025-55182: Facebook React RCE Vulnerability
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