Lucene search
+L

39 matches found

OSV
OSV
added 2025/05/02 3:56 p.m.9 views

CVE-2023-53140 scsi: core: Remove the /proc/scsi/${proc_name} directory earlier

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Remove the /proc/scsi/$procname directory earlier Remove the /proc/scsi/$procname directory earlier to fix a race condition between unloading and reloading kernel modules. This fixes a bug introduced in 2009 by commit...

5.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/05/02 3:56 p.m.34 views

CVE-2023-53128 scsi: mpi3mr: Fix throttle_groups memory leak

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix throttlegroups memory leak Add a missing kfree...

0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2025/05/02 3:54 p.m.16 views

CVE-2023-53038 scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc in lpfcsli4cgnparamsread If kzalloc fails in lpfcsli4cgnparamsread, then we rely on lpfcreadobject's routine to NULL check pdata. Currently, an early return error is thrown from lpfcreadobject to protect...

6AI score
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2025/03/26 12:00 a.m.11 views

The vulnerability of the pm8001_phy_control() function in the Linux kernel SCSI driver allows a hacker to cause a service failure.

The vulnerability of the pm8001phycontrol function in the Linux kernel SCSI driver is related to the reutilization of previously freed memory. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.7AI score0.00209EPSS
SaveExploits0References13Affected Software3
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.15 views

CVE-2022-49155

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Suppress a kernel complaint in qlacreateqpair 12.323788 BUG: using smpprocessorid in preemptible 00000000 code: systemd-udevd/1020 12.332297 caller is qla2xxxcreateqpair+0x32a/0x5d0 qla2xxx 12.338417 CPU: 7 PID: 10...

5.5CVSS5.5AI score0.00266EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.16 views

CVE-2022-49053

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmu: Fix possible page UAF tcmutrygetdatapage looks up pages under cmdrlock, but it does not take refcount properly and just returns page pointer. When tcmutrygetdatapage returns, the returned page may have been...

7.8CVSS5.6AI score0.00277EPSS
SaveExploits0
NVD
NVD
added 2024/12/29 12:15 p.m.13 views

CVE-2024-56748

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedfallocandinitsb Hook "qedops-common-sbinit = qedsbinit" does not release the DMA memory sbvirt when it fails. Add dmafreecoherent to free it. This is the same way as qedrallocmemsb and...

5.5CVSS0.00224EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/29 11:30 a.m.19 views

CVE-2024-56748 scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb()

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix a possible memory leak in qedfallocandinitsb Hook "qedops-common-sbinit = qedsbinit" does not release the DMA memory sbvirt when it fails. Add dmafreecoherent to free it. This is the same way as qedrallocmemsb and...

3.3CVSS6AI score
SaveExploits0References13
CVE
CVE
added 2024/12/27 1:49 p.m.163 views

CVE-2024-53170

CVE-2024-53170 is a Linux kernel block subsystem UAF issue: the flush-rq mapping may not be cleared during scsi probe due to blk_queue_init_done()/del_gendisk interaction, allowing a use‑after‑free in blk_mq_find_and_get_req during tag handling. Connected advisories/documentation confirm this vul...

7.8CVSS6.9AI score0.0024EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
added 2024/10/21 6:01 p.m.22 views

CVE-2024-49891

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths When the HBA is undergoing a reset or is handling an errata event, NULL ptr dereference crashes may occur in routines such as lpfcsliflushiorings,...

5.5CVSS5.5AI score0.00236EPSS
SaveExploits0
OSV
OSV
added 2024/08/17 10:15 a.m.2 views

DEBIAN-CVE-2024-43821

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix a possible null pointer dereference In function lpfcxcvrdatashow, the memory allocation with kmalloc might fail, thereby making rdpcontext a null pointer. In the following context and functions that use this...

5.5CVSS5.1AI score0.00225EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/07/12 12:20 p.m.27 views

CVE-2024-40901 scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid test/setbit operating in non-allocated memory There is a potential out-of-bounds access when using testbit on a single word. The testbit and setbit functions operate on long values, and when testing or settin...

6.8AI score0.00308EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/30 3:29 p.m.23 views

CVE-2024-36919 scsi: bnx2fc: Remove spin_lock_bh while releasing resources after upload

In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Remove spinlockbh while releasing resources after upload The session resources are used by FW and driver when session is offloaded, once session is uploaded these resources are not used. The lock is not required as...

6.8AI score0.00215EPSS
SaveExploits0References8
BDU FSTEC
BDU FSTEC
added 2024/02/13 12:00 a.m.6 views

The vulnerability of the lpfc_unregister_fcf_rescan() function in the drivers/scsi/lpfc/lpfc_hbadisc.c file of the Linux kernel’s SCSI subsystem allows a hacker to cause a service failure.

The vulnerability of the lpfcunregisterfcfrescan function in the drivers/scsi/lpfc/lpfchbadisc.c file of the Linux kernel’s SCSI subsystem is related to the dereferencing of a null pointer due to concurrent access to resources race condition. Exploiting this vulnerability could allow an attacker ...

4.7CVSS6.4AI score0.00184EPSS
SaveExploits0References7Affected Software2
SUSE CVE
SUSE CVE
added 2023/02/15 4:40 a.m.6 views

SUSE CVE-2017-13168

An elevation of privilege vulnerability in the kernel scsi driver. Product: Android. Versions: Android kernel. Android ID A-65023233...

7.8CVSS7.2AI score0.00388EPSS
SaveExploits0References3
OSV
OSV
added 2017/12/06 2:29 p.m.11 views

CVE-2017-13168

An elevation of privilege vulnerability in the kernel scsi driver. Product: Android. Versions: Android kernel. Android ID A-65023233...

7.8CVSS6.5AI score
SaveExploits0References8
OSV
OSV
added 2017/12/06 12:00 a.m.16 views

UBUNTU-CVE-2017-13168

An elevation of privilege vulnerability in the kernel scsi driver. Product: Android. Versions: Android kernel. Android ID A-65023233...

7.8CVSS7.1AI score0.00388EPSS
SaveExploits0References11
OSV
OSV
added 2017/09/08 8:29 p.m.6 views

CVE-2017-0794

A elevation of privilege vulnerability in the Upstream kernel scsi driver. Product: Android. Versions: Android kernel. Android ID: A-35644812...

7.8CVSS5.8AI score0.00426EPSS
SaveExploits0References4
OSV
OSV
added 2017/09/08 12:00 a.m.8 views

UBUNTU-CVE-2017-0794

A elevation of privilege vulnerability in the Upstream kernel scsi driver. Product: Android. Versions: Android kernel. Android ID: A-35644812...

7.8CVSS7.1AI score0.00426EPSS
SaveExploits0References6
Rows per page
Query Builder