🔒 Security Fix: Update React and Next.js to address CVE-2025-55182 #163
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.
🔒 Security Fix: Update React and Next.js to address CVE-2025-55182
🚨 Security Advisory
This PR addresses CVE-2025-55182, a critical Remote Code Execution (RCE) vulnerability in React Server Components.
Summary
Updates React, React DOM, Next.js, and related dependencies to patched versions that fix a critical RCE vulnerability affecting React 19.x and Next.js 15.x.
📦 Changes
react^19.1.1^19.2.1✅frontend/package.json,studio/package.jsonreact-dom^19.1.1^19.2.1✅frontend/package.json,studio/package.jsonnext^15.5.0^15.5.7✅frontend/package.json@types/react^19.1.11^19.2.7✅frontend/package.json,studio/package.json@types/react-dom^19.1.7^19.2.3✅frontend/package.jsonsanity^4.5.0^4.20.0✅frontend/package.json,studio/package.json@sanity/vision^4.5.0^4.20.0✅studio/package.json🔍 Vulnerability Details
✅ Testing
📝 Additional Context
What does this fix?
This updates React and Next.js to versions that patch the CVE-2025-55182 vulnerability in React Server Components.
Why these specific versions?
🚀 Deployment Notes