| Title | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルのmm/hugetlbにおける脆弱性は、グローバル予約が失敗した際にサブプールのused_hpagesカウンターが不正に増加する問題を引き起こしていました。この問題により、グローバルに要求されたページが割り当てられなかった場合でもサブプールのusedカウンターが増加し続け、最終的にサブプールのhugeTLBページを利用できなくなる状況が発生します。この問題は、hugetlb_acct_memory()が失敗するたびにused_hpagesがリークし続けることが原因であり、この脆弱性によってサブプールのヒュージページ割り当てが誤動作してしまいます。なお、先行修正されていたアンダーフローの問題は引き続き修正されています。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 8, 2026, midnight |
| Registration Date | May 18, 2026, 11:29 a.m. |
| Last Update | May 18, 2026, 11:29 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.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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
May 18, 2026, 11:29 a.m. |
| Summary | 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 |
|---|---|
| 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. |