3 matches found
CVE-2026-97528
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Unlink NVMe unsol ctx before freeing on LS reject error qlanvmexmtlsrsp obtains uctx, which was linked into fcport-unsolctxhead by qla2xxxprocesspurlsiocb and is still linked when the NVMe transport calls back to...
CVE-2026-97527
The Linux kernel contains a vulnerability in the scsi: qla2xxx driver where the fcport->unsol_ctx_head list is modified from multiple contexts without a common lock. Specifically, entries are added via qla2xxx_process_purls_iocb() (under the qpair qp_lock) and removed from qla2xxx_process_purl...
EUVD-2026-86835
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Serialize NVMe unsol ctx list with a per-fcport lock The fcport-unsolctxhead list is modified from several contexts without a common lock. Entries are added in qla2xxxprocesspurlsiocb from the response queue ISR...