| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。bpf: cgroup_storage_get_next_key()におけるリスト末尾検出の修正です。list_next_entry()は決してNULLを返さず、現在の要素が最後のエントリの場合、container_of()を介してリストの先頭に戻ります。したがって、その後のNULLチェックは無意味なコードとなっていました。get_next_key()は最後の要素に対して-ENOENTを返さず、代わりに内部マップフィールドとエイリアスされる不正なポインタからstorage-keyを読み取り、その結果をユーザースペースにコピーしてしまいます。これをlist_entry_is_head()に置き換えることで、エントリがこれ以上存在しない場合に正しく-ENOENTを返すように修正しました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 29, 2026, 11:17 a.m. |
| Last Update | June 29, 2026, 11:17 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 4.19 以上 5.10.258 未満 |
| Linux Kernel 5.11 以上 5.15.209 未満 |
| Linux Kernel 5.16 以上 6.1.175 未満 |
| Linux Kernel 6.13 以上 6.18.33 未満 |
| Linux Kernel 6.19 以上 7.0.10 未満 |
| Linux Kernel 6.2 以上 6.6.141 未満 |
| Linux Kernel 6.7 以上 6.12.91 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
June 29, 2026, 11:17 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: bpf: fix end-of-list detection in cgroup_storage_get_next_key() list_next_entry() never returns NULL -- when the current element is the Replace it with list_entry_is_head() so the function correctly returns |
|---|---|
| Publication Date | May 27, 2026, 8:16 p.m. |
| Registration Date | May 28, 2026, 4:10 a.m. |
| Last Update | June 2, 2026, 2:17 a.m. |