CVE-2021-47192
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
10/04/2024
Last modified:
30/04/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
scsi: core: sysfs: Fix hang when device state is set via sysfs<br />
<br />
This fixes a regression added with:<br />
<br />
commit f0f82e2476f6 ("scsi: core: Fix capacity set to zero after<br />
offlinining device")<br />
<br />
The problem is that after iSCSI recovery, iscsid will call into the kernel<br />
to set the dev&#39;s state to running, and with that patch we now call<br />
scsi_rescan_device() with the state_mutex held. If the SCSI error handler<br />
thread is just starting to test the device in scsi_send_eh_cmnd() then it&#39;s<br />
going to try to grab the state_mutex.<br />
<br />
We are then stuck, because when scsi_rescan_device() tries to send its I/O<br />
scsi_queue_rq() calls -> scsi_host_queue_ready() -> scsi_host_in_recovery()<br />
which will return true (the host state is still in recovery) and I/O will<br />
just be requeued. scsi_send_eh_cmnd() will then never be able to grab the<br />
state_mutex to finish error handling.<br />
<br />
To prevent the deadlock move the rescan-related code to after we drop the<br />
state_mutex.<br />
<br />
This also adds a check for if we are already in the running state. This<br />
prevents extra scans and helps the iscsid case where if the transport class<br />
has already onlined the device during its recovery process then we don&#39;t<br />
need userspace to do it again plus possibly block that daemon.
Impact
Base Score 3.x
5.30
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.4.143 (including) | 5.4.162 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.10.61 (including) | 5.10.82 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.13.13 (including) | 5.15.5 (excluding) |
| cpe:2.3:o:linux:linux_kernel:5.16:rc1:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page
References to Advisories, Solutions, and Tools
- 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
- 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



