CVE-2026-23864
7.5Meta · react-server-dom-parcel, react-server-dom-turbopack, react-server-dom-webpack
Multiple denial of service vulnerabilities in React Server Components packages allow unauthenticated attackers to cause server crashes or resource exhaustion via crafted HTTP requests.
Executive summary
Unauthenticated attackers can trigger denial of service conditions in React Server Components packages, leading to potential application instability and resource exhaustion.
Vulnerability
This flaw involves the deserialization of untrusted data and uncontrolled resource consumption, allowing unauthenticated remote attackers to send malicious HTTP requests to Server Function endpoints that cause server crashes, excessive CPU usage, or memory exhaustion.
Business impact
The ability for an unauthenticated actor to force a server crash represents a significant threat to service availability. With a CVSS score of 7.5, this vulnerability is classified as High, as it can disrupt critical web infrastructure, leading to downtime and potential loss of business productivity. Organizations relying on React Server Components for their web applications should prioritize this update to maintain operational continuity.
Remediation
Immediate Action: Update the affected packages (react-server-dom-parcel, react-server-dom-turbopack, or react-server-dom-webpack) to versions 19.0.4, 19.1.5, or 19.2.4 respectively to resolve the underlying deserialization and resource consumption flaws.
Proactive Monitoring: Monitor server logs and application performance metrics for spikes in CPU or memory usage, as well as unexpected service crashes originating from Server Function endpoints.
Compensating Controls: Implement rate limiting and request validation at the Web Application Firewall (WAF) layer to block malformed or excessively large payloads sent to server endpoints, which may temporarily mitigate exploitation attempts.
Exploitation status
Public Exploit Available: No
Analyst recommendation
Given the High severity rating and the potential for service disruption, administrators should treat this vulnerability with urgency. Apply the necessary package updates across all development and production environments immediately to eliminate the risk of resource exhaustion and application downtime.