PT-2025-48817 · Meta · React-Server-Dom-Webpack+3
Published
2025-12-03
·
Updated
2026-06-06
·
CVE-2025-55182
CVSS v3.1
10
Critical
| Vector | AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
React Server Components versions 19.0.0 through 19.2.0
Description
A pre-authentication remote code execution issue exists in React Server Components, specifically affecting the
react-server-dom-parcel, react-server-dom-turbopack, and react-server-dom-webpack packages. The problem stems from unsafe deserialization of payloads within HTTP requests sent to Server Function endpoints, specifically involving flaws in the deserialization mechanism when processing the hasOwnProperty parameter in the requireModule() function. This allows a remote, unauthenticated attacker to execute arbitrary code on the server by sending a specially crafted HTTP request.Real-world exploitation has been extensive, including:
- A large-scale automated campaign by threat cluster UAT-10608 using the NEXUS Listener framework, which compromised at least 766 hosts to harvest over 10,120 files, including database credentials, SSH keys, and cloud API tokens.
- Activity by the APT-C-26 (Lazarus) group targeting financial institutions and cryptocurrency exchanges to deploy the Copperhedge RAT and EtherRAT malware.
- Opportunistic attacks deploying the Weaxor ransomware and Cobalt Strike beacons.
Recommendations
Update React Server Components to a version that fixes this issue.
Rotate and revoke all potentially exposed secrets, including API keys, database passwords, SSH keys, and cloud tokens.
Restrict access to the
requireModule() function or the affected Server Function endpoints as a temporary mitigation.
Implement egress filtering to block unusual outbound HTTP traffic, particularly to port 8080.Exploit
Fix
DoS
RCE
LPE
Deserialization of Untrusted Data
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
React Server Components
React-Server-Dom-Parcel
React-Server-Dom-Turbopack
React-Server-Dom-Webpack