Skip to content

Future portal (for reference)#148

Open
theg1239 wants to merge 76 commits intoACM-VIT:mainfrom
theg1239:future-portal
Open

Future portal (for reference)#148
theg1239 wants to merge 76 commits intoACM-VIT:mainfrom
theg1239:future-portal

Conversation

@theg1239
Copy link
Copy Markdown
Member

No description provided.

theg1239 and others added 30 commits February 24, 2025 14:32
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
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.

3 participants