chore: upgrade next to ^16.2.11 to address CVE-2026-64646#1495
Draft
linear-code[bot] wants to merge 1 commit into
Draft
chore: upgrade next to ^16.2.11 to address CVE-2026-64646#1495linear-code[bot] wants to merge 1 commit into
linear-code[bot] wants to merge 1 commit into
Conversation
Refreshes the lockfile so the top-level next dependency resolves to 16.2.11, which patches the unbounded Server Action payload issue in the Edge runtime (GHSA-4c39-4ccg-62r3). Generated with [Linear](https://linear.app/sourcebot/issue/SOU-1575/sourcebot-devsourcebot-cve-2026-64646-nextjs-unbounded-server-action#agent-session-d53f6830) Co-authored-by: linear-code[bot] <222613912+linear-code[bot]@users.noreply.github.com>
linear-code
Bot
force-pushed
the
linear/sou-1575-sourcebot-devsourcebot-cve-2026-64646-nextjs-unbounded-9b27
branch
from
July 23, 2026 13:41
064acde to
ae02c20
Compare
Contributor
License Audit❌ Audit failed to produce results. Check the workflow logs for details. |
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.
Fixes SOU-1575
Addresses CVE-2026-64646 (GHSA-4c39-4ccg-62r3): an unbounded Server Action payload in Next.js's Edge runtime can lead to excessive memory consumption.
The root
packages/webnextrange (^16.2.6) already admits the patched16.2.11, so this just refreshes the lockfile (yarn up -R next) — nopackage.jsonorresolutionschange needed. The remaining nestednext@16.2.6comes from the@react-email/uidevDependency, which isn't included in the production standalone build that Trivy scans.