Lucene search
+L

396146 matches found

OSV
OSV
added 2026/09/16 10:31 a.m.7 views

CVE-2026-89853 scsi: qla2xxx: Fix FCE trace use-after-free during firmware dump

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace use-after-free during firmware dump qla2x00freefcetrace freed and cleared ha-fce while holding only fcemutex. The firmware-dump consumers qla27xxfwdtentryt264 and qla25xxcopyfce read ha-fce NULL check...

SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.7 views

CVE-2026-89853

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace use-after-free during firmware dump qla2x00freefcetrace freed and cleared ha-fce while holding only fcemutex. The firmware-dump consumers qla27xxfwdtentryt264 and qla25xxcopyfce read ha-fce NULL check...

0.0021EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:31 a.m.7 views

EUVD-2026-80454

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix cs84xx use-after-free on host teardown qla84xxputchip drops the last reference to ha-cs84xx and frees it via qla84xxchiprelease without clearing ha-cs84xx. During teardown it ran before scsiremovehost, which is...

7.8CVSS6.3AI score0.0016EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:31 a.m.12 views

CVE-2026-89853

CVE-2026-89853 is a use-after-free in the Linux kernel's qla2xxx SCSI driver. The function qla2x00_free_fce_trace() freed the FCE DMA buffer while holding only fce_mutex, but firmware-dump consumers (qla27xx_fwdt_entry_t264(), qla25xx_copy_fce()) read that buffer under hardware_lock without acqui...

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

EUVD-2026-80453

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace use-after-free during firmware dump qla2x00freefcetrace freed and cleared ha-fce while holding only fcemutex. The firmware-dump consumers qla27xxfwdtentryt264 and qla25xxcopyfce read ha-fce NULL check...

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

CVE-2026-89854 scsi: qla2xxx: Fix cs84xx use-after-free on host teardown

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix cs84xx use-after-free on host teardown qla84xxputchip drops the last reference to ha-cs84xx and frees it via qla84xxchiprelease without clearing ha-cs84xx. During teardown it ran before scsiremovehost, which is...

7.8CVSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.8 views

CVE-2026-89854

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix cs84xx use-after-free on host teardown qla84xxputchip drops the last reference to ha-cs84xx and frees it via qla84xxchiprelease without clearing ha-cs84xx. During teardown it ran before scsiremovehost, which is...

7.8CVSS0.0016EPSS
SaveExploits0
CVE
CVE
added 2026/09/16 10:31 a.m.14 views

CVE-2026-89852

In the Linux kernel 's qla2xxx SCSI driver, the mbx_cmd_t struct is allocated on the stack but left uninitialized. When qla2x00_mailbox_command() hits an early-return path (PCI permanent failure, device failed, EEH busy, ISP abort pending, mailbox access timeout, or purge mbox), it returns withou...

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

EUVD-2026-80452

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Zero mailbox struct in qla2x00getfirmwarestate The mbxcmdt is allocated on the stack but left uninitialized. qla2x00mailboxcommand has several early-return paths PCI permanent failure, device failed, EEH busy, ISP...

5.8AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.9 views

CVE-2026-89852

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Zero mailbox struct in qla2x00getfirmwarestate The mbxcmdt is allocated on the stack but left uninitialized. qla2x00mailboxcommand has several early-return paths PCI permanent failure, device failed, EEH busy, ISP...

0.0021EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89852 scsi: qla2xxx: Zero mailbox struct in qla2x00_get_firmware_state()

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Zero mailbox struct in qla2x00getfirmwarestate The mbxcmdt is allocated on the stack but left uninitialized. qla2x00mailboxcommand has several early-return paths PCI permanent failure, device failed, EEH busy, ISP...

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

CVE-2026-89851

A bug in the Linux kernel scsi: qla2xxx driver (QLogic SCSI) affected the FCE trace enable write handler in debugfs (qla2x00_dfs_fce_write()). The function called kstrtoul() with a NULL result pointer , so a successful parse would dereference NULL and trigger a kernel oops . Additionally, the int...

5.7AI score0.0021EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.7 views

CVE-2026-89851

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace enable parsing in debugfs qla2x00dfsfcewrite called kstrtoul with a NULL result pointer, so a successful parse would dereference NULL and oops. Worse, the int return value 0 on success, negative errno...

0.0021EPSS
SaveExploits0
OSV
OSV
added 2026/09/16 10:31 a.m.5 views

CVE-2026-89851 scsi: qla2xxx: Fix FCE trace enable parsing in debugfs

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace enable parsing in debugfs qla2x00dfsfcewrite called kstrtoul with a NULL result pointer, so a successful parse would dereference NULL and oops. Worse, the int return value 0 on success, negative errno...

SaveExploits0References11
EUVD
EUVD
added 2026/09/16 10:31 a.m.8 views

EUVD-2026-80451

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix FCE trace enable parsing in debugfs qla2x00dfsfcewrite called kstrtoul with a NULL result pointer, so a successful parse would dereference NULL and oops. Worse, the int return value 0 on success, negative errno...

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

CVE-2026-89850 scsi: qla2xxx: Don't query firmware state while chip is down

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Don't query firmware state while chip is down qla2x00fwstateshow initializes rval to QLAFUNCTIONFAILED and jumps to the out: label when the chip is down or EEH is busy. The out: block then re-issued...

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

CVE-2026-89850

CVE-2026-89850 affects the Linux kernel qla2xxx SCSI driver . In qla2x00_fw_state_show(), when the chip is down or EEH is busy, rval is set to QLA_FUNCTION_FAILED and execution jumps to the out: label, which then re-issues qla2x00_get_firmware_state() because rval != QLA_SUCCESS. This defeats the...

5.8AI score0.00211EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/09/16 10:31 a.m.9 views

CVE-2026-89850

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Don't query firmware state while chip is down qla2x00fwstateshow initializes rval to QLAFUNCTIONFAILED and jumps to the out: label when the chip is down or EEH is busy. The out: block then re-issued...

0.00211EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/16 10:31 a.m.6 views

EUVD-2026-80450

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Don't query firmware state while chip is down qla2x00fwstateshow initializes rval to QLAFUNCTIONFAILED and jumps to the out: label when the chip is down or EEH is busy. The out: block then re-issued...

5.8AI score0.00211EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/16 10:31 a.m.14 views

CVE-2026-89849

This vulnerability affects the qla2xxx SCSI driver in the Linux kernel . The root cause is a logic flaw in qla2x00_status_entry(): after filtering out certain SRB types, the code falls through to a SCSI fast path that unconditionally assumes the command is an SRB_SCSI_CMD. Because the srb union o...

8.8CVSS5.7AI score0.00354EPSS
SaveExploits0References7
Rows per page
Query Builder