Fix React Server Components CVE vulnerabilities #13
No reviewers
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
javascript
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Snupai/snupai-site!13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "vercel/react-server-components-cve-vu-6hidgg"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A critical remote code execution (RCE) vulnerability in React Server Components, impacting frameworks such as Next.js, was identified in the project snupai-site. 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
The latest updates on your projects. Learn more about Vercel for GitHub.
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.
@ -30,3 +30,3 @@"geist": "^1.3.0","next": "^15.5.7","next": "15.5.9","nodemailer": "^7.0.11",Version caret removed, blocking future patch updates
The
nextpackage version changed from^15.5.7to15.5.9, removing the caret (^) prefix. This pins the dependency to exactly version 15.5.9, which is inconsistent with all other dependencies in the file that use caret ranges. This means future security patches (15.5.10, 15.5.11, etc.) won't be automatically included when running package updates. If intentional for security pinning, this is fine, but if it was an automated PR oversight, it could prevent future patch adoption.