fix: upgrade react/react-dom 19.2.0 → 19.2.1 for CVE-2025-55182 (Critical RCE)#2
Open
Leathal1 wants to merge 1 commit into
Open
fix: upgrade react/react-dom 19.2.0 → 19.2.1 for CVE-2025-55182 (Critical RCE)#2Leathal1 wants to merge 1 commit into
Leathal1 wants to merge 1 commit into
Conversation
CVE-2025-55182 is a critical pre-auth RCE in React Server Components affecting react-server-dom-webpack/turbopack/parcel at version 19.2.0. CVSS 10.0, EPSS 0.996, CISA KEV-listed. SMRY uses Next.js App Router (RSC enabled) with react@19.2.0 and react-dom@19.2.0, making it directly vulnerable. Fix: bump react and react-dom to 19.2.1 which contains the patch. Build verified: Turbopack compiles, TypeScript passes. Refs: GHSA-fv66-9v8q-g76r, CVE-2025-55182
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes CVE-2025-55182 — a critical pre-authentication remote code execution vulnerability in React Server Components.
Vulnerability Details
Affected Packages
The vulnerability is in React Server Components serialization/deserialization:
These are internal packages bundled within react-dom@19.2.0 and used by Next.js App Router for RSC data serialization.
Impact on SMRY
SMRY uses next@16.0.0 with the App Router (RSC enabled by default) and react@19.2.0 + react-dom@19.2.0 — directly in the vulnerable range. Multiple use client directives confirm active RSC usage. This makes SMRY directly vulnerable to unauthenticated RCE via crafted RSC payloads.
Fix
Bump react and react-dom from 19.2.0 to 19.2.1 in package.json and regenerate pnpm-lock.yaml.
Verification
References