| Title | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、次の脆弱性が修正されました: EDAC/versalnetのmc_probe()関数におけるdevice_nodeのリークを修正しました。of_parse_phandle()はdevice_nodeの参照を返し、これはof_node_put()で解放する必要があります。元のコードではどの終了経路においてもr5_core_nodeを解放しておらず、メモリリークが発生していました。この問題は、自動クリーンアップ属性__free(device_node)を使用することにより修正されており、変数のスコープが終了するとof_node_put()が確実に呼び出されることを保証しています。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:41 p.m. |
| Last Update | June 17, 2026, 3:41 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 6.18 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:41 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: EDAC/versalnet: Fix device_node leak in mc_probe() of_parse_phandle() returns a device_node reference that must be released with Fix this by using the automatic cleanup attribute __free(device_node) which |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:12 a.m. |
| Last Update | May 27, 2026, 11:48 p.m. |