Commit 2cac88b
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- apps/vibe-coding-platform
- framework-boilerplates/nextjs
- python/vibe-coding-ide/frontend
- templates
- next_stack
- next
- react-fastapi/frontend
- solutions
- flags-sdk
- saas-microservices/apps/dashboard
- starter
- cms-sanity-graphql-fragments
- turborepo-with-hono/apps/web
- storage
- blob-starter
- postgres-drizzle
- postgres-kysely
- postgres-starter
- vercel-tutor
23 files changed
+379
-442
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments