Lucene search
K

42 matches found

NVD
NVD
added 2025/09/15 2:15 p.m.4 views

CVE-2022-50244

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlpciinitafu|adapter If deviceregister fails in cxlpciafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-deref becau...

5.5CVSS0.00149EPSS
Exploits0References9
CVE
CVE
added 2025/09/15 2:2 p.m.23 views

CVE-2022-50244

CVE-2022-50244 affects the Linux kernel code path in cxl_pci_init_afu|adapter() where a failed device_register() leaves a not-added device and leads to a potential null pointer dereference if device_unregister() is called in the error path. The fix splits unregister logic into device_del() and pu...

5.5CVSS6.1AI score0.00149EPSS
Exploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2025/05/10 2:53 a.m.4 views

SUSE CVE-2025-37836

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pciregisterhostbridge If deviceregister fails, call putdevice to give up the reference to avoid a memory leak, per the comment at deviceregister. Found by code review. bhelgaas: squash Dan Carpenter's...

5.5CVSS7.7AI score0.00246EPSS
Exploits0References17
Cvelist
Cvelist
added 2025/05/09 6:41 a.m.12 views

CVE-2025-37836 PCI: Fix reference leak in pci_register_host_bridge()

In the Linux kernel, the following vulnerability has been resolved: PCI: Fix reference leak in pciregisterhostbridge If deviceregister fails, call putdevice to give up the reference to avoid a memory leak, per the comment at deviceregister. Found by code review. bhelgaas: squash Dan Carpenter's...

0.00246EPSS
Exploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.8 views

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.5CVSS0.0016EPSS
Exploits0References6
NVD
NVD
added 2025/05/01 3:16 p.m.6 views

CVE-2022-49780

In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix possible name leak in tcmloopsetuphbabus If deviceregister fails in tcmloopsetuphbabus, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give...

5.5CVSS0.00177EPSS
Exploits0References6
OSV
OSV
added 2025/05/01 2:9 p.m.7 views

CVE-2022-49836 siox: fix possible memory leak in siox_device_add()

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.9AI score0.0016EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/03/28 3:39 a.m.1 views

SUSE CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS6.6AI score0.00226EPSS
Exploits0References3
OSV
OSV
added 2025/03/27 5:15 p.m.2 views

DEBIAN-CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS5AI score0.00226EPSS
Exploits0References1
CVE
CVE
added 2025/03/27 4:37 p.m.60 views

CVE-2023-52929

The CVE-2023-52929 entry concerns a Linux kernel nvmem core cleanup bug: if dev_set_name() fails, nvmem->wp_gpio remains leaked because the cleanup path doesn’t release it. The described fix prefers reworking initialization and cleanup by splitting device_register() and reusing the nvmem_relea...

5.5CVSS6.7AI score0.00226EPSS
Exploits0References4Affected Software1
CNNVD
CNNVD
added 2024/10/21 12:0 a.m.3 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 issue with the platform/x86 component being reused after release in the event of a platformdeviceregister...

7.8CVSS6.6AI score0.00248EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/05/27 8:30 a.m.9 views

CVE-2021-47472

REJECTED CVE A memory leak bug was identified in the Linux kernel's net: mdiobus module. When deviceregister fails during mdiobusregister, the reference count is not decremented via putdevice, resulting in unreferenced memory allocations and subsequent leaks...

9.1AI score
Exploits0References4
NVD
NVD
added 2024/05/22 7:15 a.m.6 views

CVE-2021-47472

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.5AI score
Exploits0
CVE
CVE
added 2024/05/22 6:23 a.m.74 views

CVE-2021-47472

CVE-2021-47472 is rejected/not used as per the Initial Description.

7.7AI score
Exploits0
Vulnrichment
Vulnrichment
added 2024/05/21 3:4 p.m.16 views

CVE-2021-47416 phy: mdio: fix memory leak

In the Linux kernel, the following vulnerability has been resolved: phy: mdio: fix memory leak Syzbot reported memory leak in MDIO bus interface, the problem was in wrong state logic. MDIOBUSALLOCATED indicates 2 states: 1. Bus is only allocated 2. Bus allocated and mdiobusregister fails, but...

6.8AI score0.00234EPSS
Exploits0References8
Cvelist
Cvelist
added 2024/05/01 1:3 p.m.14 views

CVE-2023-52652 NTB: fix possible name leak in ntb_register_device()

In the Linux kernel, the following vulnerability has been resolved: NTB: fix possible name leak in ntbregisterdevice If deviceregister fails in ntbregisterdevice, the device name allocated by devsetname should be freed. As per the comment in deviceregister, callers should use putdevice to give up...

7.4AI score0.00273EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2024/05/01 1:3 p.m.17 views

CVE-2023-52652

In the Linux kernel, the following vulnerability has been resolved: NTB: fix possible name leak in ntbregisterdevice If deviceregister fails in ntbregisterdevice, the device name allocated by devsetname should be freed. As per the comment in deviceregister, callers should use putdevice to give up...

5.5CVSS7.2AI score0.00273EPSS
Exploits0
OSV
OSV
added 2023/02/13 5:38 p.m.9 views

GSD-2023-1002066 thermal: core: call put_device() only after device_register() fails

thermal: core: call putdevice only after deviceregister fails This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.15.91 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2023/02/13 5:25 p.m.13 views

GSD-2023-1001919 thermal: core: call put_device() only after device_register() fails

thermal: core: call putdevice only after deviceregister fails This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v6.1.9 by commit...

7.2AI score
Exploits0
OSV
OSV
added 2023/01/17 7:12 p.m.8 views

GSD-2023-1001412 scsi: fcoe: Fix possible name leak when device_register() fails

scsi: fcoe: Fix possible name leak when deviceregister fails This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.10.163 by commit...

7.2AI score
Exploits0
Rows per page
Query Builder