LinuxのLinux Kernelにおける無限ループに関する脆弱性
タイトル LinuxのLinux Kernelにおける無限ループに関する脆弱性
概要

Linuxカーネルにおいて、以下の脆弱性が修正されました:mshvにおける許可されていないGPAインターセプト時の無限フォールトループの問題を解決しました。ゲストが適切な権限なしにメモリ領域へアクセスした際に発生する無限フォールトループを防止します。現在、mshv_handle_gpa_intercept()は、アクセス権が許可されているかに関わらず、移動可能なメモリ領域上のすべてのフォールトでページのリマップを試みています。ゲストが読み取り専用領域に書き込むと、リマップは成功しますが領域は読み取り専用のままで、即座に再フォールトが発生し、vCPUが無限にスピンしてしまいます。リマップを試みる前に、インターセプトアクセスの種類を領域の権限と照合します。書き込み不可領域への書き込みや実行不可領域への実行を早期に拒否し、falseを返してVMMが適切にインターセプトを処理できるようにします。これにより、不正なゲストが意図的にこれらのフォールトループを引き起こしてホストリソースを消費させるDoS攻撃の可能性も防止されます。

想定される影響 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 
対策

リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2026年5月6日0:00
登録日 2026年5月21日10:51
最終更新日 2026年5月21日10:51
CVSS3.0 : 警告
スコア 5.5
ベクター CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
影響を受けるシステム
Linux
Linux Kernel 6.19 以上 6.19.14 未満
Linux Kernel 7.0
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2026年05月21日]
  掲載
2026年5月21日10:51

NVD脆弱性情報
CVE-2026-43096
概要

In the Linux kernel, the following vulnerability has been resolved:

mshv: Fix infinite fault loop on permission-denied GPA intercepts

Prevent infinite fault loops when guests access memory regions without
proper permissions. Currently, mshv_handle_gpa_intercept() attempts to
remap pages for all faults on movable memory regions, regardless of
whether the access type is permitted. When a guest writes to a read-only
region, the remap succeeds but the region remains read-only, causing
immediate re-fault and spinning the vCPU indefinitely.

Validate intercept access type against region permissions before
attempting remaps. Reject writes to non-writable regions and executes to
non-executable regions early, returning false to let the VMM handle the
intercept appropriately.

This also closes a potential DoS vector where malicious guests could
intentionally trigger these fault loops to consume host resources.

公表日 2026年5月6日19:16
登録日 2026年5月7日4:08
最終更新日 2026年5月6日22:08
関連情報、対策とツール
共通脆弱性一覧