Skip to content

Commit 9ad8011

Browse files
committed
Same procedure as last time
1 parent 27aac37 commit 9ad8011

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

src/content/blog/2025/12/03/critical-security-vulnerability-in-react-server-components.md

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -62,45 +62,27 @@ An unauthenticated attacker could craft a malicious HTTP request to any Server F
6262

6363
These instructions have been updated to include the new vulnerabilities:
6464

65-
- **Denial of Service - High Severity**: [CVE-2025-55184](https://www.cve.org/CVERecord?id=CVE-2025-55184) and [CVE-2025-67779](https://www.cve.org/CVERecord?id=CVE-2025-67779) (CVSS 7.5)
65+
- **Denial of Service - High Severity**: [CVE-2025-55184](https://www.cve.org/CVERecord?id=CVE-2025-55184), [CVE-2025-67779](https://www.cve.org/CVERecord?id=CVE-2025-67779), and [CVE-2026-23869](https://www.cve.org/CVERecord?id=CVE-2026-23869) (CVSS 7.5)
6666
- **Source Code Exposure - Medium Severity**: [CVE-2025-55183](https://www.cve.org/CVERecord?id=CVE-2025-55183) (CVSS 5.3)
6767
- **Denial of Service - High Severity**: January 26, 2026 [CVE-2026-23864](https://www.cve.org/CVERecord?id=CVE-2026-23864) (CVSS 7.5)
6868

6969
See the [follow-up blog post](/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components) for more info.
7070

7171
-----
7272

73-
_Updated January 26, 2026._
73+
_Updated April 8th, 2026._
7474
</Note>
7575

7676
### Next.js {/*update-next-js*/}
7777

7878
All users should upgrade to the latest patched version in their release line:
7979

8080
```bash
81-
npm install next@14.2.35 // for 13.3.x, 13.4.x, 13.5.x, 14.x
82-
npm install next@15.0.8 // for 15.0.x
83-
npm install next@15.1.12 // for 15.1.x
84-
npm install next@15.2.9 // for 15.2.x
85-
npm install next@15.3.9 // for 15.3.x
86-
npm install next@15.4.11 // for 15.4.x
87-
npm install next@15.5.10 // for 15.5.x
88-
npm install next@16.0.11 // for 16.0.x
89-
npm install next@16.1.5 // for 16.1.x
90-
91-
npm install next@15.6.0-canary.60 // for 15.x canary releases
92-
npm install next@16.1.0-canary.19 // for 16.x canary releases
81+
npm install next@15.5.15 // for 15.x
82+
npm install next@16.2.3 // for 16.x
9383
```
9484

95-
15.0.8, 15.1.12, 15.2.9, 15.3.9, 15.4.10, 15.5.10, 15.6.0-canary.61, 16.0.11, 16.1.5
96-
97-
If you are on version `13.3` or later version of Next.js 13 (`13.3.x`, `13.4.x`, or `13.5.x`) please upgrade to version `14.2.35`.
98-
99-
If you are on `next@14.3.0-canary.77` or a later canary release, downgrade to the latest stable 14.x release:
100-
101-
```bash
102-
npm install next@14
103-
```
85+
If you are on version `13.3` or later version of Next.js 13 (`13.3.x`, `13.4.x`, or `13.5.x`) or on any Next.js 14, please upgrade to version `15.5.15`.
10486

10587
See the [Next.js blog](https://nextjs.org/blog/security-update-2025-12-11) for the latest update instructions and the [previous changelog](https://nextjs.org/blog/CVE-2025-66478) for more info.
10688

src/content/blog/2025/12/11/denial-of-service-and-source-code-exposure-in-react-server-components.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Denial of Service and Source Code Exposure in React Server Components"
33
author: The React Team
44
date: 2025/12/11
5-
description: Security researchers have found and disclosed three additional vulnerabilities in React Server Components while attempting to exploit the patches in last week’s critical vulnerability. High vulnerability Denial of Service (CVE-2025-55184), high vulnerability Denial of Service (CVE-2026-23869), and medium vulnerability Source Code Exposure (CVE-2025-55183)
5+
description: Security researchers have found and disclosed two additional vulnerabilities in React Server Components while attempting to exploit the patches in last week’s critical vulnerability. High vulnerability Denial of Service (CVE-2025-55184), and medium vulnerability Source Code Exposure (CVE-2025-55183)
66

77

88
---
@@ -15,7 +15,7 @@ _Updated April 8th, 2026._
1515

1616
<Intro>
1717

18-
Security researchers have found and disclosed three additional vulnerabilities in React Server Components while attempting to exploit the patches in last week’s critical vulnerability.
18+
Security researchers have found and disclosed two additional vulnerabilities in React Server Components while attempting to exploit the patches in last week’s critical vulnerability.
1919

2020
**These new vulnerabilities do not allow for Remote Code Execution.** The patch for React2Shell remains effective at mitigating the Remote Code Execution exploit.
2121

@@ -118,7 +118,7 @@ The patches published January 26th mitigate these DoS vulnerabilities.
118118

119119
#### Additional fixes published {/*additional-fix-published*/}
120120

121-
The original fix addressing the DoS in [CVE-2025-55184](https://www.cve.org/CVERecord?id=CVE-2025-55184) and [CVE-2025-67779](https://www.cve.org/CVERecord?id=CVE-2025-67779) were incomplete.
121+
The original fix addressing the DoS in [CVE-2025-55184](https://www.cve.org/CVERecord?id=CVE-2025-55184) was incomplete.
122122

123123
This left previous versions vulnerable. Versions 19.0.5, 19.1.6, 19.2.5 are safe.
124124

0 commit comments

Comments
 (0)