Fix React Server Components RCE vulnerability#15
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.
|
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.
| "input-otp": "1.4.1", | ||
| "lucide-react": "^0.454.0", | ||
| "next": "15.2.4", | ||
| "next": "15.2.6", |
There was a problem hiding this comment.
Bug: Security fix incomplete: vulnerable React version remains
The PR claims to fix the React Server Components RCE vulnerability (CVE-2025-55182) but only upgrades Next.js from 15.2.4 to 15.2.6. The PR description explicitly states the vulnerability affects React versions 19.0.0, 19.1.0, 19.1.1, and 19.2.0, with fixes in React 19.0.1, 19.1.2, etc. However, the react and react-dom dependencies remain at ^19, which resolves to the vulnerable 19.1.1 version in pnpm-lock.yaml. The React packages need to be upgraded to patched versions to fully remediate the RCE 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 split-simple. The vulnerability enables unauthenticated RCE on the server via insecure deserialization in the React Flight protocol.
This issue is tracked under:
GitHub Security Advisory: GHSA-9qr9-h5gf-34mp
React Advisory: CVE-2025-55182
Next.js Advisory: CVE-2025-66478
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
Bumps Next.js from 15.2.4 to 15.2.6 and updates related lockfile entries and peer packages.
nextfrom15.2.4to15.2.6inpackage.json.next@15.2.6, including@next/envand platform-specific@next/swc-*packages.@vercel/analytics,geist).Written by Cursor Bugbot for commit 523d0c0. This will update automatically on new commits. Configure here.