Lucene search
+L

496 matches found

OSV
OSV
added 2025/10/01 12:15 p.m.8 views

UBUNTU-CVE-2022-50431

In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails, call soundbusdevput to give up the reference that hold in...

5.5CVSS5.8AI score0.00146EPSS
SaveExploits0References11
OSV
OSV
added 2025/10/01 11:46 a.m.7 views

CVE-2023-53514 gpu: host1x: Fix memory leak of device names

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2025/10/01 11:42 a.m.9 views

CVE-2023-53480 kobject: Add sanity check for kset->kobj.ktype in kset_register()

In the Linux kernel, the following vulnerability has been resolved: kobject: Add sanity check for kset-kobj.ktype in ksetregister When I register a kset in the following way: static struct kset mykset; kobjectsetname&mykset.kobj, "mykset"; ret = ksetregister&mykset; A null pointer dereference...

0.00146EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/01 11:42 a.m.4 views

CVE-2023-53480 kobject: Add sanity check for kset->kobj.ktype in kset_register()

In the Linux kernel, the following vulnerability has been resolved: kobject: Add sanity check for kset-kobj.ktype in ksetregister When I register a kset in the following way: static struct kset mykset; kobjectsetname&mykset.kobj, "mykset"; ret = ksetregister&mykset; A null pointer dereference...

6.3AI score
SaveExploits0References10
CVE
CVE
added 2025/10/01 11:42 a.m.28 views

CVE-2023-53480

CVE-2023-53480 : In the Linux kernel, a o bject-level NULL-dereference can occur when registering a kset if its embedded kobject’s ktype is not initialized. The described scenario initializes a kset and its kobject name but omits kset.kobj.ktype, leading to a NULL pointer dereference in kobject_a...

5.5CVSS6AI score0.00146EPSS
SaveExploits0References7Affected Software1
Positive Technologies
Positive Technologies
added 2025/10/01 12:0 a.m.4 views

PT-2025-40116

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak was identified in the i2sbus add dev function within the ALSA subsystem related to the AOA Accessories Over Audio driver. The dev set name function in soundbus add one...

6.2AI score0.00146EPSS
SaveExploits0References10
CVE
CVE
added 2025/09/23 6:0 a.m.46 views

CVE-2025-39871

CVE-2025-39871 relates to the Linux kernel dmaengine idxd driver. The fix removes an improper idxd_free() call that could trigger a duplicate put_device() leading to refcount underflow and a use-after-free during module unload. The issue arises in idxd_remove() and during module exit when CONFIG_...

7.8CVSS6.2AI score0.0014EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2025/09/18 4:15 p.m.10 views

DEBIAN-CVE-2023-53436

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.5CVSS5.3AI score0.00136EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/09/18 4:4 p.m.11 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...

0.00136EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/18 4:4 p.m.30 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.00136EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/18 4:4 p.m.3 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...

6.1AI score0.00219EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/18 4:4 p.m.37 views

CVE-2022-50419

CVE-2022-50419 concerns the Linux kernel Bluetooth subsystem, specifically the hci_sysfs path. The public description states that the issue arises from attempting to call device_add multiple times for a single device structure, violating documented expectations that device_add() (and device_regis...

8.8CVSS6.1AI score0.00219EPSS
SaveExploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2025/09/16 11:33 p.m.5 views

SUSE CVE-2022-50349

In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm7xx1switchmedia If deviceregister returns error in tifm7xx1switchmedia, name of kobject which is allocated in devsetname called in deviceadd is leaked. Never directly free @dev after...

5.5CVSS6.5AI score0.00149EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/09/16 11:33 p.m.5 views

SUSE CVE-2022-50352

In the Linux kernel, the following vulnerability has been resolved: net: hns: fix possible memory leak in hnaeaeregister Inject fault while probing module, if deviceregister fails, but the refcount of kobject is not decreased to 0, the name allocated in devsetname is leaked. Fix this by calling...

5.5CVSS6.5AI score0.00147EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/09/16 5:39 p.m.3 views

CVE-2022-50349

In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm7xx1switchmedia If deviceregister returns error in tifm7xx1switchmedia, name of kobject which is allocated in devsetname called in deviceadd is leaked. Never directly free @dev after...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/16 5:15 p.m.3 views

DEBIAN-CVE-2022-50352

In the Linux kernel, the following vulnerability has been resolved: net: hns: fix possible memory leak in hnaeaeregister Inject fault while probing module, if deviceregister fails, but the refcount of kobject is not decreased to 0, the name allocated in devsetname is leaked. Fix this by calling...

5.5CVSS5.3AI score0.00147EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 5:15 p.m.2 views

DEBIAN-CVE-2022-50349

In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm7xx1switchmedia If deviceregister returns error in tifm7xx1switchmedia, name of kobject which is allocated in devsetname called in deviceadd is leaked. Never directly free @dev after...

5.5CVSS5.3AI score0.00149EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/16 5:15 p.m.9 views

CVE-2022-50349

In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm7xx1switchmedia If deviceregister returns error in tifm7xx1switchmedia, name of kobject which is allocated in devsetname called in deviceadd is leaked. Never directly free @dev after...

5.5CVSS0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/16 5:15 p.m.6 views

UBUNTU-CVE-2022-50349

In the Linux kernel, the following vulnerability has been resolved: misc: tifm: fix possible memory leak in tifm7xx1switchmedia If deviceregister returns error in tifm7xx1switchmedia, name of kobject which is allocated in devsetname called in deviceadd is leaked. Never directly free @dev after...

5.5CVSS5.8AI score0.00149EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/16 5:15 p.m.7 views

UBUNTU-CVE-2022-50352

In the Linux kernel, the following vulnerability has been resolved: net: hns: fix possible memory leak in hnaeaeregister Inject fault while probing module, if deviceregister fails, but the refcount of kobject is not decreased to 0, the name allocated in devsetname is leaked. Fix this by calling...

5.5CVSS5.8AI score0.00147EPSS
SaveExploits0References11
Rows per page
Query Builder