| タイトル | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| 概要 | LinuxカーネルのEDAC/mcにおけるedac_mc_alloc()関数で、エラー処理の順序が誤っている問題が修正されました。この関数内でmci-pvt_infoの割り当てに失敗した場合、デバイスのリリース関数が初期化前に呼び出される可能性がありました。この問題によって、未初期化のデバイスが解放されるため、システムの不安定やクラッシュを引き起こす恐れがありました。修正では、デバイスが適切に初期化されてからリリース関数が呼び出されるように処理の順序が見直されました。この変更により安全性が向上しました。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年4月27日0:00 |
| 登録日 | 2026年5月8日12:06 |
| 最終更新日 | 2026年5月8日12:06 |
| 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 5.19 以上 6.1.169 未満 |
| Linux Kernel 6.13 以上 6.18.23 未満 |
| Linux Kernel 6.19 以上 6.19.13 未満 |
| Linux Kernel 6.2 以上 6.6.135 未満 |
| Linux Kernel 6.7 以上 6.12.82 未満 |
| Linux Kernel 7.0 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月08日] 掲載 |
2026年5月8日12:06 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: EDAC/mc: Fix error path ordering in edac_mc_alloc() When the mci->pvt_info allocation in edac_mc_alloc() fails, the error path However, the init ordering is wrong such that device_initialize() happens MCE: In-kernel MCE decoding enabled. Reorder the calling sequence so that the device is initialized and thus the This was found by Claude while reviewing another EDAC patch. |
|---|---|
| 公表日 | 2026年4月28日3:16 |
| 登録日 | 2026年4月28日4:08 |
| 最終更新日 | 2026年4月28日3:32 |