| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました:misc: bcm_vk: bcm_vk_read()におけるヌルポインタ参照の可能性の修正です。関数bcm_vk_read()内で、ポインタentryがNULLである可能性が確認されています。もしentryがNULLの場合にrcが-EMSGSIZEに設定されると、次のコードがヌルポインタ参照を引き起こす可能性があります:struct vk_msg_blk tmp_msg = entry-to_h_msg[0]; set_msg_id(&tmp_msg, entry-usr_msg_id); tmp_msg.size = entry-to_h_blks - 1;このヌルポインタ参照の可能性を防ぐために、to_h_msg、usr_msg_id、およびto_h_blksをiterから一時変数にコピーし、NULLである可能性のあるentryを経由してアクセスするのではなく、これらの一時変数をアプリケーションに返すように修正しました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 6, 2026, midnight |
| Registration Date | May 15, 2026, 10:53 a.m. |
| Last Update | May 15, 2026, 10:53 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 5.19 以上 6.1.165 未満 |
| Linux Kernel 6.13 以上 6.18.16 未満 |
| Linux Kernel 6.19 以上 6.19.6 未満 |
| Linux Kernel 6.2 以上 6.6.128 未満 |
| Linux Kernel 6.7 以上 6.12.75 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月15日] 掲載 |
May 15, 2026, 10:53 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: misc: bcm_vk: Fix possible null-pointer dereferences in bcm_vk_read() In the function bcm_vk_read(), the pointer entry is checked, indicating struct vk_msg_blk tmp_msg = entry->to_h_msg[0]; To prevent these possible null-pointer dereferences, copy to_h_msg, |
|---|---|
| Publication Date | May 6, 2026, 9:16 p.m. |
| Registration Date | May 7, 2026, 4:08 a.m. |
| Last Update | May 6, 2026, 10:07 p.m. |