In the Linux kernel, the following vulnerability has been resolved:
scsi: ufs: core: Remove SCSI host only if added
If host tries to remove ufshcd driver from a UFS device it would cause a
kernel panic if ufshcd_async_scan fails during ufshcd_probe_hba before
adding a SCSI host with scsi_add_host and MCQ is enabled since SCSI host
has been defered after MCQ configuration introduced by commit 0cab4023ec7b
("scsi: ufs: core: Defer adding host to SCSI if MCQ is supported").
To guarantee that SCSI host is removed only if it has been added, set the
scsi_host_added flag to true after adding a SCSI host and check whether it
is set or not before removing it.
References
Configurations
Configuration 1 (hide)
|
History
08 Oct 2024, 18:23
Type | Values Removed | Values Added |
---|---|---|
References | () https://git.kernel.org/stable/c/2f49e05d6b58d660f035a75ff96b77071b4bd5ed - Patch | |
References | () https://git.kernel.org/stable/c/3844586e9bd9845140e1078f1e61896b576ac536 - Patch | |
References | () https://git.kernel.org/stable/c/7cbff570dbe8907e23bba06f6414899a0fbb2fcc - Patch | |
First Time |
Linux linux Kernel
Linux |
|
CWE | NVD-CWE-noinfo | |
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
30 Sep 2024, 12:45
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
27 Sep 2024, 13:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-27 13:15
Updated : 2024-10-08 18:23
NVD link : CVE-2024-46843
Mitre link : CVE-2024-46843
CVE.ORG link : CVE-2024-46843
JSON object : View
Products Affected
linux
- linux_kernel
CWE