fix(core): TRAC-668 bump Next.js, React, and opennextjs/cloudflare for security patches#3007
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: a11dfb0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
4ab5740 to
75fab52
Compare
Contributor
Bundle Size ReportComparing against baseline from
Per-Route First Load JS
|
75fab52 to
c699d1e
Compare
c699d1e to
7643a4f
Compare
7643a4f to
ce70f27
Compare
ce70f27 to
2029f51
Compare
2029f51 to
babe478
Compare
babe478 to
5f7a988
Compare
5f7a988 to
16dcad8
Compare
16dcad8 to
e8dd30e
Compare
e8dd30e to
f8f473c
Compare
f8f473c to
d91c212
Compare
d91c212 to
3dcabb5
Compare
3dcabb5 to
5d96686
Compare
a8e4fc0 to
119fa90
Compare
119fa90 to
f1d7192
Compare
e3664ba to
1f50cfa
Compare
1f50cfa to
0ea6423
Compare
0ea6423 to
c0d7cd3
Compare
c0d7cd3 to
9b94c04
Compare
9b94c04 to
67ef24b
Compare
67ef24b to
18fc940
Compare
18fc940 to
076fc46
Compare
076fc46 to
66624c7
Compare
66624c7 to
8a7aadc
Compare
8a7aadc to
489a738
Compare
489a738 to
439c476
Compare
…r security patches Addresses multiple CVEs disclosed May 2026: - next: ~16.1.6 → ~16.2.6 (middleware bypass, SSRF, XSS, cache poisoning) - react/react-dom: 19.1.5 → 19.1.7 (GHSA-rv78-f8rc-xrxh DoS via OOM/CPU on server function endpoints) - @opennextjs/cloudflare: 1.17.3 → 1.19.9 in native-hosting workflow eslint-config-next intentionally left at 15.5.10 — @16.x requires ESLint 9+/flat config migration. Fixes TRAC-668 Co-Authored-By: Claude <noreply@anthropic.com>
jorgemoya
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira: TRAC-668
What/Why?
Addresses multiple CVEs disclosed May 2026 in the React/Next.js ecosystem. Several of these cannot be blocked at the WAF level, making application-level patching essential.
React (GHSA-rv78-f8rc-xrxh) — Denial of Service via specially crafted requests to server function endpoints causing OOM or excessive CPU usage. Affects
react-server-dom-turbopack(used by Next.js) 19.1.0–19.1.6.Next.js 16.2.x — Middleware/proxy bypass via segment-prefetch routes and dynamic route parameter injection; SSRF via WebSocket upgrades; XSS via CSP nonces and
beforeInteractivescripts; cache poisoning in RSC responses and middleware redirects.@opennextjs/cloudflarebumped from 1.17.3 → 1.19.9 (latest) in the native-hosting workflow to pick up any compatible fixes and test deployment stability (we had issues with an earlier version).eslint-config-nextintentionally left at 15.5.10 — all@16.xreleases require ESLint 9+/flat config migration, which is out of scope here.Testing
pnpm run typecheckfrom root)native-hostingworkflow (primary validation gate for the opennextjs bump)Migration
No breaking changes or file moves.