Upgrade Next.js from 16.2.2 to 16.2.3 (CVE-2026-23869)#1390
Merged
Conversation
Co-authored-by: Chris Bell <chris@cjbell.co>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: Chris Bell <chris@cjbell.co>
There was a problem hiding this comment.
Risk HIGH: Upgrades Next.js from 16.2.2 to 16.2.3 to address CVE-2026-23869, a security vulnerability in React Server Components.
Reasons
package.jsonis modified (HIGH trigger per classification rules)yarn.lockis modified with 85 additions and 60 deletions (HIGH trigger)- The change is a patch version bump (
16.2.2→16.2.3) for a single dependency - Only 3 files changed (
next-env.d.ts,package.json,yarn.lock), all related to the version bump - The PR addresses a specific CVE (CVE-2026-23869), which is a valid security motivation
Notes
- Despite the HIGH classification (triggered by
package.json+yarn.lockchanges), the actual risk surface is narrow: this is a single patch-level dependency bump with no application code changes. - Verify the Vercel preview deployment builds and renders correctly.
- Confirm no regressions in routing, server components, or MDX rendering after the Next.js patch update.
- The
yarn.lockdiff is mechanical and expected for a version bump — focus review on thepackage.jsonchange itself.
Sent by Cursor Automation: Docs PR classifier
connorlindsey
approved these changes
Apr 10, 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.


Description
Upgrades Next.js from 16.2.2 to 16.2.3 to address CVE-2026-23869, a vulnerability affecting React Server Components packages and frameworks using the App Router (Next.js 13.x, 14.x, 15.x, 16.x).
Changes:
nextdependency inpackage.jsonfrom^16.2.2to^16.2.3yarn.lockwith resolved 16.2.3 packagesThe production build passes with no issues.
Linear Issue: KNO-12610