Lucene search
+L

212 matches found

OSV
OSV
added 2025/09/18 4:04 p.m.5 views

CVE-2023-53436 scsi: snic: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

5.5CVSS4.9AI score
SaveExploits0References11
Vulnrichment
Vulnrichment
added 2025/09/18 4:04 p.m.6 views

CVE-2023-53436 scsi: snic: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: snic: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to give up the reference in the error...

5.9AI score0.00145EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 4:04 p.m.36 views

CVE-2023-53436

CVE-2023-53436 : In the Linux kernel, the scsi: snic path had a memory leak when device_add() fails because the name allocated by dev_set_name() wasn’t freed. The fix releases the reference in the error path by calling put_device(), allowing kobject_cleanp() to free the name. The vulnerability’s ...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/09/18 4:04 p.m.8 views

CVE-2022-50419

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

8.8CVSS5.6AI score0.00235EPSS
SaveExploits0
OSV
OSV
added 2025/09/18 4:04 p.m.7 views

CVE-2022-50419 Bluetooth: hci_sysfs: Fix attempting to call device_add multiple times

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisysfs: Fix attempting to call deviceadd multiple times deviceadd shall not be called multiple times as stated in its documentation: 'Do not call this routine or deviceregister more than once for any device structure...

8.8CVSS6.2AI score
SaveExploits0References12
CNNVD
CNNVD
added 2025/09/18 12:00 a.m.4 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from multiple calls to the deviceadd function, which could cause the kernel to crash...

7.8CVSS5.9AI score0.00235EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/09/16 11:34 p.m.7 views

SUSE CVE-2022-50282

In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the following report: ------------ cut here ------------ kobject: 'null' 0000000039956980: is not initialized, yet kobjectput is being called...

7CVSS6.8AI score0.0018EPSS
SaveExploits0References11
NVD
NVD
added 2025/09/16 5:15 p.m.6 views

CVE-2023-53307

In the Linux kernel, the following vulnerability has been resolved: rbd: avoid use-after-free in dorbdadd when rbddevcreate fails If getting an ID or setting up a work queue in rbddevcreate fails, use-after-free on rbddev-rbdclient, rbddev-spec and rbddev-opts is triggered in dorbdadd. The root...

7.8CVSS0.0016EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50282

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the following report: ------------ cut here ------------ kobject: 'null'...

5.5CVSS6AI score0.0018EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:00 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2023-53174

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd...

5.5CVSS5.6AI score0.00156EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.7 views

DEBIAN-CVE-2022-50282

In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the following report: ------------ cut here ------------ kobject: 'null' 0000000039956980: is not initialized, yet kobjectput is being called...

5.5CVSS5.3AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-CVE-2022-50282

In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the following report: ------------ cut here ------------ kobject: 'null' 0000000039956980: is not initialized, yet kobjectput is being called...

5.5CVSS5.9AI score0.0018EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/15 2:21 p.m.14 views

CVE-2022-50282 chardev: fix error handling in cdev_device_add()

In the Linux kernel, the following vulnerability has been resolved: chardev: fix error handling in cdevdeviceadd While doing fault injection test, I got the following report: ------------ cut here ------------ kobject: 'null' 0000000039956980: is not initialized, yet kobjectput is being called...

0.0018EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/15 2:15 p.m.3 views

DEBIAN-CVE-2023-53174

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 2:15 p.m.6 views

CVE-2023-53174

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

5.5CVSS0.00156EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 2:15 p.m.11 views

UBUNTU-CVE-2023-53174

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

5.5CVSS5.8AI score0.00156EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 2:04 p.m.11 views

CVE-2023-53174 scsi: core: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

4.9AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/09/15 2:04 p.m.13 views

CVE-2023-53174 scsi: core: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name allocated by devsetname needs be freed. As the comment of deviceadd says, putdevice should be used to decrease the reference count in th...

0.00156EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/15 2:04 p.m.33 views

CVE-2023-53174

CVE-2023-53174 is a Linux kernel local vulnerability affecting the SCSI core: memory leak on the error path from device_add() when allocation of the device name fails. The root cause is that the name allocated by dev_set_name() is not freed and reference counting is mishandled; the fix adds a put...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.5 views

PT-2025-37675

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a memory leak in the watchdog cdev register function. The issue occurs because put device is not called when cdev device add fails and wdd-id is not equal to ...

6.1AI score0.00156EPSS
SaveExploits0References10
Rows per page
Query Builder