Lucene search
+L

441 matches found

CVE
CVE
added 2025/10/15 7:58 a.m.54 views

CVE-2025-39998

CVE-2025-39998 affects the Linux kernel: the vulnerability is in scsi: target: target_core_configfs where a buffer overflow could occur due to using snprintf to fill a 256-byte buffer (LU_GROUP_NAME_BUF) in target_lu_gp_members_show. The fix adds a length check on snprintf’s return value to preve...

6.7AI score0.0024EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/15 7:58 a.m.6 views

CVE-2025-39998 scsi: target: target_core_configfs: Add length check to avoid buffer overflow

In the Linux kernel, the following vulnerability has been resolved: scsi: target: targetcoreconfigfs: Add length check to avoid buffer overflow A buffer overflow arises from the usage of snprintf to write into the buffer "buf" in targetlugpmembersshow function located in...

7AI score0.0024EPSS
SaveExploits0References12
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53576

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nullblk: Always check queue mode setting from configfs Make sure to check device queue mode in the nullvalidateconf and return error for NULLQRQ as we don't all...

5.5CVSS6.6AI score0.00135EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/07 3:21 p.m.4 views

EUVD-2025-32771

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix buffer overflow in liotargetnaclinfoshow The function liotargetnaclinfoshow uses sprintf in a loop to print details for every iSCSI connection in a session without checking for the buffer length. With...

6.4AI score0.00159EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.9 views

EUVD-2020-7763

Malware in sbrugna...

7.2CVSS7AI score0.01314EPSS
SaveExploits0References23
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.9 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-987277)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987277 advisory. In the Linux kernel, the following vulnerability has been resolved: configfs: fix a race in configfs,unregistersubsystem When configfsregistersubsystem or...

4.7CVSS5.9AI score0.00165EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.14 views

PT-2025-41120

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The lio target nacl info show function within the iSCSI target component does not properly validate buffer lengths when using sprintf in a loop to display details for each iSCSI...

7.8CVSS6.4AI score0.00333EPSS
SaveExploits3References273
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.9 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986531)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986531 advisory. In the Linux kernel, the following vulnerability has been resolved: usb: gadget: configfs: Prevent OOB read/write in usbstringcopy Userspace provided string 's' coul...

5.5CVSS6.3AI score0.00233EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/05 2:56 a.m.5 views

SUSE CVE-2023-53576

In the Linux kernel, the following vulnerability has been resolved: nullblk: Always check queue mode setting from configfs Make sure to check device queue mode in the nullvalidateconf and return error for NULLQRQ as we don't allow legacy I/O path, without this patch we get OOPs when queue mode is...

5.5CVSS6.4AI score0.00135EPSS
SaveExploits0References5
NVD
NVD
added 2025/10/04 4:15 p.m.11 views

CVE-2023-53576

In the Linux kernel, the following vulnerability has been resolved: nullblk: Always check queue mode setting from configfs Make sure to check device queue mode in the nullvalidateconf and return error for NULLQRQ as we don't allow legacy I/O path, without this patch we get OOPs when queue mode is...

5.5CVSS0.00135EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/04 4:15 p.m.3 views

UBUNTU-CVE-2023-53576

In the Linux kernel, the following vulnerability has been resolved: nullblk: Always check queue mode setting from configfs Make sure to check device queue mode in the nullvalidateconf and return error for NULLQRQ as we don't allow legacy I/O path, without this patch we get OOPs when queue mode is...

5.5CVSS5.7AI score0.00135EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/10/04 3:17 p.m.13 views

CVE-2023-53576 null_blk: Always check queue mode setting from configfs

In the Linux kernel, the following vulnerability has been resolved: nullblk: Always check queue mode setting from configfs Make sure to check device queue mode in the nullvalidateconf and return error for NULLQRQ as we don't allow legacy I/O path, without this patch we get OOPs when queue mode is...

0.00135EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/04 3:17 p.m.24 views

CVE-2023-53576

CVE-2023-53576 affects the Linux kernel’s null_blk driver. The patch ensures queue mode is always validated from configfs by checking queue_mode in null_validate_conf() and returning an error for NULL_Q_RQ to prevent a NULL I/O path OOPs when queue_mode is set to 1. Reproduction steps are provide...

5.5CVSS6AI score0.00135EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/10/04 3:17 p.m.6 views

CVE-2023-53576 null_blk: Always check queue mode setting from configfs

In the Linux kernel, the following vulnerability has been resolved: nullblk: Always check queue mode setting from configfs Make sure to check device queue mode in the nullvalidateconf and return error for NULLQRQ as we don't allow legacy I/O path, without this patch we get OOPs when queue mode is...

5.5CVSS6.3AI score0.00135EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.7 views

PT-2025-40718

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.3.0-rc5lblk+ 5 Description The Linux kernel contained a flaw in the null block null blk driver related to the handling of queue mode settings through configfs. Specifically, the code did not adequately validate...

6.7AI score0.00135EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-22866

Malicious code in bioql PyPI...

7.6AI score0.00153EPSS
SaveExploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-28930

Malicious code in bioql PyPI...

6.3AI score0.00151EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2025-26106

Malicious code in bioql PyPI...

7.5AI score0.00174EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-20806

Malicious code in bioql PyPI...

6.3AI score0.00136EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-20046

Malicious code in bioql PyPI...

7.6AI score0.00148EPSS
SaveExploits0References3
Rows per page
Query Builder