| Title | LinuxのLinux Kernelにおけるリソースのロックに関する脆弱性 |
|---|---|
| Summary | Linuxカーネルにおいて、md/raid10のチェック操作とNOWAITリクエストによるデッドロックの脆弱性が修正されました。この問題は、チェック操作中にバリアが上がり、通常のリクエストがブロックされてnr_pendingが増加する一方で、NOWAITリクエストはすぐにエラーを返しnr_pendingを増加させず、その結果としてnr_pendingの値がアンダーフローし、mdのリサンクスレッドがデッドロック状態になることから発生します。条件を満たすと、配列r10confのnr_pendingが負の値となり、mdの同期スレッドや他のリクエストがwait_barrierで停止してシステムの応答が停止します。この脆弱性は、同じ配列上でNOWAIT IOを行うアプリケーションとチェック操作が同時に実行される場合に再現可能であり、適切な同期処理の欠如が原因です。修正はraid_end_bio_ioを追加し、allow_barrierの呼び出しを調整することで行われました。 |
| Possible impacts | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| Solution | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| Publication Date | May 27, 2026, midnight |
| Registration Date | June 17, 2026, 3:40 p.m. |
| Last Update | June 17, 2026, 3:40 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 5.15.189 以上 5.15.209 未満 |
| Linux Kernel 6.1.146 以上 6.1.175 未満 |
| Linux Kernel 6.12.39 以上 6.12.86 未満 |
| Linux Kernel 6.15.7 以上 6.16 未満 |
| Linux Kernel 6.16 |
| Linux Kernel 6.16.1 以上 6.18.27 未満 |
| Linux Kernel 6.19 以上 7.0.4 未満 |
| Linux Kernel 6.6.99 以上 6.6.140 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2026年06月17日] 掲載 |
June 17, 2026, 3:40 p.m. |
| Summary | In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix deadlock with check operation and nowait requests When an array check is running it will raise the barrier at which point This can be easily seen by starting a check operation while an application Output of r10conf state of the array when we hit this condition: crash> struct r10conf Example of md_sync thread stuck waiting on raise_barrier() and other md1_resync kworker/u1040:2+flush-253:4 |
|---|---|
| Publication Date | May 27, 2026, 11:17 p.m. |
| Registration Date | May 28, 2026, 4:13 a.m. |
| Last Update | June 2, 2026, 2:17 a.m. |