| タイトル | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルのdrm/amd/displayにあるdcn401_init_hw()関数にNULLポインタ参照の脆弱性が存在しました。update_bw_bounding_box()関数が有効であることを前提に処理が行われますが、条件式が不適切でfreq_changedがtrueの場合にNULLのupdate_bw_bounding_box()が呼び出される可能性がありました。この問題は条件チェックを修正し、コールバックや関連パラメータのNULL確認を追加することで解決されました。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月8日0:00 |
| 登録日 | 2026年5月18日11:27 |
| 最終更新日 | 2026年5月18日11:27 |
| 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.11.3 以上 6.18.22 未満 |
| Linux Kernel 6.12 |
| Linux Kernel 6.19 以上 6.19.12 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
2026年5月18日11:27 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference in dcn401_init_hw() dcn401_init_hw() assumes that update_bw_bounding_box() is valid when ((!fams2_enable && update_bw_bounding_box) || freq_changed) does not guarantee this, as the freq_changed branch can evaluate to true This can result in calling update_bw_bounding_box() when it is NULL. Fix this by separating the update condition from the pointer checks and Fixes the below: (cherry picked from commit 86117c5ab42f21562fedb0a64bffea3ee5fcd477) |
|---|---|
| 公表日 | 2026年5月8日23:16 |
| 登録日 | 2026年5月9日4:13 |
| 最終更新日 | 2026年5月12日23:10 |