OpenAINext.jsJul 13, 2026, 12:00 PM

Next.js Security Release and Our Next Patch Release

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Next.js formalizes monthly security releases; July 20 patch scheduled

Key Points

  • Monthly scheduled security releases
  • July 20, 2026: patches for 16.2 & 15.5
  • Fixes include 4 high and 5 medium issues

Summary

Vercel is formalizing a predictable security-release program for Next.js with roughly monthly, pre-announced updates. The first scheduled security release is planned for July 20, 2026 and will publish patches for Next.js 16.2 and 15.5. That release addresses multiple vulnerabilities (4 high, 5 medium). Urgent or actively exploited issues will still be released ad-hoc.

Key Points

  • Monthly pre-announced security releases to improve planning and coordination with hosts and partners.
  • First scheduled release: July 20, 2026 — patches for Next.js 16.2 and 15.5; includes fixes for 4 high and 5 medium severity vulnerabilities.
  • Ad-hoc releases will continue for critical/actively exploited vulnerabilities.
  • Blog posts will include timelines and the highest anticipated severity; CVE details will be published with the patch.
  • Security program: Vercel Open Source Bug Bounty and internal research; contact security@vercel.com for questions.

Recommended actions for engineers

  • Monitor the Next.js blog for the July 20 post and CVE details; plan upgrades accordingly.
  • Stage and test the 16.2/15.5 patches once published; prioritize high-severity fixes.
  • If immediate patching isn’t possible, coordinate with hosting providers and apply mitigations (firewall rules, WAF, network controls).
  • Subscribe to announcements and consider participating in the Vercel bug bounty if you research vulnerabilities.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Next.js のセキュリティリリースと次回パッチリリース

ブログに戻る — 2026年7月13日(月)

投稿者: Andrew Imm @setimmediate、Josh Story @joshcstory

私たちは、Next.js のライフサイクルのあらゆる段階でセキュリティに投資しています。これは、コード作成時の静的解析やスキャン、監査可能なパッケージ公開、脆弱性を責任を持って開示する研究者との緊密な協力に至るまで含みます。昨年12月に公表された React2Shell のエクスプロイトは、このプロセスが意図どおりに機能した例の一つであり、その後もセキュリティプログラムを継続的に成熟させてきました。

その一環として、本日 Next.js のセキュリティリリースプログラムを正式化します。

背景 — 脆弱性調査の増加とツールの進化

業界全体で脆弱性調査の量は急速に増えています。これは LLM 支援による発見が牽引しており、たとえば Mozilla は 1 回の Firefox リリースで 271 件の問題を公開しました(いずれも Anthropic’s Mythos Preview によって表面化したものです)。我々も同様のクラスのツールを Next.js に対して実行しており、deepsec、自社の研究者、および拡大したバグバウンティのスコープを通じて多くの問題が攻撃者の発見前に届くようにしています。

予測可能なリリーススケジュール

これまでチームはセキュリティ修正のためにその都度パッチを公開してきました。これらは頻度は高くありませんでしたが、事前通知がないためユーザーに混乱をもたらすことがありました。今日からは、チームが計画を立てられるように、正式なセキュリティリリースプログラムに移行します。

このような予定化され事前発表されたセキュリティリリースは主要なオープンソースプロジェクトで標準的な慣行になっており、Next.js の現状の規模にとって適切なモデルだと考えています。

期待できること

  • おおむね月に一度、Next.js ブログ上で事前通知として今後のセキュリティリリースを発表します。各発表には想定されるリリース時期と、そのリリースで扱う脆弱性のうち想定される最高の深刻度を含めます。
  • このリードタイムにより、アップグレード計画を立てやすくなり、ホスティング提供者や他のプラットフォームパートナーと連携して、未パッチのアプリケーションを保護するためのファイアウォールルールなどの緩和策を展開できます。
  • 待てない緊急の公開や、既に実際に悪用されている脆弱性については、従来どおりアドホックなパッチを公開します。我々はコードの安全性を可能な限り迅速に確保することに引き続きコミットします。
  • React2Shell やフォローアップ調査で発見したその他の脆弱性の際に行ったように、これらのアドホックリリースに関する情報もこのブログで共有します。

7月の予定リリース

最初の予定されたセキュリティリリースは、2026年7月20日の公開を目標にしています。Next.js 16.2 と 15.5 向けのパッチリリースが含まれ、複数のセキュリティ問題に対処します。修正には "High" が 4 件、"Medium" が 5 件含まれます。

パッチが利用可能になり次第、該当する CVE を含む更新の詳細を記載したブログ記事を公開します。

私たちのセキュリティプログラム

我々は Vercel's Open Source Bug Bounty を通じて、才能ある研究者たちと連携して Next.js やその他のオープンソースフレームワークのセキュリティを強化しています。対象フレームワークのセキュリティに貢献したい方は、ぜひそちらに参加してください。

セキュリティプログラムや脆弱性管理に関する質問や懸念は、security@vercel.com までお送りください。

このページ

  • 予測可能なリリーススケジュール
  • 期待できること
  • 7月の予定リリース
  • 私たちのセキュリティプログラム