fix: upgrade Next.js to patch CVE-2026-23864#969
Open
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Open
fix: upgrade Next.js to patch CVE-2026-23864#969devin-ai-integration[bot] wants to merge 1 commit intomainfrom
devin-ai-integration[bot] wants to merge 1 commit intomainfrom
Conversation
- chain-abstraction-demo: 14.2.35 -> 15.5.10 - pos-dapp: 15.5.9 -> 15.5.10 - react-dapp-v2-cosmos-provider: 15.4.10 -> 15.4.11 - react-dapp-v2-with-ethers: 14.2.35 -> 15.5.10 - react-dapp-v2: 14.2.35 -> 15.5.10 - smart-sessions-demo: 14.2.35 -> 15.5.10 - react-wallet-v2: 15.5.9 -> 15.5.10 CVE-2026-23864 addresses multiple denial of service vulnerabilities in React Server Components. The vulnerabilities are triggered by sending specially crafted HTTP requests to Server Function endpoints. Reference: https://vercel.com/changelog/summary-of-cve-2026-23864 Co-Authored-By: Ben Kremer <ben@reown.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
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
Upgrades Next.js across 7 applications to address CVE-2026-23864, a high-severity (CVSS 7.5) denial of service vulnerability in React Server Components. The vulnerability allows attackers to trigger DoS by sending specially crafted HTTP requests to Server Function endpoints.
Patch upgrades (low risk):
Major version upgrades (higher risk):
Note: No patch exists for Next.js 14.x, requiring major version upgrades for affected apps.
Reference: https://vercel.com/changelog/summary-of-cve-2026-23864
Review & Testing Checklist for Human
npm installorpnpm installin each affected directory)npm run devand verify basic functionalityRecommended test plan: Pick one of the major-upgraded apps (e.g.,
react-dapp-v2) and verify it builds, starts, and can connect to a wallet without errors.Notes
This is part of a broader CVE patching effort across multiple Reown repositories. The 14.x → 15.x upgrades carry inherent risk due to Next.js breaking changes, but are necessary as no 14.x patch exists for this vulnerability.
Link to Devin run: https://app.devin.ai/sessions/0d31181cde324dcca189973513849b0e
Requested by: Ben Kremer (@bkrem)