scsi:核心:sysfs:修复通过 sysfs 设置设备状态时的挂起 (CVE-2021-47192)

admin 2024-05-13 01:14:22 Ali_nvd 来源:ZONE.CI 全球网 0 阅读模式
scsi:核心:sysfs:修复通过 sysfs 设置设备状态时的挂起 (CVE-2021-47192)

CVE编号

CVE-2021-47192

利用情况

暂无

补丁情况

N/A

披露时间

2024-04-11
漏洞描述
In the Linux kernel, the following vulnerability has been resolved: scsi: core: sysfs: Fix hang when device state is set via sysfs This fixes a regression added with: commit f0f82e2476f6 ("scsi: core: Fix capacity set to zero after offlinining device") The problem is that after iSCSI recovery, iscsid will call into the kernel to set the dev's state to running, and with that patch we now call scsi_rescan_device() with the state_mutex held. If the SCSI error handler thread is just starting to test the device in scsi_send_eh_cmnd() then it's going to try to grab the state_mutex. We are then stuck, because when scsi_rescan_device() tries to send its I/O scsi_queue_rq() calls -> scsi_host_queue_ready() -> scsi_host_in_recovery() which will return true (the host state is still in recovery) and I/O will just be requeued. scsi_send_eh_cmnd() will then never be able to grab the state_mutex to finish error handling. To prevent the deadlock move the rescan-related code to after we drop the state_mutex. This also adds a check for if we are already in the running state. This prevents extra scans and helps the iscsid case where if the transport class has already onlined the device during its recovery process then we don't need userspace to do it again plus possibly block that daemon.
解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。
参考链接
https://git.kernel.org/stable/c/4edd8cd4e86dd3047e5294bbefcc0a08f66a430f
https://git.kernel.org/stable/c/a792e0128d232251edb5fdf42fb0f9fbb0b44a73
https://git.kernel.org/stable/c/bcc0e3175a976b7fa9a353960808adb0bb49ead8
https://git.kernel.org/stable/c/edd783162bf2385b43de6764f2d4c6e9f4f6be27
受影响软件情况
# 类型 厂商 产品 版本 影响面
1
运行在以下环境
系统 debian_10 linux * Up to (excluding) 4.19.304-1
运行在以下环境
系统 debian_11 linux * Up to (excluding) 5.10.84-1
运行在以下环境
系统 debian_12 linux * Up to (excluding) 5.15.5-1
CVSS3评分 N/A
  • 攻击路径 N/A
  • 攻击复杂度 N/A
  • 权限要求 N/A
  • 影响范围 N/A
  • 用户交互 N/A
  • 可用性 N/A
  • 保密性 N/A
  • 完整性 N/A
N/A
CWE-ID 漏洞类型
- avd.aliyun.com
weinxin
版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论:0   参与:  0