Lucene search
+L

6410 matches found

Vulnrichment
Vulnrichment
added 2024/05/21 3:04 p.m.17 views

CVE-2021-47427 scsi: iscsi: Fix iscsi_task use after free

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix iscsitask use after free Commit d39df158518c "scsi: iscsi: Have abort handler get ref to conn" added iscsigetconn/iscsiputconn calls during abort handling but then also changed the handling of the case where we...

9.8CVSS6.8AI score0.00458EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 3:04 p.m.36 views

CVE-2021-47427

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix iscsitask use after free Commit d39df158518c "scsi: iscsi: Have abort handler get ref to conn" added iscsigetconn/iscsiputconn calls during abort handling but then also changed the handling of the case where we...

9.8CVSS6.8AI score0.00458EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 3:04 p.m.34 views

CVE-2021-47427 scsi: iscsi: Fix iscsi_task use after free

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix iscsitask use after free Commit d39df158518c "scsi: iscsi: Have abort handler get ref to conn" added iscsigetconn/iscsiputconn calls during abort handling but then also changed the handling of the case where we...

9.8CVSS6.5AI score0.00458EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.30 views

CVE-2021-47337

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 "scsi: core: Fix error handling of scsihostalloc" changed the allocation logic to call putdevice to perform host cleanup with the...

5.5CVSS6.9AI score0.0024EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.21 views

CVE-2021-47337 scsi: core: Fix bad pointer dereference when ehandler kthread is invalid

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 "scsi: core: Fix error handling of scsihostalloc" changed the allocation logic to call putdevice to perform host cleanup with the...

6.8AI score0.0024EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.33 views

CVE-2021-47337 scsi: core: Fix bad pointer dereference when ehandler kthread is invalid

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix bad pointer dereference when ehandler kthread is invalid Commit 66a834d09293 "scsi: core: Fix error handling of scsihostalloc" changed the allocation logic to call putdevice to perform host cleanup with the...

6.4AI score0.0024EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/21 2:35 p.m.107 views

CVE-2021-47337

The CVE-2021-47337 issue is in the Linux kernel SCSI core path: when an error arises during scsi_host_alloc() and the error-handling ehandler thread fails to spawn, shost->ehandler may be set to ERR_PTR(-ENOMEM) and scsi_host_dev_release() would call kthread_stop() on a NULL/invalid pointer, r...

5.5CVSS6.7AI score0.0024EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.19 views

CVE-2021-47329 scsi: megaraid_sas: Fix resource leak in case of probe failure

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix resource leak in case of probe failure The driver doesn't clean up all the allocated resources properly when scsiaddhost, megasasstartaen function fails during the PCI device probe. Clean up all those...

6.8AI score0.00261EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.26 views

CVE-2021-47329 scsi: megaraid_sas: Fix resource leak in case of probe failure

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix resource leak in case of probe failure The driver doesn't clean up all the allocated resources properly when scsiaddhost, megasasstartaen function fails during the PCI device probe. Clean up all those...

6.4AI score0.00261EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.21 views

CVE-2021-47329

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix resource leak in case of probe failure The driver doesn't clean up all the allocated resources properly when scsiaddhost, megasasstartaen function fails during the PCI device probe. Clean up all those...

6.2CVSS6AI score0.00261EPSS
SaveExploits0
CVE
CVE
added 2024/05/21 2:35 p.m.107 views

CVE-2021-47328

CVE-2021-47328 corresponds to a Linux kernel vulnerability in the SCSI/iSCSI subsystem. The issue is a use-after-free condition in the iscsi_conn structure during resets if an unbind_target call has not occurred, allowing a race where iscsi_conn_teardown frees a connection while EH threads may st...

9.8CVSS6.8AI score0.00759EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.18 views

CVE-2021-47328

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix conn use after free during resets If we haven't done a unbind target call we can race where iscsiconnteardown wakes up the EH thread and then frees the conn while those threads are still accessing the conn ehwait...

9.8CVSS6.1AI score0.00759EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.24 views

CVE-2021-47328 scsi: iscsi: Fix conn use after free during resets

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix conn use after free during resets If we haven't done a unbind target call we can race where iscsiconnteardown wakes up the EH thread and then frees the conn while those threads are still accessing the conn ehwait...

9.8CVSS6.5AI score0.00759EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.21 views

CVE-2021-47328 scsi: iscsi: Fix conn use after free during resets

In the Linux kernel, the following vulnerability has been resolved: scsi: iscsi: Fix conn use after free during resets If we haven't done a unbind target call we can race where iscsiconnteardown wakes up the EH thread and then frees the conn while those threads are still accessing the conn ehwait...

9.8CVSS7.2AI score0.00759EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.29 views

CVE-2021-47308 scsi: libfc: Fix array index out of bound exception

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix array index out of bound exception Fix array index out of bound exception in fcrportprliresp...

8.8CVSS6.5AI score0.01177EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/21 2:35 p.m.16 views

CVE-2021-47308

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix array index out of bound exception Fix array index out of bound exception in fcrportprliresp...

8.8CVSS7.2AI score0.01177EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.13 views

CVE-2021-47308 scsi: libfc: Fix array index out of bound exception

In the Linux kernel, the following vulnerability has been resolved: scsi: libfc: Fix array index out of bound exception Fix array index out of bound exception in fcrportprliresp...

8.8CVSS6.8AI score0.01177EPSS
SaveExploits0References6
CVE
CVE
added 2024/05/21 2:35 p.m.97 views

CVE-2021-47308

CVE-2021-47308 affects the Linux kernel SCSI libfc component, specifically fc_rport_prli_resp(), where an array index out-of-bounds condition was fixed. The vulnerability has a High impact (CVSS 3.1 base score 8.8) with adjacent/adversarial access, no user interaction, and requires no privileges....

8.8CVSS7.6AI score0.01177EPSS
SaveExploits0References6Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.12 views

CVE-2021-47290 scsi: target: Fix NULL dereference on XCOPY completion

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL dereference on XCOPY completion CPU affinity control added with commit 39ae3edda325 "scsi: target: core: Make completion affinity configurable" makes targetcompletecmd queue work on a CPU based on...

7.5CVSS6.7AI score0.0046EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.44 views

CVE-2021-47290 scsi: target: Fix NULL dereference on XCOPY completion

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL dereference on XCOPY completion CPU affinity control added with commit 39ae3edda325 "scsi: target: core: Make completion affinity configurable" makes targetcompletecmd queue work on a CPU based on...

7.5CVSS6.3AI score0.0046EPSS
SaveExploits0References2
Rows per page
Query Builder