Skip to content

Conversation

@vercel
Copy link
Contributor

@vercel vercel bot commented Dec 17, 2025

Important

This is an automatic PR generated by Vercel to help you patch known vulnerabilities related to CVE-2025-55182 (React2Shell), CVE-2025-55183, CVE-2025-55184, and CVE-2025-67779. We can't guarantee the PR is comprehensive, and it may contain mistakes.

Not all projects are affected by all issues, but patched versions are required to ensure full remediation.

Vercel has deployed WAF mitigations globally to help protect your application, but upgrading remains required for complete protection.

This automated pull request updates your React, Next.js, and related Server Components packages to versions that fix all currently known React Server Components vulnerabilities, including the two newly discovered issues.

See our Security Bulletins for more information and reach out to [email protected] with any questions.

Updated dependencies to fix Next.js and React 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>
@vercel
Copy link
Contributor Author

vercel bot commented Dec 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
vanity Ready Ready Preview, Comment Dec 17, 2025 1:24am

@coderabbitai
Copy link

coderabbitai bot commented Dec 17, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@phrazzld phrazzld self-assigned this Dec 17, 2025
@phrazzld phrazzld marked this pull request as ready for review December 17, 2025 01:31
@phrazzld phrazzld merged commit 889e14e into master Dec 17, 2025
6 of 7 checks passed
@phrazzld phrazzld deleted the vercel/react-server-components-cve-vu-vkb51w branch December 17, 2025 01:31
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

vanity/pnpm-lock.yaml

Lines 8669 to 8672 in 5ec845f

optionalDependencies:
'@next/swc-darwin-arm64': 15.5.7
'@next/swc-darwin-x64': 15.5.7
'@next/swc-linux-arm64-gnu': 15.5.7

P1 Badge Align SWC binaries with upgraded Next version

The lockfile upgrades next to 15.5.9, but the optional @next/swc-* binaries listed under that package remain at 15.5.7. Next expects the platform-specific SWC binary to match its own version; keeping the 15.5.7 binaries means pnpm install will fetch the older native modules while running [email protected], which commonly triggers SWC version-mismatch failures at build/start (e.g., “failed to load swc binary for [email protected]”). These optional dependency versions should be bumped to 15.5.9 alongside the Next upgrade.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants