| Title | LinuxのLinux Kernelにおける有効期限後のメモリの解放の欠如に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、以下の脆弱性が修正されました。thermal: core: サーマルゾーンガバナーのクリーンアップ問題の修正です。thermal_zone_device_register_with_trips() が、登録中のサーマルゾーンにガバナーを追加した後で失敗した場合、適切にガバナーが削除されず、メモリリークが発生する可能性がありました。さらに、thermal_zone_device_unregister() は事前にサーマルゾーンのロックを取得せずにthermal_set_governor()を呼び出しており、これがsysfs経由でのガバナーの更新と競合して、use-after-freeの問題を引き起こす可能性がありました。これらの問題に対処するため、thermal_release() にサーマルゾーンからガバナーを削除するためのthermal_set_governor()の呼び出しを1つ、またサーマルゾーンデバイス登録前の失敗をカバーするためのサーマルゾーン登録のエラー経路に1つ、計2つのthermal_set_governor()呼び出しを追加しました。 |
| 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 4.2 以上 6.6.140 未満 |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| 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: thermal: core: Fix thermal zone governor cleanup issues If thermal_zone_device_register_with_trips() fails after adding In turn, thermal_zone_device_unregister() calls thermal_set_governor() Address these issues by adding two thermal_set_governor() calls, one to |
|---|---|
| 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. |