Mozillaは2026年4月22日(現地時間4月21日)、Windows、Mac、Linuxなどデスクトップ向けのWebブラウザFirefoxの定期的なメジャーアップデートとなる「Firefox 150.0」を正式リリースしました。

今回リリースされたMozillaのWebブラウザ最新バージョン「Firefox 150.0」では、以下の新しい機能や修正が行われています。
Firefox 150.0デスクトップ版リリースノート
新機能
- 分割ビュー の改善: リンクを右クリックし「リンクを分割ビューで開く」を選択することで、現在のタブとの分割ビューを開くことができる。分割ビューを開くときに開いているタブを検索したり、「タブ順を反転」で分割ビューの左右のタブの位置を入れ替えることもできる。
- 複数のタブをワンステップで共有できるようになった。複数のタブを選択した状態で「X 個のリンクをコピー」(Windows, Linux) あるいは共有 → 「X 個のリンクをコピー」(macOS) によりリンクを共有できる。リッチテキストに対応したアプリであれば、それぞれのリンクのページタイトルと URL が貼り付けられる。
- ビルトイン PDF エディター により PDF のページの並び替え、コピー、ペースト、削除、エクスポートが可能となった。
about:translationsページから、リアルタイムかつプライベートな翻訳が可能となった。URL バーに “translate” と入力することで、このページへのショートカットが行える。- Linux: GTK の絵文字ピッカーをサポート。システムショートカット (
Ctrl+.など) から絵文字を挿入できる。 - Windows: Microsoft ストア版 Firefox のユーザーが ウェブアプリ を利用可能となった。
- 新しい Firefox プロファイル 管理システムをすべてのユーザーが利用可能となった。 (Windows 10 ユーザーも含む)
- Windows: Windows 10 および 11 ユーザーが プロファイルをファイルにバックアップ することが可能となった。
- Linux: Red Hat、Fedora、openSUSE およびそれ以外の RPM ベースの Linux ディストリビューションにおいて、新しい .rpm パッケージが利用可能となった。
- Windows: サポートされているすべてのバージョンの Windows ユーザーに対して、ウェブサイトが位置情報へのアクセスを要求したときにプロンプトが表示されるようになった。これまでは一部のバージョンの Windows 11 ユーザ―に限られていた。
- (段階的な展開) ビルトイン VPN がカナダで利用可能となった
注: この機能はエンタープライズ環境では利用できない現在利用可能な国: カナダ、フランス、ドイツ、イギリス、アメリカ
修正
- macOS: ロックダウンモードが有効になっているとウェブコンテンツの絵文字が表示されない問題を修正。
変更
- コンテキストメニューからタブグループを作成することを好むのであれば、設定 → タブグループ →「まとめてドラッグしたタブでタブグループを作成する」からドラッグ & ドロップによるタブグループ作成を無効化できるようになった。
Enterprise
- エンタープライズ用途向けの詳細は Firefox for Enterprise 150 リリースノート を参照されたい。
Developer
- 擬似クラスのトグルパネルに要素固有のセクションを新たに追加。
:open擬似クラスは<dialog>要素のようなオープン状況を持つ要素でのみ利用可能である。<a>および<area>要素の既存の擬似クラスである:visitedのトグルもこのセクションに移動された。 (詳細) - 新しく追加された shadowRoots オプション内でシャドー DOM の ShadowRoot をパスする場合、
Document.caretPositionFromPoint()メソッドはポジションのみを返すようになった。 - Mozilla’s Root CA Program で承認されていない認証局が発行した証明書が使用されている場合、開発者ツールのネットワークモニターにインジケーターが表示されるようになった。
Web Platform
- アクセシビリティ通知のための ariaNotify API をサポート。
- メディア要素の擬似クラス (
:playing,:pausedなど) をサポート。メディアの再生状況をより正確に表示できる。 - highlightsFromPoint() API をサポート。与えられたポイントの CSS ハイライトの状況を返す。
- 画像上で light-dark() をサポート。
- これまで 2 色のみに対応していた color-mix() 関数がより多くの色に対応。
srcset経由で定義された複数の画像から成る遅延読み込み画像要素の sizes アトリビュートにおいて新しい値autoをサポート。画像要素の幅に基づいて適切な画像が自動的に選択される。 (詳細)
セキュリティ修正
今回のアップデートでのセキュリティ修正は合計41個で、重要度別の区分では重要度区分「高(high)」12件、「中(moderate)」18件、そして最も低レベルの「低(low)」11件の修正が行われています。
重要度「高」のセキュリティ修正情報
- CVE-2026-6746: Use-after-free in the DOM: Core & HTML component
- CVE-2026-6747: Use-after-free in the WebRTC component
- CVE-2026-6748: Uninitialized memory in the Audio/Video: Web Codecs component
- CVE-2026-6749: Information disclosure due to uninitialized memory in the Graphics: Canvas2D component
- CVE-2026-6750: Privilege escalation in the Graphics: WebRender component
- CVE-2026-6751: Uninitialized memory in the Audio/Video: Web Codecs component
- CVE-2026-6752: Incorrect boundary conditions in the WebRTC component
- CVE-2026-6753: Incorrect boundary conditions in the WebRTC component
- CVE-2026-6754: Use-after-free in the JavaScript Engine component
- CVE-2026-6784: Memory safety bugs fixed in Firefox 150 and Thunderbird 150
- CVE-2026-6785: Memory safety bugs fixed in Firefox ESR 115.35, Firefox ESR 140.10, Thunderbird ESR 140.10, Firefox 150 and Thunderbird 150
- CVE-2026-6786: Memory safety bugs fixed in Firefox ESR 140.10, Thunderbird ESR 140.10, Firefox 150 and Thunderbird 150
重要度「中」のセキュリティ修正情報
- CVE-2026-6755: Mitigation bypass in the DOM: postMessage component
- CVE-2026-6756: Mitigation bypass in Firefox for Android
- CVE-2026-6757: Invalid pointer in the JavaScript: WebAssembly component
- CVE-2026-6758: Use-after-free in the JavaScript: WebAssembly component
- CVE-2026-6759: Use-after-free in the Widget: Cocoa component
- CVE-2026-6760: Mitigation bypass in the Networking: Cookies component
- CVE-2026-6761: Privilege escalation in the Networking component
- CVE-2026-6762: Spoofing issue in the DOM: Core & HTML component
- CVE-2026-6763: Mitigation bypass in the File Handling component
- CVE-2026-6764: Incorrect boundary conditions in the DOM: Device Interfaces component
- CVE-2026-6765: Information disclosure in the Form Autofill component
- CVE-2026-6766: Incorrect boundary conditions in the Libraries component in NSS
- CVE-2026-6767: Other issue in the Libraries component in NSS
- CVE-2026-6768: Mitigation bypass in the Networking: Cookies component
- CVE-2026-6769: Privilege escalation in the Debugger component
- CVE-2026-6770: Other issue in the Storage: IndexedDB component
- CVE-2026-6771: Mitigation bypass in the DOM: Security component
- CVE-2026-6772: Incorrect boundary conditions in the Libraries component in NSS
重要度「低」のセキュリティ修正情報
- CVE-2026-6773: Denial-of-service due to integer overflow in the Graphics: WebGPU component
- CVE-2025-6774: Mitigation bypass in the DOM: Security component
- CVE-2026-6775: Incorrect boundary conditions in the WebRTC component
- CVE-2026-6776: Incorrect boundary conditions in the WebRTC: Networking component
- CVE-2026-6777: Other issue in the Networking: DNS component
- CVE-2026-6778: Invalid pointer in the Audio/Video: Playback component
- CVE-2025-6779: Other issue in the JavaScript Engine component
- CVE-2026-6780: Denial-of-service in the Audio/Video: Playback component
- CVE-2026-6781: Denial-of-service in the Audio/Video: Playback component
- CVE-2026-6782: Information disclosure in the IP Protection component
- CVE-2026-6783: Incorrect boundary conditions, integer overflow in the Audio/Video: Playback component
Firefox 150.0 についての一般的な情報は リリースノート を、開発者向けの情報は MDN および Mozilla Developer YouTube チャネル を参照されたい。
注意事項
▶︎Security Vulnerabilities fixed in Firefox 150 — Mozilla
「Firefox 150.0」は、Windows, Mac そして Linux向けがリリースされており、すでにFirefoxがインストールされている場合にはメニュー「Firefoxについて」から、あるいはMozillaWebサイトよりダウンロードいつでもアップデートすることができます。Firefox 150.0 の利用に必要なシステム要件については、Firefox 150.0 システム要件 を参照してください。また、延長サポート版である Firefox ESR もバージョン 140.10.0 および 115.35.0 がリリースされています。
Mozillaは、6~8週間隔で新しいFirefoxのバージョンをリリースしています。Windows、Mac、Linuxなどのデスクトップ向け次期メジャー・アップデート版「Firefox 151」は現地時間2026年5月19日(火)のリリース予定となっています。
最新記事 by Chiita (全て見る)
- Mozilla、Firefox 150.0デスクトップ向け最新安定版をリリース。前バージョンで導入された「分割ビュー」の改善など。 - 2026年4月22日
- 「Google フォト 7.72.0」iOS向け最新版をリリース。 - 2026年4月17日
- 「Xcode 26.4.1」Mac向け最新版をリリース。 - 2026年4月17日






