| タイトル | LinuxカーネルのSCSIサブシステムにおける不適切なリソース解放による情報漏えいが起きる脆弱性 |
|---|---|
| 概要 | LinuxカーネルのSCSIサブシステムにおいて、特定のエラーパスで/proc/scsi/ディレクトリが適切にクリーンアップされない問題が存在しました。これは、SCSIホストが割り当てられたにもかかわらずscsi_add_host()が呼び出されなかった場合に発生し、procファイルシステム内に不要なディレクトリが残ってしまいます。今回の修正では、dev_release()でSHOST_CREATEDの状態をチェックしながらscsi_proc_hostdir_rm()を呼び出すことで、リソースリークを防げるようになりました。その結果、USBストレージデバイスなどの特定状況で発生していた警告が解消され、システムの安定性が向上しています。 |
| 想定される影響 | 当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 また、当該ソフトウェアが扱う情報について、書き換えは発生しません。 さらに、当該ソフトウェアが完全に停止する可能性があります。 そして、この脆弱性を悪用した攻撃の影響は、他のソフトウェアには及びません。 |
| 対策 | 正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2024年5月1日0:00 |
| 登録日 | 2025年12月25日17:01 |
| 最終更新日 | 2025年12月25日17:01 |
| CVSS3.0 : 警告 | |
| スコア | 5.5 |
|---|---|
| ベクター | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
| Debian |
| Debian GNU/Linux 10.0 |
| Linux |
| Linux Kernel 5.10.176 から 5.10.215 未満 |
| Linux Kernel 5.15.104 から 5.15.154 未満 |
| Linux Kernel 5.4.238 から 5.4.274 未満 |
| Linux Kernel 6.1.21 から 6.1.84 未満 |
| Linux Kernel 6.2.8 から 6.3 未満 |
| Linux Kernel 6.3 |
| Linux Kernel 6.3.1 から 6.6.24 未満 |
| Linux Kernel 6.7 から 6.7.12 未満 |
| Linux Kernel 6.8 から 6.8.3 未満 |
| Linux Kernel 6.9 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2025年12月25日] 掲載 |
2025年12月25日17:01 |
| 概要 | In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix unremoved procfs host directory regression Commit fc663711b944 ("scsi: core: Remove the /proc/scsi/${proc_name} But it happens that this proc directory is created on scsi_host_alloc(), Syzkaller causes that by using USB raw gadget device, error'ing on usb-storage 4-1:87.51: USB Mass Storage device detected The proper fix seems to still call scsi_proc_hostdir_rm() on dev_release(), This is what we propose here and with that, the error path of usb-storage |
|---|---|
| 公表日 | 2024年5月1日15:15 |
| 登録日 | 2024年5月1日20:00 |
| 最終更新日 | 2024年11月21日18:03 |