Lucene search
+L

6547 matches found

OSV
OSV
added 2024/08/17 9:15 a.m.11 views

UBUNTU-CVE-2024-42289

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: During vport delete send async logout explicitly During vport delete, it is observed that during unload we hit a crash because of stale entries in outstanding command array. For all these stale I/O entries, ehabort...

5.5CVSS6.2AI score0.00242EPSS
SaveExploits0References27
UbuntuCve
UbuntuCve
added 2024/08/17 9:15 a.m.26 views

CVE-2024-42286

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: validate nvmelocalport correctly The driver load failed with error message, qla2xxx 0000:04:00.0-ffff:0: registerlocalport failed: ret=ffffffef and with a kernel crash, BUG: unable to handle kernel NULL pointer...

7.5CVSS6AI score0.00885EPSS
SaveExploits0References26
OSV
OSV
added 2024/08/17 9:15 a.m.8 views

UBUNTU-CVE-2024-42286

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: validate nvmelocalport correctly The driver load failed with error message, qla2xxx 0000:04:00.0-ffff:0: registerlocalport failed: ret=ffffffef and with a kernel crash, BUG: unable to handle kernel NULL pointer...

7.5CVSS6.2AI score0.00885EPSS
SaveExploits0References27
Vulnrichment
Vulnrichment
added 2024/08/17 9:08 a.m.18 views

CVE-2024-42289 scsi: qla2xxx: During vport delete send async logout explicitly

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: During vport delete send async logout explicitly During vport delete, it is observed that during unload we hit a crash because of stale entries in outstanding command array. For all these stale I/O entries, ehabort...

6.8AI score0.00242EPSS
SaveExploits0References8
CVE
CVE
added 2024/08/17 9:08 a.m.159 views

CVE-2024-42289

The CVE-2024-42289 issue in the Linux kernel affects the SCSI qla2xxx driver during vport delete. It caused a crash due to stale outstanding I/O entries not completing, leading to a NULL pointer dereference in dma_direct_unmap_sg during vport deletion. The fix explicitly sends an async logout for...

5.5CVSS6.5AI score0.00242EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:08 a.m.29 views

CVE-2024-42289

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: During vport delete send async logout explicitly During vport delete, it is observed that during unload we hit a crash because of stale entries in outstanding command array. For all these stale I/O entries, ehabort...

5.5CVSS5.7AI score0.00242EPSS
SaveExploits0
OSV
OSV
added 2024/08/17 9:08 a.m.25 views

CVE-2024-42289 scsi: qla2xxx: During vport delete send async logout explicitly

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: During vport delete send async logout explicitly During vport delete, it is observed that during unload we hit a crash because of stale entries in outstanding command array. For all these stale I/O entries, ehabort...

6.1AI score
SaveExploits0References13
OSV
OSV
added 2024/08/17 9:08 a.m.11 views

CVE-2024-42288 scsi: qla2xxx: Fix for possible memory corruption

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix for possible memory corruption Init Control Block is dereferenced incorrectly. Correctly dereference ICB...

7.8CVSS6.2AI score
SaveExploits0References12
CVE
CVE
added 2024/08/17 9:08 a.m.148 views

CVE-2024-42288

CVE-2024-42288 affects the Linux kernel SCSI qla2xxx driver. The root cause is an incorrect dereference of the Init Control Block (ICB), which could enable memory corruption. The fix Correctly dereferences the ICB to prevent memory corruption, as documented in the vulnerability description. The l...

7.8CVSS6.7AI score0.00244EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/08/17 9:08 a.m.15 views

CVE-2024-42288 scsi: qla2xxx: Fix for possible memory corruption

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix for possible memory corruption Init Control Block is dereferenced incorrectly. Correctly dereference ICB...

7AI score0.00244EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/08/17 9:08 a.m.28 views

CVE-2024-42288 scsi: qla2xxx: Fix for possible memory corruption

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix for possible memory corruption Init Control Block is dereferenced incorrectly. Correctly dereference ICB...

7.8CVSS0.00244EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/08/17 9:08 a.m.22 views

CVE-2024-42286 scsi: qla2xxx: validate nvme_local_port correctly

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: validate nvmelocalport correctly The driver load failed with error message, qla2xxx 0000:04:00.0-ffff:0: registerlocalport failed: ret=ffffffef and with a kernel crash, BUG: unable to handle kernel NULL pointer...

6.8AI score0.00885EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/08/17 9:08 a.m.25 views

CVE-2024-42287 scsi: qla2xxx: Complete command early within lock

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Complete command early within lock A crash was observed while performing NPIV and FW reset, BUG: kernel NULL pointer dereference, address: 000000000000001c PF: supervisor read access in kernel mode PF:...

6.9AI score0.00338EPSS
SaveExploits0References7
CVE
CVE
added 2024/08/17 9:08 a.m.132 views

CVE-2024-42287

Root cause: CVE-2024-42287 affects the Linux kernel SCSI qla2xxx path where command completion was done early in the unload path outside the lock, causing a race that could crash the system. The fix is to complete the command within the lock, avoiding the race with dma_free_attr and multiple comp...

8.8CVSS6.6AI score0.00338EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2024/08/17 9:08 a.m.133 views

CVE-2024-42286

CVE-2024-42286 affects the Linux kernel SCSI QLA2XXX driver, where nvme_local_port validation was incorrect. The issue could lead to a NULL pointer dereference and a kernel crash (workqueue qla2xxx, nvme_fc_register_remote). Public docs confirm a resolution via upstream kernel fixes (scsi: qla2xx...

7.5CVSS6.5AI score0.00885EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2024/08/17 9:08 a.m.26 views

CVE-2024-42287

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Complete command early within lock A crash was observed while performing NPIV and FW reset, BUG: kernel NULL pointer dereference, address: 000000000000001c PF: supervisor read access in kernel mode PF:...

8.8CVSS5.4AI score0.00338EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/08/17 9:08 a.m.22 views

CVE-2024-42287 scsi: qla2xxx: Complete command early within lock

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Complete command early within lock A crash was observed while performing NPIV and FW reset, BUG: kernel NULL pointer dereference, address: 000000000000001c PF: supervisor read access in kernel mode PF:...

8.8CVSS0.00338EPSS
SaveExploits0References7
OSV
OSV
added 2024/08/17 9:08 a.m.13 views

CVE-2024-42286 scsi: qla2xxx: validate nvme_local_port correctly

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: validate nvmelocalport correctly The driver load failed with error message, qla2xxx 0000:04:00.0-ffff:0: registerlocalport failed: ret=ffffffef and with a kernel crash, BUG: unable to handle kernel NULL pointer...

7.5CVSS5.9AI score
SaveExploits0References13
Cvelist
Cvelist
added 2024/08/17 9:08 a.m.28 views

CVE-2024-42286 scsi: qla2xxx: validate nvme_local_port correctly

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: validate nvmelocalport correctly The driver load failed with error message, qla2xxx 0000:04:00.0-ffff:0: registerlocalport failed: ret=ffffffef and with a kernel crash, BUG: unable to handle kernel NULL pointer...

7.5CVSS0.00885EPSS
SaveExploits0References8
OSV
OSV
added 2024/08/17 9:08 a.m.16 views

CVE-2024-42287 scsi: qla2xxx: Complete command early within lock

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Complete command early within lock A crash was observed while performing NPIV and FW reset, BUG: kernel NULL pointer dereference, address: 000000000000001c PF: supervisor read access in kernel mode PF:...

8.8CVSS5.9AI score
SaveExploits0References12
Rows per page
Query Builder