| タイトル | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルのmm/hugetlbにおける脆弱性は、グローバル予約が失敗した際にサブプールのused_hpagesカウンターが不正に増加する問題を引き起こしていました。この問題により、グローバルに要求されたページが割り当てられなかった場合でもサブプールのusedカウンターが増加し続け、最終的にサブプールのhugeTLBページを利用できなくなる状況が発生します。この問題は、hugetlb_acct_memory()が失敗するたびにused_hpagesがリークし続けることが原因であり、この脆弱性によってサブプールのヒュージページ割り当てが誤動作してしまいます。なお、先行修正されていたアンダーフローの問題は引き続き修正されています。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月8日0:00 |
| 登録日 | 2026年5月18日11:29 |
| 最終更新日 | 2026年5月18日11:29 |
| 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.14.8 以上 6.15 未満 |
| Linux Kernel 6.15 |
| Linux Kernel 6.15.1 以上 6.18.16 未満 |
| Linux Kernel 6.19 以上 6.19.6 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
2026年5月18日11:29 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: restore failed global reservations to subpool Commit a833a693a490 ("mm: hugetlb: fix incorrect fallback for subpool") Unfortunately, this fix also introduced the opposite problem, which would Each failed allocation attempt increments the used_hpages counter by how The issue can be reproduced as follows: With each failed allocation attempt incrementing the used counter, the Once this happens, there is no way to make the subpool usable again, The underflow issue that the original commit fixes still remains fixed Without this fix, used_hpages would keep on leaking if |
|---|---|
| 公表日 | 2026年5月8日23:16 |
| 登録日 | 2026年5月9日4:12 |
| 最終更新日 | 2026年5月12日23:10 |