Skip to content

Commit 2a4eb6d

Browse files
committed
fix(nextjs): Restore original peer dep ranges for next
The CVE is a DoS vulnerability unrelated to auth — peer deps should express SDK compatibility, not upstream security posture.
1 parent 906a0cd commit 2a4eb6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/nextjs-security-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
'@clerk/nextjs': patch
33
---
44

5-
Update `next` peer dependency to recommend patched versions (`^15.5.15 || ^15.6.0-0 || ^16.2.3`) to address CVE-2026-23869, a high-severity (CVSS 7.5) denial-of-service vulnerability in React Server Components. If you are on an older Next.js version, please upgrade to a patched release as soon as possible.
5+
Bump `next` devDependency to `15.5.15` to pick up the fix for CVE-2026-23869, a high-severity (CVSS 7.5) denial-of-service vulnerability in React Server Components. If you use the Next.js App Router, we recommend upgrading to Next.js `15.5.15` or `16.2.3`.

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"next": "15.5.15"
9696
},
9797
"peerDependencies": {
98-
"next": "^15.2.8 || ^15.3.8 || ^15.4.10 || ^15.5.15 || ^15.6.0-0 || ^16.2.3",
98+
"next": "^15.2.8 || ^15.3.8 || ^15.4.10 || ^15.5.9 || ^15.6.0-0 || ^16.0.10 || ^16.1.0-0",
9999
"react": "catalog:peer-react",
100100
"react-dom": "catalog:peer-react"
101101
},

0 commit comments

Comments
 (0)