Lucene search
+L

968 matches found

CVE
CVE
added 2026/09/16 10:31 a.m.15 views

CVE-2026-89863

CVE-2026-89863 is a NULL pointer dereference in the Linux kernel's qla2xxx SCSI driver, specifically in the EDIF (Extended Data Integrity Field) subsystem. The function qla_chk_edif_rx_sa_delete_pending() obtains a SCSI command pointer via GET_CMD_SP(sp) and immediately dereferences cmd->sc_da...

7.5CVSS5.6AI score0.0067EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/09/16 10:31 a.m.6 views

EUVD-2026-80463

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: edif: Fix NULL pointer deref in RX SA delete check qlachkedifrxsadeletepending obtains the SCSI command via GETCMDSPsp and immediately dereferences cmd-scdatadirection. That command pointer can be NULL: the firmwar...

7.5CVSS5.6AI score0.0067EPSS
SaveExploits0References7
OSV
OSV
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89862 scsi: qla2xxx: Fix BSG job leak on validate flash image error path

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix BSG job leak on validate flash image error path qla28xxvalidateflashimage returns QLASUCCESS 0 unconditionally, telling the FC BSG transport fcbsghostdispatch that the driver owns and will complete the request...

SaveExploits0References5
CVE
CVE
added 2026/09/16 10:31 a.m.19 views

CVE-2026-89862

CVE-2026-89862 affects the Linux kernel in the scsi: qla2xxx driver. The function qla28xx_validate_flash_image() returns QLA_SUCCESS (0) unconditionally, signaling to the FC BSG transport that the driver owns and will complete the request. However, bsg_job_done() is guarded by an if (!rval) check...

5.6AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 10:31 a.m.7 views

EUVD-2026-80462

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix BSG job leak on validate flash image error path qla28xxvalidateflashimage returns QLASUCCESS 0 unconditionally, telling the FC BSG transport fcbsghostdispatch that the driver owns and will complete the request...

5.6AI score0.00189EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/16 10:31 a.m.6 views

EUVD-2026-80460

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Initialize NVMe abortwork once at submission qlanvmefcpabort and qlanvmelsabort ran INITWORK on priv-abortwork immediately before schedulework. INITWORK reinitializes the workstruct, resetting its list head and...

8.8CVSS5.8AI score0.00338EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/09/16 10:31 a.m.4 views

EUVD-2026-80461

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Hold vport reference in qla24xxreportidacquisition In the format 1 path, the virtual port is located on ha-vplist while holding vportslock, but the lock is dropped before vp is used: qlaupdatehostmap is called and...

8.1CVSS5.7AI score0.00571EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89861 scsi: qla2xxx: Hold vport reference in qla24xx_report_id_acquisition()

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Hold vport reference in qla24xxreportidacquisition In the format 1 path, the virtual port is located on ha-vplist while holding vportslock, but the lock is dropped before vp is used: qlaupdatehostmap is called and...

8.1CVSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.30 views

CVE-2026-89860 scsi: qla2xxx: Initialize NVMe abort_work once at submission

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Initialize NVMe abortwork once at submission qlanvmefcpabort and qlanvmelsabort ran INITWORK on priv-abortwork immediately before schedulework. INITWORK reinitializes the workstruct, resetting its list head and...

8.8CVSS0.00338EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 10:31 a.m.18 views

CVE-2026-89860

CVE-2026-89860 affects the qla2xxx (QLogic) SCSI driver in the Linux kernel , specifically its NVMe abort handling. The root cause is that qla_nvme_fcp_abort() and qla_nvme_ls_abort() called INIT_WORK() on priv->abort_work immediately before schedule_work(). When an abort is issued more than o...

8.8CVSS5.8AI score0.00338EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 10:31 a.m.17 views

CVE-2026-89861

A use-after-free vulnerability exists in the Linux kernel's qla2xxx SCSI driver, specifically in qla24xx_report_id_acquisition(). In the format 1 path, the virtual port is located on ha->vp_list while holding vport_slock, but the lock is dropped before the vport is subsequently used by qla_upd...

8.1CVSS5.7AI score0.00571EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89860 scsi: qla2xxx: Initialize NVMe abort_work once at submission

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Initialize NVMe abortwork once at submission qlanvmefcpabort and qlanvmelsabort ran INITWORK on priv-abortwork immediately before schedulework. INITWORK reinitializes the workstruct, resetting its list head and...

8.8CVSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.32 views

CVE-2026-89859 scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak qla2x00dodportdiagnostics allocates the qladportdiag response buffer with kmallocobj non-zeroing and, on success, copies the full sizeofdd back to user space via...

0.00198EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/16 10:31 a.m.8 views

CVE-2026-89859 scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Zero dport diagnostics buffer to avoid info leak qla2x00dodportdiagnostics allocates the qladportdiag response buffer with kmallocobj non-zeroing and, on success, copies the full sizeofdd back to user space via...

SaveExploits0References6
CVE
CVE
added 2026/09/16 10:31 a.m.12 views

CVE-2026-89859

This Linux kernel vulnerability affects the scsi: qla2xxx (QLogic Fibre Channel HBA) driver. In qla2x00_do_dport_diagnostics(), the qla_dport_diag response buffer is allocated with kmalloc_obj() (non-zeroing), but only a subset of the buffer is populated by the user request. The options and unuse...

6AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/09/16 10:31 a.m.4 views

EUVD-2026-80457

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject qlanvmelsrejectiocb allocates from and advances the request ring through qla2x00allociocbs which assumes the hardwarelock is held and qla2x00startiocbs which advances the...

9.8CVSS5.8AI score0.00618EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.33 views

CVE-2026-89857 scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject qlanvmelsrejectiocb allocates from and advances the request ring through qla2x00allociocbs which assumes the hardwarelock is held and qla2x00startiocbs which advances the...

9.8CVSS0.00618EPSS
SaveExploits0References5
CVE
CVE
added 2026/09/16 10:31 a.m.23 views

CVE-2026-89858

CVE-2026-89858 affects the Linux kernel's qla2xxx SCSI driver in the function qla2x00_update_fru_versions(). A user-supplied BSG request is copied into a fixed 256-byte stack buffer , and the loop iteration count (list->count) is taken directly from user input with no upper bound , while only ...

5.9AI score0.0021EPSS
SaveExploits0References8
OSV
OSV
added 2026/09/16 10:31 a.m.6 views

CVE-2026-89857 scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Hold qpair lock when sending NVMe LS reject qlanvmelsrejectiocb allocates from and advances the request ring through qla2x00allociocbs which assumes the hardwarelock is held and qla2x00startiocbs which advances the...

9.8CVSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/16 10:31 a.m.4 views

EUVD-2026-80458

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Bound image count in qla2x00updatefruversions qla2x00updatefruversions copies the user-supplied BSG request into a fixed 256-byte stack buffer bsgDMAPOOLSIZE and then iterates list-count times over the...

5.9AI score0.0021EPSS
SaveExploits0References8
Rows per page
Query Builder