In the Linux kernel, the following vulnerability has been resolved:
scsi: sg: Avoid sg device teardown race
sg_remove_sfp_usercontext() must not use sg_device_destroy() after calling
scsi_device_put().
sg_device_destroy() is accessing the parent scsi_device request_queue which
will already be set to NULL when the preceding call to scsi_device_put()
removed the last reference to the parent scsi_device.
The resulting NULL pointer exception will then crash the kernel.
Metrics
Affected Vendors & Products
References
History
Wed, 13 Nov 2024 02:30:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Redhat
Redhat enterprise Linux |
|
CPEs | cpe:/a:redhat:enterprise_linux:9 cpe:/o:redhat:enterprise_linux:9 |
|
Vendors & Products |
Redhat
Redhat enterprise Linux |
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-20T09:41:47.944Z
Updated: 2024-11-05T09:25:38.273Z
Reserved: 2024-05-17T13:50:33.135Z
Link: CVE-2024-35954
Vulnrichment
Updated: 2024-08-02T03:21:49.126Z
NVD
Status : Awaiting Analysis
Published: 2024-05-20T10:15:10.780
Modified: 2024-05-20T13:00:04.957
Link: CVE-2024-35954
Redhat