Linuxカーネルにおいて、以下の脆弱性が修正されました。debugobjectsに関して、pi_blocked_onが設定されている場合はfill_pool()を呼び出さないようにしています。RT(リアルタイム)対応カーネルでは、fill_pool()がrtlock_lock()を呼び出します。rtlock_lock()はcurrent::pi_blocked_onが設定されていることをアサートします。なぜなら、タスクは明らかに一度に一つのロックにしかブロックされず、そうでなければ優先度継承チェーンが破損するからです。current::pi_blocked_onを考慮に入れるよう条件を拡張し、これによって問題を防止しています。
Linux Linux Kernel 5.15 以上 6.1.177 未満 Linux Kernel 6.13 以上 6.18.37 未満 Linux Kernel 6.19 以上 7.0.13 未満 Linux Kernel 6.2 以上 6.6.144 未満 Linux Kernel 6.7 以上 6.12.95 未満 Linux Kernel 7.1
・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。
リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。
情報不足(CWE-noinfo) [NVD評価]
CVE-2026-53327
National Vulnerability Database (NVD) : CVE-2026-53327 関連文書 : debugobjects: Do not fill_pool() if pi_blocked_on - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/3a408cae608d9c075dd3a9e5cfc03b3cb0726863) 関連文書 : debugobjects: Do not fill_pool() if pi_blocked_on - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/8a680d54f1adf3e3aa815578684556716fda6f0c) 関連文書 : debugobjects: Do not fill_pool() if pi_blocked_on - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/3f6a3b24ab7b9d51f6f4778254bef0e5847beb55) 関連文書 : debugobjects: Do not fill_pool() if pi_blocked_on - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/5f41161059fd0f1bbf18c90f3180e38cc45a14eb) 関連文書 : debugobjects: Do not fill_pool() if pi_blocked_on - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/33bee10644f8fff3b1a0187ad5ad34513e5e8e72) 関連文書 : debugobjects: Do not fill_pool() if pi_blocked_on - kernel/git/stable/linux.git - Linux kernel stable tree (https://git.kernel.org/stable/c/a3383df76f0d7a597066df018409eb9e5e698064)
[2026年07月24日] 掲載