Lucene search
+L

496 matches found

Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.3 views

CVE-2022-50352 net: hns: fix possible memory leak in hnae_ae_register()

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...

6.1AI score0.00147EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/16 4:11 p.m.33 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.00147EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.8 views

CVE-2022-50349 misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()

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...

0.00149EPSS
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/09/16 4:11 p.m.2 views

CVE-2022-50349 misc: tifm: fix possible memory leak in tifm_7xx1_switch_media()

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...

6.1AI score0.00149EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/09/16 4:11 p.m.10 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.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/16 4:11 p.m.5 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
CNNVD
CNNVD
added 2025/09/16 12:0 a.m.1 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 Linux kernel that stems from not properly releasing the kobject reference count when device registration fails, which could lead to a memory...

5.5CVSS5.7AI score0.00147EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.8 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.00149EPSS
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.6 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.00147EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 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.00169EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.15 views

EulerOS 2.0 SP13 : kernel (EulerOS-SA-2025-2134)

According to the versions of the kernel packages installed, the EulerOS installation on the remote host is affected by the following vulnerabilities : x86/fpu: KVM: Set the base guest FPU uABI size to sizeofstruct kvmxsave.CVE-2022-49557 A cross-privilege Spectre v2 vulnerability allows attackers...

8.8CVSS7.8AI score0.08555EPSS
SaveExploits1References24
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.5 views

SUSE CVE-2022-50304

In the Linux kernel, the following vulnerability has been resolved: mtd: core: fix possible resource leak in initmtd I got the error report while inject fault in initmtd: sysfs: cannot create duplicate filename '/devices/virtual/bdi/mtd-0' Call Trace: dumpstacklvl+0x67/0x83 sysfswarndup+0x60/0x70...

5.5CVSS6.4AI score0.00145EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/09/15 11:28 p.m.4 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.00143EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 3:15 p.m.32 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.00143EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.8 views

CVE-2022-50304

In the Linux kernel, the following vulnerability has been resolved: mtd: core: fix possible resource leak in initmtd I got the error report while inject fault in initmtd: sysfs: cannot create duplicate filename '/devices/virtual/bdi/mtd-0' Call Trace: dumpstacklvl+0x67/0x83 sysfswarndup+0x60/0x70...

5.5CVSS0.00145EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.4 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.00143EPSS
SaveExploits0References6
CVE
CVE
added 2025/09/15 2:49 p.m.27 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.00143EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:48 p.m.12 views

CVE-2022-50316 orangefs: Fix kmemleak in orangefs_sysfs_init()

In the Linux kernel, the following vulnerability has been resolved: orangefs: Fix kmemleak in orangefssysfsinit When insert and remove the orangefs module, there are kobjects memory leaked as below: unreferenced object 0xffff88810f95af00 size 64: comm "insmod", pid 783, jiffies 4294813439 age...

0.00143EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 2:21 p.m.3 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...

6.4AI score
SaveExploits0References12
OSV
OSV
added 2025/09/15 2:15 p.m.2 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.00146EPSS
SaveExploits0References1
Rows per page
Query Builder