| Title | LinuxのLinux KernelにおけるNULL ポインタデリファレンスに関する脆弱性 |
|---|---|
| Summary | LinuxカーネルのEDAC/mcにおけるedac_mc_alloc()関数で、エラー処理の順序が誤っている問題が修正されました。この関数内でmci-pvt_infoの割り当てに失敗した場合、デバイスのリリース関数が初期化前に呼び出される可能性がありました。この問題によって、未初期化のデバイスが解放されるため、システムの不安定やクラッシュを引き起こす恐れがありました。修正では、デバイスが適切に初期化されてからリリース関数が呼び出されるように処理の順序が見直されました。この変更により安全性が向上しました。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | April 27, 2026, midnight |
| Registration Date | May 8, 2026, 12:06 p.m. |
| Last Update | May 8, 2026, 12:06 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 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年05月08日] 掲載 |
May 8, 2026, 12:06 p.m. |
| Summary | 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. |
|---|---|
| Publication Date | April 28, 2026, 3:16 a.m. |
| Registration Date | April 28, 2026, 4:08 a.m. |
| Last Update | April 28, 2026, 3:32 a.m. |