fix(deps): upgrade next 16.2.0 → 16.2.10 to patch 14 CVEs#84
Draft
caimanoliveira wants to merge 2 commits into
Draft
fix(deps): upgrade next 16.2.0 → 16.2.10 to patch 14 CVEs#84caimanoliveira wants to merge 2 commits into
caimanoliveira wants to merge 2 commits into
Conversation
Addresses high-severity vulnerabilities in Next.js 16.2.0: - Middleware/proxy bypass (GHSA-267c, GHSA-492v, GHSA-26hh, GHSA-36qx) - Cache poisoning (GHSA-3g8h, GHSA-vfv6, GHSA-wfc6) - XSS via CSP nonces and beforeInteractive scripts (GHSA-ffhc, GHSA-gx5p) - DoS via Server Components, Cache Components, Image API (GHSA-q4gf, GHSA-8h8q, GHSA-mg66, GHSA-h64f) - SSRF via WebSocket upgrades (GHSA-c4j6) Also fixes ws memory disclosure (GHSA-58qx, GHSA-96hv) via npm audit fix. Remaining: moderate postcss XSS (internal to next bundle; fix requires major Next.js downgrade, not viable). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MAix4uyetJT3ZgwXK14HPM
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Python 3.9 was removed from GitHub Actions runners; available versions are 3.10–3.14. Also upgrades from deprecated actions/setup-python@v1 to v5 to silence the Node 20 deprecation warning. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01MAix4uyetJT3ZgwXK14HPM
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
16.2.0to^16.2.10(patch release) to close 14 known CVEswsmemory disclosure vulnerabilities vianpm audit fixVulnerabilities fixed
High severity — Next.js 16.2.0
beforeInteractivescriptsHigh severity — ws
Remaining known issue
A moderate PostCSS XSS (GHSA-qx2v-qp2m-jg93) persists inside Next.js's internal bundled copy of postcss (
node_modules/next/node_modules/postcss@8.4.31). The onlynpm auditfix for it would downgrade Next.js to9.3.3— a breaking major change. This is a vendor-internal dependency; the risk is low for this project (PostCSS runs at build time, not at runtime in the browser). No action taken.Context
Routine automated audit run on 2026-07-14. No commits were made to the repository in the preceding 24 hours; the last merged work (PR #1) landed 2026-04-18 and added the Trilhas Guiadas feature (US-026/027/028). This PR addresses the security debt that accumulated since then.
Generated by Claude Code