Lucene search
+L

6475 matches found

Vulnrichment
Vulnrichment
added 2024/04/10 7:01 p.m.13 views

CVE-2021-47216 scsi: advansys: Fix kernel pointer leak

In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed pointer...

6.7AI score0.00226EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/10 7:01 p.m.35 views

CVE-2021-47216 scsi: advansys: Fix kernel pointer leak

In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed pointer...

7.4AI score0.00226EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/10 7:01 p.m.100 views

CVE-2021-47216

CVE-2021-47216 affects the Linux kernel SCSI AdvanSys driver. The root cause is a kernel pointer leak caused by printing pointers cast to unsigned long with %lx instead of using %p/%px. A patch fixes the issue by changing pointer printing format from %lx to %p, effectively printing the hashed poi...

5.5CVSS6.3AI score0.00226EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2024/04/10 7:01 p.m.45 views

CVE-2021-47216

In the Linux kernel, the following vulnerability has been resolved: scsi: advansys: Fix kernel pointer leak Pointers should be printed with %p or %px rather than cast to 'unsigned long' and printed with %lx. Change %lx to %p to print the hashed pointer...

5.5CVSS5.8AI score0.00226EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.18 views

CVE-2021-47203 scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix listadd corruption in lpfcdraintxq When parsing the txq list in lpfcdraintxq, the driver attempts to pass the requests to the adapter. If such an attempt fails, a local "failmsg" string is set and a log message...

8.8CVSS6.8AI score0.00343EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.41 views

CVE-2021-47203 scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix listadd corruption in lpfcdraintxq When parsing the txq list in lpfcdraintxq, the driver attempts to pass the requests to the adapter. If such an attempt fails, a local "failmsg" string is set and a log message...

8.8CVSS7.6AI score0.00343EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.18 views

CVE-2021-47203

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix listadd corruption in lpfcdraintxq When parsing the txq list in lpfcdraintxq, the driver attempts to pass the requests to the adapter. If such an attempt fails, a local "failmsg" string is set and a log message...

8.8CVSS6.3AI score0.00343EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.29 views

CVE-2021-47198 scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free in lpfcunregrpi routine An error is detected with the following report when unloading the driver: "KASAN: use-after-free in lpfcunregrpi+0x1b1b" The NLPREGLOGINSEND nlpflag is set in...

7.6AI score0.00219EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.14 views

CVE-2021-47198 scsi: lpfc: Fix use-after-free in lpfc_unreg_rpi() routine

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free in lpfcunregrpi routine An error is detected with the following report when unloading the driver: "KASAN: use-after-free in lpfcunregrpi+0x1b1b" The NLPREGLOGINSEND nlpflag is set in...

6.8AI score0.00219EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.41 views

CVE-2021-47198

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free in lpfcunregrpi routine An error is detected with the following report when unloading the driver: "KASAN: use-after-free in lpfcunregrpi+0x1b1b" The NLPREGLOGINSEND nlpflag is set in...

7.8CVSS7.2AI score0.00219EPSS
SaveExploits0
CVE
CVE
added 2024/04/10 6:56 p.m.104 views

CVE-2021-47192

CVE-2021-47192 is a Linux kernel vulnerability in the scsi/core sysfs path that caused a hang/deadlock when a device state is changed via sysfs after iSCSI recovery. The root cause described in connected advisories is that rescan was invoked with state_mutex still held, leading to scsi_host_in_re...

5.3CVSS6.5AI score0.00612EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.25 views

CVE-2021-47192 scsi: core: sysfs: Fix hang when device state is set via sysfs

In the Linux kernel, the following vulnerability has been resolved: scsi: core: sysfs: Fix hang when device state is set via sysfs This fixes a regression added with: commit f0f82e2476f6 "scsi: core: Fix capacity set to zero after offlinining device" The problem is that after iSCSI recovery, iscs...

6.9AI score0.00612EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.36 views

CVE-2021-47193

In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Fix memory leak during rmmod Driver failed to release all memory allocated. This would lead to memory leak during driver removal. Properly free memory when the module is removed...

5.5CVSS6.2AI score0.00225EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.37 views

CVE-2021-47192 scsi: core: sysfs: Fix hang when device state is set via sysfs

In the Linux kernel, the following vulnerability has been resolved: scsi: core: sysfs: Fix hang when device state is set via sysfs This fixes a regression added with: commit f0f82e2476f6 "scsi: core: Fix capacity set to zero after offlinining device" The problem is that after iSCSI recovery, iscs...

6.7AI score0.00612EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.29 views

CVE-2021-47193 scsi: pm80xx: Fix memory leak during rmmod

In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Fix memory leak during rmmod Driver failed to release all memory allocated. This would lead to memory leak during driver removal. Properly free memory when the module is removed...

5.5AI score0.00225EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/10 6:56 p.m.90 views

CVE-2021-47193

CVE-2021-47193 affects the Linux kernel SCSI PM80XX driver (pm80xx) where memory allocated by the module is not fully freed on rmmod, causing a memory leak during driver removal. The vulnerability is resolved in Linux kernel code by properly freeing memory when the module is removed. The CVE has ...

5.5CVSS6.4AI score0.00225EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.23 views

CVE-2021-47192

In the Linux kernel, the following vulnerability has been resolved: scsi: core: sysfs: Fix hang when device state is set via sysfs This fixes a regression added with: commit f0f82e2476f6 "scsi: core: Fix capacity set to zero after offlinining device" The problem is that after iSCSI recovery, iscs...

5.3CVSS5.6AI score0.00612EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.33 views

CVE-2021-47188 scsi: ufs: core: Improve SCSI abort handling

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Improve SCSI abort handling The following has been observed on a test setup: WARNING: CPU: 4 PID: 250 at drivers/scsi/ufs/ufshcd.c:2737 ufshcdqueuecommand+0x468/0x65c Call trace: ufshcdqueuecommand+0x468/0x65c...

7.8CVSS7.5AI score0.00239EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.48 views

CVE-2021-47188

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Improve SCSI abort handling The following has been observed on a test setup: WARNING: CPU: 4 PID: 250 at drivers/scsi/ufs/ufshcd.c:2737 ufshcdqueuecommand+0x468/0x65c Call trace: ufshcdqueuecommand+0x468/0x65c...

7.8CVSS7AI score0.00239EPSS
SaveExploits0
CVE
CVE
added 2024/04/10 6:56 p.m.118 views

CVE-2021-47188

CVE-2021-47188 affects the Linux kernel in the SCSI UFS core abort handling. The issue arises from an abort path where the lrbp->cmd may remain set, triggering a warning in ufshcd_queuecommand and related error handling. The documented fix is to clear lrbp->cmd from the abort path. Public a...

7.8CVSS6.3AI score0.00239EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder