3 matches found
CVE-2024-26845
A soft lockup flaw was found in the Linux kernel’s TCM Storage Engine functionality in how a user triggers an abort for iSCSI. This flaw allows a local user to potentially crash the system...
CVE-2024-26845
CVE-2024-26845 pertains to the Linux kernel scsi: target: core logic. The issue arises when an abort handled by iSCSI is added to tmr_list but is not processed by target core, causing a LUN_RESET that traverses tmr_list to wait on a refcounted abort that is never completed. Symptoms include messa...
CVE-2024-26845 scsi: target: core: Add TMF to tmr_list handling
In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Add TMF to tmrlist handling An abort that is responded to by iSCSI itself is added to tmrlist but does not go to target core. A LUNRESET that goes through tmrlist takes a refcounter on the abort and waits for...