| Title | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルのmm/mempolicyにあるweighted_interleave_auto_store()関数で、メモリリークの脆弱性が修正されました。具体的には、入力がない場合にold_wi_stateを適切に取得せず、メモリリークが発生していました。この問題は、old_wi_stateの取得処理を入力チェックの前に移動し、モードが変わらない場合でも一貫した早期リターンを行うことで解決されました。これにより、falseを書き込んだ際のnew_wi_stateの解放漏れや、trueを書き込んだ際のold_wi_stateの未取得によるメモリリークが防止されます。レビューはDonet Tomが担当しました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:40 p.m. |
| Last Update | June 17, 2026, 3:40 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.16 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:40 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix memory leaks in weighted_interleave_auto_store() weighted_interleave_auto_store() fetches old_wi_state inside the if 1. When a user writes "false" and the current mode is already manual, 2. When a user writes "true", old_wi_state stays NULL because the Fix both leaks by moving the old_wi_state fetch before the input check, Reviewed by: Donet Tom <donettom@linux.ibm.com> |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |