This repository was archived by the owner on Jul 29, 2026. It is now read-only.
fix(security): upgrade Next.js 16.2.0 → 16.2.10 to patch 14 CVEs - #85
Draft
caimanoliveira wants to merge 2 commits into
Draft
fix(security): upgrade Next.js 16.2.0 → 16.2.10 to patch 14 CVEs#85caimanoliveira wants to merge 2 commits into
caimanoliveira wants to merge 2 commits into
Conversation
Patches: DoS via Server Components (GHSA-q4gf-8mx6-v5v3, GHSA-8h8q-6873-q5fj, GHSA-mg66-mrh9-m8jx, GHSA-h64f-5h5j-jqjh), middleware/proxy bypass (GHSA-26hh-7cqf-hhc6, GHSA-267c-6grr-h53f, GHSA-492v-c6pp-mqqv, GHSA-36qx-fr4f-26g5), cache poisoning (GHSA-3g8h-86w9-wvmq, GHSA-vfv6-92ff-j949, GHSA-wfc6-r584-vfw7), XSS (GHSA-ffhc-5mcf-pf4q, GHSA-gx5p-jg67-6x7h), SSRF (GHSA-c4j6-fc7j-m34r). Also fixes ws memory disclosure and DoS (GHSA-58qx-3vcg-4xpx, GHSA-96hv-2xvq-fx4p). Build verified clean. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LrXYe44Co4cW3PTvbhh2o1
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CI: actions/checkout@v2→@v4, setup-python@v1→@v5, python-version 3.9 is no longer available on GitHub runners (only 3.10+ exist). mentoria-crm/vercel.json: skip supabase CLI binary download during Vercel install (SUPABASE_SKIP_INSTALL_BINARY=true) — the postinstall script was failing with 403 on the GitHub releases download, blocking the preview deployment. mentoria-crm/package.json: bump next + eslint-config-next 16.2.0→16.2.10 (same CVE batch as the root package). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LrXYe44Co4cW3PTvbhh2o1
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
nextfrom16.2.0to16.2.10to patch 14 known CVEswsmemory disclosure and DoS vulnerabilities (vianpm audit fix)Vulnerabilities patched
beforeInteractivescriptsRemaining known issues
Two moderate advisories remain (PostCSS XSS in CSS stringify output, inside Next.js's own internal dependency). The proposed fix would downgrade Next.js to 9.x — a breaking change. These are not directly exploitable through application code and are tracked here for awareness.
Generated by Claude Code