CVE-2024-35954
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
20/05/2024
Last modified:
20/05/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
scsi: sg: Avoid sg device teardown race<br />
<br />
sg_remove_sfp_usercontext() must not use sg_device_destroy() after calling<br />
scsi_device_put().<br />
<br />
sg_device_destroy() is accessing the parent scsi_device request_queue which<br />
will already be set to NULL when the preceding call to scsi_device_put()<br />
removed the last reference to the parent scsi_device.<br />
<br />
The resulting NULL pointer exception will then crash the kernel.



