chore(deps): update next to ^16.2.3 [SECURITY]#76
Closed
yahyafakhroji wants to merge 1 commit intomainfrom
Closed
Conversation
Addresses GHSA-q4gf-8mx6-v5v3 (CVE-2026-23869): a specially crafted HTTP request to an App Router Server Function endpoint can trigger excessive CPU usage via React Server Components deserialization, causing denial of service. Fixed in Next.js 16.2.3. Supersedes #69. Only the docs app uses Next; storybook and library packages are unaffected. Fumadocs compatibility verified: fumadocs-core@16.6.17 and fumadocs-ui@16.6.17 declare peer next: "16.x.x"; fumadocs-mdx@14.2.10 declares peer next: "^15.3.0 || ^16.0.0". All satisfied by 16.2.3, no fumadocs bump required. Validated: apps/docs next build succeeds on 16.2.3 (75 static pages, TypeScript passes).
Contributor
Author
|
Closing — folding the security fix into #75. See updated PR description there. |
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.
Summary
Patches Next.js to 16.2.3 to remediate GHSA-q4gf-8mx6-v5v3 / CVE-2026-23869. A crafted HTTP request to any App Router Server Function endpoint can trigger excessive CPU use during React Server Components deserialization, causing DoS.
Supersedes #69. Narrower diff because only
apps/docsuses Next — the library packages and storybook don't.Fumadocs compatibility
Verified against current installation (
fumadocs-core,fumadocs-ui@ 16.6.17,fumadocs-mdx@ 14.2.10):fumadocs-core@16.6.1716.x.xfumadocs-ui@16.6.1716.x.xfumadocs-mdx@14.2.10^15.3.0 || ^16.0.0No fumadocs bump required for the CVE fix. Latest is
fumadocs-*@16.7.14— left for a future Renovate PR since it's unrelated to the security issue.Test plan
pnpm install— clean resolution, next resolves to 16.2.3 across all importers (fumadocs-core/mdx/ui, nuqs)pnpm --filter @repo/docs build— succeeds, 75 static pages, TypeScript passesAfter merge
Close #69.