Fix React Server Components RCE vulnerability#6
Conversation
Updated dependencies to fix Next.js CVE vulnerabilities. The fix-react2shell-next tool automatically updated the following packages to their secure versions: - next - react-server-dom-webpack - react-server-dom-parcel - react-server-dom-turbopack All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| 🔵 In progress View logs |
coderscreen-web | 2ce5e83 | Dec 11 2025, 12:48 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
coderscreen-api | 2ce5e83 | Dec 11 2025, 12:50 AM |
There was a problem hiding this comment.
This PR is being reviewed by Cursor Bugbot
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
| "next": "15.4.8", | ||
| "next-mdx-remote": "^5.0.0", | ||
| "react": "19.1.0", | ||
| "react-dom": "19.1.0", |
There was a problem hiding this comment.
Bug: React remains vulnerable despite CVE fix claim
The PR description claims to fix CVE-2025-55182, a React vulnerability affecting React Server Components, but only next is upgraded while react and react-dom remain at version 19.1.0. According to the Snyk vulnerability database, React 19.1.0 has known vulnerabilities. If the RCE vulnerability exists in React itself (as suggested by the mentioned React Advisory), this fix may be incomplete. The React packages likely need to be upgraded alongside Next.js to fully remediate the vulnerability.
Important
This is an automatic PR generated by Vercel to help you with patching efforts. We can't guarantee it's comprehensive, and it may contain mistakes. Please review our guidance before merging these changes.
A critical remote code execution (RCE) vulnerability in React Server Components, impacting frameworks such as Next.js, was identified in the project coderscreen-marketing. The vulnerability enables unauthenticated RCE on the server via insecure deserialization in the React Flight protocol.
This issue is tracked under:
This automated pull request upgrades the affected React and Next.js packages to patched versions that fully remediate the issue.
More Info | security@vercel.com
Note
Upgrades Next.js to 15.4.8 in
apps/marketingand updates related lockfile entries (including@next/envand SWC binaries).nextto15.4.8inapps/marketing/package.json.next@15.4.8, including@next/envand platform-specific@next/swc-*binaries.Written by Cursor Bugbot for commit 2ce5e83. This will update automatically on new commits. Configure here.