| Title | PCIデバイスのランタイムパワーマネジメント処理における競合状態が原因でカーネルがクラッシュする可能性がある脆弱性 |
|---|---|
| Summary | LinuxカーネルのPCIデバイスにおけるランタイムPM処理で、.runtime_idle()コールバックとドライバ削除が競合し、カーネルがクラッシュする場合がありました。この問題は、pm_runtime_get_sync()呼び出しの後にpm_runtime_barrier()を実行することで、.runtime_idle()の同時実行を防止して解決されました。今後は、ドライバ削除前にpm_runtime_get_sync()とpm_runtime_barrier()を連続して呼び出すことで、競合状態を防止できます。 |
| Possible impacts | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| Solution | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | May 17, 2024, midnight |
| Registration Date | Dec. 25, 2025, 5:01 p.m. |
| Last Update | Dec. 25, 2025, 5:01 p.m. |
| CVSS3.0 : 警告 | |
| Score | 4.7 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Debian |
| Debian GNU/Linux 10.0 |
| Linux |
| Linux Kernel 4.19.312 未満 |
| Linux Kernel 4.20 から 5.4.274 未満 |
| Linux Kernel 5.11 から 5.15.154 未満 |
| Linux Kernel 5.16 から 6.1.84 未満 |
| Linux Kernel 5.5 から 5.10.215 未満 |
| Linux Kernel 6.2 から 6.6.24 未満 |
| Linux Kernel 6.7 から 6.7.12 未満 |
| Linux Kernel 6.8 から 6.8.3 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2025年12月25日] 掲載 |
Dec. 25, 2025, 5:01 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: PCI/PM: Drain runtime-idle callbacks before driver removal A race condition between the .runtime_idle() callback and the .remove() The problem is that rtsx_pci_runtime_idle() is not expected to be running However, if a .runtime_idle() callback is already running when Thus in general, whoever is providing a .runtime_idle() callback needs One way to address that race condition is to call pm_runtime_barrier() |
|---|---|
| Publication Date | May 17, 2024, 11:15 p.m. |
| Registration Date | May 18, 2024, 10:01 a.m. |
| Last Update | Nov. 21, 2024, 6:20 p.m. |