Skip to content

Commit 8529e45

Browse files
committed
Update next to fix: - CVE-2025-66478 (critical): Remote code execution via crafted RSC payload
- CVE-2025-55184 (high): DoS via malicious HTTP request causing server to hang and consume CPU - CVE-2025-55183 (medium): Compiled Server Action source code can be exposed via malicious request - CVE-2025-67779 (high): Incomplete fix for CVE-2025-55184 DoS via malicious RSC payload causing infinite loop
1 parent f1c5ec6 commit 8529e45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.2.0",
1313
"react-dom": "19.2.0",
14-
"next": "16.0.7"
14+
"next": "16.0.10"
1515
},
1616
"devDependencies": {
1717
"typescript": "^5",

0 commit comments

Comments
 (0)