Lucene search
+L

93 matches found

SUSE CVE
SUSE CVE
added 2025/09/16 11:33 p.m.6 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.00156EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/16 5:15 p.m.8 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.00156EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/16 5:15 p.m.9 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.00156EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/16 4:11 p.m.43 views

CVE-2022-50352

CVE-2022-50352 affects the Linux kernel’s net/hns driver (hnae_ae_register). If device_register() fails during probing and the kobject refcount isn’t decremented to 0, the name allocated in dev_set_name() is leaked. The fix calls put_device() so the name can be freed in kobject_cleanup(). The con...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.14 views

CVE-2022-50343 rapidio: fix possible name leaks when rio_add_device() fails

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible name leaks when rioadddevice fails Patch series "rapidio: fix three possible memory leaks". This patchset fixes three name leaks in error handling. - patch 1 fixes two name leaks while rioadddevice fails. -...

0.0016EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/16 4:11 p.m.8 views

CVE-2022-50343 rapidio: fix possible name leaks when rio_add_device() fails

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix possible name leaks when rioadddevice fails Patch series "rapidio: fix three possible memory leaks". This patchset fixes three name leaks in error handling. - patch 1 fixes two name leaks while rioadddevice fails. -...

5.5CVSS6.1AI score
SaveExploits0References12
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.9 views

PT-2025-38012

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw within the rapidio subsystem where a name leak can occur when the rio add device function fails. Specifically, if rio add device returns an error, the...

6AI score0.0016EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/09/16 12:00 a.m.8 views

PT-2025-38021

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the hnae ae register function within the networking subsystem. A memory leak can occur during module probing if device register fails, but the...

6.1AI score0.00156EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/09/15 11:28 p.m.7 views

SUSE CVE-2022-50331

In the Linux kernel, the following vulnerability has been resolved: wwanhwsim: fix possible memory leak in wwanhwsimdevnew 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.00154EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 3:15 p.m.39 views

DEBIAN-CVE-2022-50331

In the Linux kernel, the following vulnerability has been resolved: wwanhwsim: fix possible memory leak in wwanhwsimdevnew 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.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 3:15 p.m.8 views

UBUNTU-CVE-2022-50331

In the Linux kernel, the following vulnerability has been resolved: wwanhwsim: fix possible memory leak in wwanhwsimdevnew 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.7AI score0.00154EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:49 p.m.38 views

CVE-2022-50331

CVE-2022-50331 refers to a Linux kernel vulnerability in the wwan_hwsim subsystem. The description documents a memory leak in wwan_hwsim_dev_new() that can occur when probing a module if device_register() fails and the kobject refcount is not decremented to zero, leaking the name allocated in dev...

5.5CVSS6.1AI score0.00154EPSS
SaveExploits0References3Affected Software1
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
OSV
OSV
added 2025/09/15 2:15 p.m.13 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.12 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
Positive Technologies
Positive Technologies
added 2025/09/15 12:00 a.m.7 views

PT-2025-37633

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak was resolved in the wwan hwsim module within the Linux kernel. Specifically, a fault injection during module probing could lead to a memory leak in the wwan hwsim dev new...

6.2AI score0.00154EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/05/11 2:06 a.m.15 views

SUSE CVE-2022-49915

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDNregisterdevice Afer commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, add putdevice to give up the reference, so...

5.5CVSS6.4AI score0.00197EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/05/09 4:55 a.m.6 views

SUSE CVE-2022-49793

In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iiosysfstriginit devsetname allocates memory for name, it need be freed when deviceadd fails, call putdevice to give up the reference that hold in deviceinitialize, so that it can ...

3.3CVSS6.5AI score0.00219EPSS
SaveExploits0References11
SUSE CVE
SUSE CVE
added 2025/05/09 4:55 a.m.6 views

SUSE CVE-2022-49836

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in sioxdeviceadd If deviceregister returns error in sioxdeviceadd, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up the reference...

5.5CVSS6.3AI score0.00194EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/01 3:16 p.m.2 views

DEBIAN-CVE-2022-49836

In the Linux kernel, the following vulnerability has been resolved: siox: fix possible memory leak in sioxdeviceadd If deviceregister returns error in sioxdeviceadd, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up the reference...

5.5CVSS5.5AI score0.00194EPSS
SaveExploits0References1
Rows per page
Query Builder