| Title | LinuxのLinux Kernelにおける不特定の脆弱性 |
|---|---|
| Summary | Linuxカーネルのmm/vmallocにおいて、CONFIG_PAGE_OWNERが有効な場合にKASANシャドウページの解放がRCUのスタールを引き起こす問題が修正されました。vmallocのクリーンアップ時に多数のページを解放すると、RCU読み取りロック下で高コストなスタックアンワインドが行われ、タスクが長時間CPUを占有することがありました。この問題は、purge_vmap_node()が大量のvmap_areaエントリを処理するときに発生します。修正により、ループ内で定期的にスケジューラのプリエンプションを許可し、RCU猶予期間の完了と他のタスクの実行を促進して、RCUスタールを防止します。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 18, 2026, 12:13 p.m. |
| Last Update | May 18, 2026, 12:13 p.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.13 以上 6.18.16 未満 |
| Linux Kernel 6.19 以上 6.19.6 未満 |
| Linux Kernel 6.9 以上 6.12.75 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
May 18, 2026, 12:13 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: mm/vmalloc: prevent RCU stalls in kasan_release_vmalloc_node When CONFIG_PAGE_OWNER is enabled, freeing KASAN shadow pages during The issue manifests in purge_vmap_node() -> kasan_release_vmalloc_node() rcu: INFO: rcu_preempt detected stalls on CPUs/tasks: Each call to kasan_release_vmalloc() can free many pages, and with Add periodic cond_resched() calls within the loop to allow: The fix uses need_resched() for immediate response under load, with a |
|---|---|
| Publication Date | May 8, 2026, 11:16 p.m. |
| Registration Date | May 9, 2026, 4:12 a.m. |
| Last Update | May 12, 2026, 11:10 p.m. |