Skip to content

Commit 4be1587

Browse files
BekahHWcursoragent
andauthored
security: update Next.js to 15.5.18 to address critical vulnerabilities (#1507)
Updates Next.js from 15.5.15 to 15.5.18 to patch multiple high-severity security vulnerabilities disclosed in May 2026: - CVE-2025-66478: Middleware/Proxy bypass via dynamic route parameter injection (CVSS 8.1) - affected versions 15.4.0-15.5.15 - DoS via connection exhaustion in Cache Components (CVSS 7.5) - affected versions 15.0.0-15.5.15 - 5 additional high-severity issues including DoS with Server Components, middleware bypasses, and SSRF in WebSocket upgrades Also updates related packages: - @next/mdx: 15.5.5 → 15.5.18 - eslint-config-next: 15.5.9 → 15.5.18 All security patches are included in version 15.5.16+. This update to 15.5.18 ensures the latest fixes and improvements. Build verified successfully with no breaking changes. References: - GHSA-492v-c6pp-mqqv - GHSA-mg66-mrh9-m8jx - https://github.com/vercel/next.js/releases/tag/v15.5.16 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 208af3e commit 4be1587

2 files changed

Lines changed: 520 additions & 270 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@imgix/js-core": "^3.8.0",
2929
"@mdx-js/loader": "^3.1.1",
3030
"@mdx-js/react": "^3.1.1",
31-
"@next/mdx": "15.5.5",
31+
"@next/mdx": "15.5.18",
3232
"@sindresorhus/slugify": "^2.2.1",
3333
"@types/mdx": "^2.0.13",
3434
"airtable": "^0.12.2",
@@ -44,7 +44,7 @@
4444
"luxon": "^3.7.2",
4545
"markdown-it": "^14.1.1",
4646
"mdast-util-toc": "^7.1.0",
47-
"next": "^15.5.15",
47+
"next": "15.5.18",
4848
"npm-watch": "^0.13.0",
4949
"react": "^19.2.3",
5050
"react-dom": "^19.2.3",
@@ -79,7 +79,7 @@
7979
"cross-env": "^10.1.0",
8080
"esbuild": "^0.25.12",
8181
"eslint": "^9.39.2",
82-
"eslint-config-next": "^15.5.9",
82+
"eslint-config-next": "15.5.18",
8383
"netlify-cli": "^23.13.0",
8484
"postcss": "^8.5.10",
8585
"prettier": "^3.7.4",

0 commit comments

Comments
 (0)