Lucene search
+L

50 matches found

Tenable Nessus
Tenable Nessus
•added 2025/12/11 12:00 a.m.•10 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-991172)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-991172 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: target: tcmloop: Fix possible name leak in tcmloopsetuphbabus If deviceregister fails in...

5.5CVSS6.1AI score0.0021EPSS
SaveExploits0References4
OSV
OSV
•added 2025/12/09 4:17 p.m.•10 views

DEBIAN-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.3AI score0.00244EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2025/11/05 12:00 a.m.•3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-988951)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-988951 advisory. 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...

5.5CVSS6.2AI score0.00234EPSS
SaveExploits0References4
NVD
NVD
•added 2025/10/07 4:15 p.m.•12 views

CVE-2022-50547

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

5.5CVSS0.00203EPSS
SaveExploits0References9
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•12 views

EUVD-2025-12945

Malicious code in bioql PyPI...

7.1AI score0.00194EPSS
SaveExploits0References7
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•18 views

EUVD-2025-9387

Malicious code in bioql PyPI...

7.8CVSS7.2AI score0.00215EPSS
SaveExploits0References9
OSV
OSV
•added 2025/09/16 5:15 p.m.•10 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
NVD
NVD
•added 2025/09/16 5:15 p.m.•8 views

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.5CVSS0.00156EPSS
SaveExploits0References8
NVD
NVD
•added 2025/09/15 2:15 p.m.•10 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.0016EPSS
SaveExploits0References9
CVE
CVE
•added 2025/09/15 2:02 p.m.•49 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.0016EPSS
SaveExploits0References9Affected Software1
SUSE CVE
SUSE CVE
•added 2025/05/10 2:53 a.m.•8 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.00301EPSS
SaveExploits0References17
Cvelist
Cvelist
•added 2025/05/09 6:41 a.m.•19 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.00301EPSS
SaveExploits0References8
NVD
NVD
•added 2025/05/01 3:16 p.m.•17 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.00194EPSS
SaveExploits0References6
NVD
NVD
•added 2025/05/01 3:16 p.m.•12 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.0021EPSS
SaveExploits0References6
OSV
OSV
•added 2025/05/01 2:09 p.m.•16 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.9AI score
SaveExploits0References9
SUSE CVE
SUSE CVE
•added 2025/03/28 3:39 a.m.•11 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.00241EPSS
SaveExploits0References3
OSV
OSV
•added 2025/03/27 5:15 p.m.•10 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.00241EPSS
SaveExploits0References1
CVE
CVE
•added 2025/03/27 4:37 p.m.•94 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.00241EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
•added 2024/10/21 12:00 a.m.•4 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
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2024/05/27 8:30 a.m.•14 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
SaveExploits0References4
Rows per page
Query Builder