| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルでは、以下の脆弱性が修正されました。KVMのarm64において、vgic作成時にvgicのdistおよびredistを積極的に初期化します。vgic_allocate_private_irqs_locked()が何らかの理由で失敗した場合、kvm_vgic_create()が早期に終了し、dist-rd_regionsが初期化されない状態になります。その結果、kvm_vgic_dist_destroy()がRDの解放を試みた際に問題が発生します。この問題を解決するために、すべての静的初期化を早期に移動し、途中で失敗しても残りのクリーンアップが適切に実行できるようにしました。さらに、失敗時には念のためvgicモデルのリセットも行います。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 18, 2026, 11:27 a.m. |
| Last Update | May 18, 2026, 11:27 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 |
| Linux |
| Linux Kernel 6.14 |
| Linux Kernel 6.14.1 以上 6.18.19 未満 |
| Linux Kernel 6.19 以上 6.19.9 未満 |
| Linux Kernel 7.0 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
May 18, 2026, 11:27 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Eagerly init vgic dist/redist on vgic creation If vgic_allocate_private_irqs_locked() fails for any odd reason, kvm_vgic_dist_destroy() then comes along and walks into the weeds Solve it by moving all the static initialisation early, and make |
|---|---|
| Publication Date | May 9, 2026, 12:16 a.m. |
| Registration Date | May 9, 2026, 4:14 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |