製品・ソフトウェアに関する情報
LinuxのLinux Kernelにおける無限ループに関する脆弱性
Title LinuxのLinux Kernelにおける無限ループに関する脆弱性
Summary

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

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

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

Publication Date May 6, 2026, midnight
Registration Date May 21, 2026, 10:51 a.m.
Last Update May 21, 2026, 10:51 a.m.
CVSS3.0 : 警告
Score 5.5
Vector CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected System
Linux
Linux Kernel 6.19 以上 6.19.14 未満
Linux Kernel 7.0
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
Change Log
No Changed Details Date of change
1 [2026年05月21日]
  掲載
May 21, 2026, 10:51 a.m.

NVD Vulnerability Information
CVE-2026-43096
Summary

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.

Publication Date May 6, 2026, 7:16 p.m.
Registration Date May 7, 2026, 4:08 a.m.
Last Update May 6, 2026, 10:08 p.m.
Related information, measures and tools
Common Vulnerabilities List