CVE-2021-47192
Last modified
CVE-2021-47192 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.61% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.143, < 5.4.162 | — |
| Linux | Linux Kernel | >= 5.10.61, < 5.10.82 | — |
| Linux | Linux Kernel | >= 5.13.13, < 5.15.5 | — |
| Linux | Linux Kernel | 5.16 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2021-47192?
How severe is CVE-2021-47192?
How do I fix CVE-2021-47192?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2021
- CVE-2021-47186In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47187In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47188In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47189In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47190In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47191In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2021-47193In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47194In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47195In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47196In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2021-47197In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2021-47198In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2021-47192?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
