CVE-2024-54458
In the Linux kernel, the following vulnerability has been resolved:
scsi: ufs: bsg: Set bsg_queue to NULL after removal
Currently, this does not cause any issues, but I believe it is necessary to
set bsg_queue to NULL after removing it to prevent potential use-after-free
(UAF) access.
More information : https://git.kernel.org/stable/c/1e95c798d8a7f70965f0f88d4657b682ff0ec75f
