Skip to content

Commit 4db8778

Browse files
authored
fix for Next.js CVE-2026-23869 (#1137)
1 parent 64c40c7 commit 4db8778

File tree

4 files changed

+98
-417
lines changed

4 files changed

+98
-417
lines changed

.changeset/thin-times-roll.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@opennextjs/aws": patch
3+
---
4+
5+
fix for Next.js CVE-2026-23869
6+
7+
See the [CVE-2026-23869 summary](https://vercel.com/changelog/summary-of-cve-2026-23869) for details.
8+
9+
This CVE is fixed by bumping the minium Next.js release version to 15.5.15/16.2.3

packages/open-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"typescript": "catalog:"
6565
},
6666
"peerDependencies": {
67-
"next": "~15.0.8 || ~15.1.12 || ~15.2.9 || ~15.3.9 || ~15.4.11 || ~15.5.10 || ~16.0.11 || ^16.1.5"
67+
"next": ">=15.5.15 || >=16.2.3"
6868
},
6969
"bugs": {
7070
"url": "https://github.com/opennextjs/opennextjs-aws/issues"

0 commit comments

Comments
 (0)