| Title | LinuxのLinux Kernelにおける解放済みメモリの使用に関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおけるrtmutexのremove_waiter()関数は、currentの代わりにwaiter::taskを使用するように修正されました。この関数はslowlock経路およびfutex_requeue()から呼び出されるproxy-lockロールバックで使用されます。以前はwaiter::taskがcurrentでない場合に、デキュー操作中にpi_lockが保持されていない問題や、pi_blocked_on状態がクリアされずにダングリングポインタを引き起こす問題、さらに誤ったトップ優先度waiterタスクで動作する問題がありました。これらの問題を解決するために、remove_waiter()内の操作でcurrentの代わりにwaiter::taskを用いるように修正しました。 |
| Possible impacts | ・当該ソフトウェアが扱う全ての情報が外部に漏れる可能性があります。 ・当該ソフトウェアが扱う全ての情報が書き換えられる可能性があります。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 21, 2026, midnight |
| Registration Date | June 29, 2026, 11:18 a.m. |
| Last Update | June 29, 2026, 11:18 a.m. |
| CVSS3.0 : 重要 | |
| Score | 7.8 |
|---|---|
| Vector | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| Linux |
| Linux Kernel 2.6.39 以上 6.1.175 未満 |
| Linux Kernel 6.13 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.2 以上 6.6.140 未満 |
| Linux Kernel 6.7 以上 6.12.86 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月29日] 掲載 |
June 29, 2026, 11:18 a.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: rtmutex: Use waiter::task instead of current in remove_waiter() remove_waiter() is used by the slowlock paths, but it is also used for In the latter case waiter::task is not current, but remove_waiter() 1) the rbtree dequeue happens without waiter::task::pi_lock being held 2) the waiter task's pi_blocked_on state is not cleared, which leaves a 3) rt_mutex_adjust_prio_chain() operates on the wrong top priority waiter Use waiter::task instead of current in all related operations in [ tglx: Fixup rt_mutex_adjust_prio_chain(), add a comment and amend the |
|---|---|
| Publication Date | May 21, 2026, 10:16 p.m. |
| Registration Date | May 22, 2026, 4:07 a.m. |
| Last Update | May 23, 2026, 1:33 a.m. |