3 matches found
CVE-2025-68324
In the Linux kernel, the following vulnerability has been resolved: scsi: imm: Fix use-after-free bug caused by unfinished delayed work The delayed work item 'immtq' is initialized in immattach and scheduled via immqueuecommand for processing SCSI commands. When the IMM parallel port SCSI host...
CVE-2025-68324
CVE-2025-68324 concerns the Linux kernel SCSI IMM driver. A use-after-free could occur if imm_detach() deallocates the imm_struct while a scheduled or running delayed work item (imm_tq) is still pending, leading to imm_interrupt() accessing freed memory. The provided documents explicitly describe...
Linux Distros Unpatched Vulnerability : CVE-2025-68324
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: imm: Fix use-after-free bug caused by unfinished delayed work The delayed work item 'immtq' is initialized in immattach and scheduled via immqueuecommand...