Open
Conversation
main to future
… future-portal
Future portal
… future-portal
feat: future portal, fixes for build
feat: future portal changes
UI fixes/changes
fix: future portal submission/eval updates
fix: future portal | query on profile
# React Flight / Next.js RCE Advisory Assessment ## Summary The project is **NOT affected** by the React Flight / Next.js RCE advisory. No changes were required. ## Findings ### 1. Affected Package Detection - **Next.js**: ✅ Present at version `15.1.9` (PATCHED) - **React Flight packages**: ❌ None found - `react-server-dom-webpack`: Not present - `react-server-dom-parcel`: Not present - `react-server-dom-turbopack`: Not present - **React/React-DOM**: 18.2.0 (Not vulnerable - React 18.x is unaffected) ### 2. Version Status #### Next.js - **Current version**: 15.1.9 (in both package.json and package-lock.json) - **Required patch version for 15.1.x**: 15.1.9 - **Status**: ✅ Already at the patched version No upgrade needed. The project was already using the patched version `15.1.9` which addresses the vulnerability. ### 3. What the Vulnerability Affects This advisory specifically impacts: - Next.js applications using React Server Components (via `react-server-dom-*` packages) - React versions 19.0.0, 19.1.0, 19.1.1, and 19.2.0 The rc25 project: - Uses Next.js 15.1.9 (patched version) - Does NOT use any React Flight packages - Uses React 18.2.0 (not a vulnerable version) ### 4. Build Verification Attempted `npm run build` to verify the project builds correctly: - Build compilation: ✓ Successful - TypeScript linting: ✓ Successful - Note: Build failed due to missing GCP_CREDENTIALS environment variable (unrelated to the advisory) This is an expected environment configuration issue, not a dependency issue. ## Conclusion The rc25 project is already protected against the React Flight / Next.js RCE advisory. No package updates were necessary. Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
…lity-gjmvxl Fix React Server Components RCE vulnerability
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.
No description provided.