| タイトル | LinuxのLinux Kernelにおける有効なライフタイム後のリソースの解放の欠如に関する脆弱性 |
|---|---|
| 概要 | Linuxカーネルにおいて、dmドライバーがblk_should_fake_timeout()を適切に使用しないために、io-timeout-failエラー注入によりリクエストがリークして完了しなくなる問題がありました。この問題によりタスクが無限にハングする脆弱性が存在しており、これを修正しました。dmはネイティブなタイムアウト処理を持たないため、偽タイムアウトチェックを削除しました。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | リリース情報、またはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月8日0:00 |
| 登録日 | 2026年5月18日11:28 |
| 最終更新日 | 2026年5月18日11:28 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Linux |
| Linux Kernel 2.6.31 以上 5.10.252 未満 |
| Linux Kernel 5.11 以上 5.15.202 未満 |
| Linux Kernel 5.16 以上 6.1.165 未満 |
| Linux Kernel 6.13 以上 6.18.16 未満 |
| Linux Kernel 6.19 以上 6.19.6 未満 |
| Linux Kernel 6.2 以上 6.6.128 未満 |
| Linux Kernel 6.7 以上 6.12.75 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月18日] 掲載 |
2026年5月18日11:28 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: dm: remove fake timeout to avoid leak request Since commit 15f73f5b3e59 ("blk-mq: move failure injection out of However, the dm driver does not implement its own timeout handler and If an io-timeout-fail error is injected to a dm device, the request Reproduce: Result: hang task like below Remove the blk_should_fake_timeout() check from dm, as dm has no |
|---|---|
| 公表日 | 2026年5月8日23:16 |
| 登録日 | 2026年5月9日4:13 |
| 最終更新日 | 2026年5月12日23:10 |