Lucene search
+L

255 matches found

OSV
OSV
added 2025/12/24 11:15 a.m.6 views

UBUNTU-CVE-2023-54017

In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: fix possible memory leak in ibmebusbusinit If deviceregister returns error in ibmebusbusinit, name of kobject which is allocated in devsetname called in deviceadd is leaked. As comment of deviceadd says, it shoul...

5.8AI score0.00192EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/24 10:55 a.m.34 views

CVE-2022-50702 vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix possible memory leak in vdpasimnetinit and vdpasimblkinit Inject fault while probing module, if deviceregister fails in vdpasimnetinit or vdpasimblkinit, but the refcount of kobject is not decreased to 0, the name...

0.00175EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.5 views

PT-2025-53138

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the nsim bus dev new function within the netdevsim module of the Linux kernel. If device register fails during the execution of this function, the dev reference i...

6.4AI score0.00202EPSS
SaveExploits0References15
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.5 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 the failure of deviceregister to free an allocated device name when it fails, which could lead to a memory...

6AI score0.00202EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/12/11 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2022-50672

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. T...

5.6AI score0.00218EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.11 views

SUSE CVE-2022-50672

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

5.5CVSS6.4AI score0.00218EPSS
SaveExploits0References7
NVD
NVD
added 2025/12/09 4:17 p.m.9 views

CVE-2022-50672

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

0.00218EPSS
SaveExploits0References6
NVD
NVD
added 2025/12/09 4:17 p.m.8 views

CVE-2022-50669

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

0.00224EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 4:17 p.m.10 views

DEBIAN-CVE-2022-50669

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

5.3AI score0.00224EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.5 views

UBUNTU-CVE-2022-50672

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

5.7AI score0.00218EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 4:17 p.m.5 views

UBUNTU-CVE-2022-50669

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

5.8AI score0.00224EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 1:29 a.m.24 views

CVE-2022-50672

CVE-2022-50672 concerns the Linux kernel mailbox path for zynq-ipi where device_register() failures could leak the name allocated by dev_set_name() and leave a non-NULL parent, potentially causing a crash during device cleanup. The described fix calls put_device() to release references and allow ...

6AI score0.00218EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:29 a.m.6 views

CVE-2022-50672 mailbox: zynq-ipi: fix error handling while device_register() fails

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

6.3AI score0.00218EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.30 views

CVE-2022-50672 mailbox: zynq-ipi: fix error handling while device_register() fails

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

0.00218EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.32 views

CVE-2022-50669 misc: ocxl: fix possible name leak in ocxl_file_register_afu()

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

0.00224EPSS
SaveExploits0References6
CVE
CVE
added 2025/12/09 1:29 a.m.17 views

CVE-2022-50669

In CVE-2022-50669, the Linux kernel’s misc: ocxl subsystem contains a name-leak risk in ocxl_file_register_afu() when device_register() errors. The root cause is that the name allocated via dev_set_name() isn’t freed on error, delaying cleanup until kobject_cleanup() and info_release(). The fix a...

6AI score0.00224EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.7 views

CVE-2022-50669

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

5.3AI score0.00224EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50624

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: netsec: fix error handling in netsecregistermdio If phydeviceregister fails, phydevicefree need be called to put refcount, so memory of phy device and devi...

5.6AI score0.00183EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2025/12/09 12:0 a.m.7 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 an unchecked deviceregister return value, which could lead to a memory leak and null pointer dereference...

6AI score0.00218EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/09 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-50669

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - misc: ocxl: fix possible name leak in ocxlfileregisterafu If deviceregister returns error in ocxlfileregisterafu, the name allocated by devsetname need be freed...

5.6AI score0.00224EPSS
SaveExploits0References3
Rows per page
Query Builder