Skip to content

Commit 2cac88b

Browse files
authored
Fix React Server Components RCE vulnerability (#1331)
A critical remote code execution (RCE) vulnerability in React Server Components, impacting frameworks such as Next.js, was identified in the project [saas-microservices-dashboard](https://vercel.com/now-examples/saas-microservices-dashboard). The vulnerability enables unauthenticated RCE on the server via insecure deserialization in the React Flight protocol. This issue is tracked under: - GitHub Security Advisory: [GHSA-9qr9-h5gf-34mp](GHSA-9qr9-h5gf-34mp) - React Advisory: [CVE-2025-55182](https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components) - Next.js Advisory: [CVE-2025-66478](https://nextjs.org/blog/CVE-2025-66478) This automated pull request upgrades the affected React and Next.js packages to patched versions that remediate the issue. [More Info](https://vercel.link/cve-2025-55182-automated-pr) Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
1 parent 42f02a3 commit 2cac88b

File tree

23 files changed

+379
-442
lines changed

23 files changed

+379
-442
lines changed

apps/vibe-coding-platform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jose": "6.0.12",
3333
"lucide-react": "0.528.0",
3434
"ms": "2.1.3",
35-
"next": "15.5.4",
35+
"next": "15.5.7",
3636
"next-themes": "^0.4.6",
3737
"nuqs": "2.4.3",
3838
"react": "19.1.0",

apps/vibe-coding-platform/pnpm-lock.yaml

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

framework-boilerplates/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"react": "^19.0.0",
1313
"react-dom": "^19.0.0",
14-
"next": "15.1.4"
14+
"next": "15.1.9"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",

python/vibe-coding-ide/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"jszip": "^3.10.1",
1818
"lucide-react": "^0.514.0",
1919
"monaco-editor": "^0.52.0",
20-
"next": "16.0.0-beta.0",
20+
"next": "16.0.7",
2121
"postcss": "^8.5.5",
2222
"react": "19.2.0",
2323
"react-dom": "19.2.0",

0 commit comments

Comments
 (0)