Skip to content

Commit 9eb7bb4

Browse files
docs: add changelog entry for React/Next.js security update (CVE-2025-66478) (#2515)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Catherine Deskur <catherine@buildwithfern.com>
1 parent 47ff71d commit 9eb7bb4

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## Security update: React Server Components vulnerability patched
2+
3+
We've updated our platform to address a critical security vulnerability (CVE-2025-66478) in React Server Components. This vulnerability, rated CVSS 10.0, could allow remote code execution when processing attacker-controlled requests in unpatched environments.
4+
5+
The vulnerability originates in the upstream React implementation (CVE-2025-55182) and affects Next.js applications using the App Router with React Server Components.
6+
7+
### What we did
8+
9+
We upgraded our platform dependencies to the patched versions:
10+
11+
- **Next.js**: Updated from 15.5.4 to 15.5.7
12+
- **React**: Updated from 19.0.0 to 19.0.1
13+
- **React-DOM**: Updated from 19.0.0 to 19.0.1
14+
15+
These versions include the hardened React Server Components implementation that resolves the vulnerability.
16+
17+
### Impact on Fern users
18+
19+
No action is required from Fern Docs users. The security patch has been applied to all Fern-hosted documentation sites automatically.
20+
21+
For self-hosted deployments, we recommend updating to the latest Fern platform version to ensure you have the security fix.
22+
23+
### References
24+
25+
- [Next.js Security Advisory: CVE-2025-66478](https://nextjs.org/blog/CVE-2025-66478)
26+
- [Next.js 15.5.7 Release](https://github.com/vercel/next.js/releases/tag/v15.5.7)
27+
- [React 19.0.1 Release](https://github.com/facebook/react/releases/tag/v19.0.1)

0 commit comments

Comments
 (0)