Lucene search
+L

121 matches found

AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.6 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Avoid potential use-of-memory issues in devlosstmocallbk. Smatch detected a potential use-of-memory of an ndlp object in devlosstmocallbk during driver unloading or fatal error handling. The fix involves reordering th...

7.8CVSS6.3AI score0.00169EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.6 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat function with FORTIFY support triggers a panic because it assumes that the target buffer will overflow, even though the correct target buffer size is provided. In any case,...

5.5CVSS6.1AI score0.00178EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/21 12:31 p.m.7 views

EUVD-2022-54708

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix resource leak in lpfcsli4sendseqtoulp If no handler is found in lpfccompleteunsoliocb to match the rctl of a received frame, the frame is dropped and resources are leaked. Fix by returning resources when discardin...

5.5CVSS5.2AI score0.00263EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:07 p.m.9 views

EUVD-2023-59907

Malicious code in bioql PyPI...

6.3AI score0.00159EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-26774

Malicious code in bioql PyPI...

6.3AI score0.0017EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/01 11:45 a.m.9 views

CVE-2022-50467 scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFTID An error case exit from lpfccmplctcmdgftid results in a call to lpfcnlpput with a null pointer to a nodelist structure. Changed lpfccmplctcmdgftid to...

6.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/19 3:26 p.m.28 views

CVE-2025-39841 scsi: lpfc: Fix buffer free/clear order in deferred receive path

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

9.8CVSS0.0047EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/19 3:26 p.m.6 views

CVE-2025-39841 scsi: lpfc: Fix buffer free/clear order in deferred receive path

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix buffer free/clear order in deferred receive path Fix a use-after-free window by correcting the buffer release sequence in the deferred receive path. The code freed the RQ buffer first and only then cleared the...

9.8CVSS6.4AI score
SaveExploits0References15
OSV
OSV
added 2025/09/16 8:11 a.m.10 views

CVE-2023-53282 scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write During the sysfs firmware write process, a use-after-free read warning is logged from the lpfcwrobject routine: BUG: KFENCE: use-after-free read in...

7.8CVSS6.3AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/09/16 8:11 a.m.27 views

CVE-2023-53282

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix use-after-free KFENCE violation during sysfs firmware write During the sysfs firmware write process, a use-after-free read warning is logged from the lpfcwrobject routine: BUG: KFENCE: use-after-free read in...

7.8CVSS6.2AI score0.00159EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 10:58 a.m.5 views

scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI

...

8.8CVSS7AI score0.00313EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/03 9:50 p.m.7 views

scsi: lpfc: Protect memory leak for NPIV ports sending PLOGI_RJT

...

5.5CVSS7AI score0.00229EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/09/02 4:26 a.m.9 views

kernel: scsi: lpfc: Use memcpy() for BIOS version

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS7AI score0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2025/08/01 11:09 a.m.8 views

OESA-2025-1925 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix null pointer dereference after failing to issue FLOGI and PLOGI If lpfcissueelsflogi fails and returns non-zero status, the node reference count ...

7.8CVSS6.2AI score0.00518EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.8 views

SUSE CVE-2025-38289

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Avoid potential ndlp use-after-free in devlosstmocallbk Smatch detected a potential use-after-free of an ndlp oject in devlosstmocallbk during driver unload or fatal error handling. Fix by reordering code to avoid...

6.7CVSS6.7AI score0.00169EPSS
SaveExploits0References26
OSV
OSV
added 2025/07/10 9:15 a.m.3 views

DEBIAN-CVE-2025-38332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS5.9AI score0.00178EPSS
SaveExploits0References1
NVD
NVD
added 2025/07/10 8:15 a.m.13 views

CVE-2025-38289

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Avoid potential ndlp use-after-free in devlosstmocallbk Smatch detected a potential use-after-free of an ndlp oject in devlosstmocallbk during driver unload or fatal error handling. Fix by reordering code to avoid...

7.8CVSS0.00169EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.7 views

CVE-2025-38332

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Use memcpy for BIOS version The strlcat with FORTIFY support is triggering a panic because it thinks the target buffer will overflow although the correct target buffer size is passed in. Anyway, instead of memset with...

5.5CVSS5.9AI score0.00178EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:15 a.m.4 views

DEBIAN-CVE-2022-50027

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE There is no corresponding free routine if lpfcsli4issuewqe fails to issue the CMF WQE in lpfcissuecmfsyncwqe. If retval is non-zero, then free the iocbq request...

5.5CVSS5.3AI score0.00174EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.21 views

CVE-2022-50027 scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix possible memory leak when failing to issue CMF WQE There is no corresponding free routine if lpfcsli4issuewqe fails to issue the CMF WQE in lpfcissuecmfsyncwqe. If retval is non-zero, then free the iocbq request...

0.00174EPSS
SaveExploits0References3
Rows per page
Query Builder