Lucene search
+L

163 matches found

OSV
OSV
added 2025/09/15 2:2 p.m.8 views

CVE-2022-50244 cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()

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

6.1AI score
SaveExploits0References12
Cvelist
Cvelist
added 2025/09/15 2:2 p.m.15 views

CVE-2022-50244 cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()

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

0.00149EPSS
SaveExploits0References9
CVE
CVE
added 2025/09/15 2:2 p.m.33 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
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:0 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2022-49818

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by...

5.5CVSS5.6AI score0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2025/06/18 11:15 a.m.8 views

CVE-2022-50188

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount leak in mesonencoderhdmiinit offinddevicebynode takes reference, we should use putdevice to release it when not need anymore. Add missing putdevice in error path to avoid refcount leak...

5.5CVSS0.00202EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.11 views

DEBIAN-CVE-2022-50188

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount leak in mesonencoderhdmiinit offinddevicebynode takes reference, we should use putdevice to release it when not need anymore. Add missing putdevice in error path to avoid refcount leak...

5.5CVSS5.3AI score0.00202EPSS
SaveExploits0References1
CVE
CVE
added 2025/06/18 11:2 a.m.31 views

CVE-2022-50119

The CVE-2022-50119 issue concerns the Linux kernel and a refcount leak in rpmsg_register_device_override. The root cause is that put_device was not invoked to free the vchan on a driver_set_override error path, risking a leak. The fix adds a put_device() in the error path to ensure proper resourc...

5.5CVSS6.4AI score0.00159EPSS
SaveExploits0References7Affected Software1
SUSE CVE
SUSE CVE
added 2025/05/11 2:6 a.m.11 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.00193EPSS
SaveExploits0References12
SUSE CVE
SUSE CVE
added 2025/05/10 2:53 a.m.6 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.00269EPSS
SaveExploits0References17
OSV
OSV
added 2025/05/09 7:16 a.m.6 views

UBUNTU-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.5CVSS6.2AI score0.00269EPSS
SaveExploits0References40
SUSE CVE
SUSE CVE
added 2025/05/05 1:35 p.m.5 views

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

3.3CVSS6.5AI score0.00205EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/01 3:16 p.m.19 views

CVE-2022-49818

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by putdevice before calling deviceinitialize...

5.5CVSS0.00189EPSS
SaveExploits0References8
NVD
NVD
added 2025/05/01 3:16 p.m.9 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.00205EPSS
SaveExploits0References6
OSV
OSV
added 2025/05/01 3:16 p.m.2 views

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

5.5CVSS6.1AI score0.00214EPSS
SaveExploits0References11
OSV
OSV
added 2025/05/01 3:16 p.m.6 views

UBUNTU-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.5CVSS5.8AI score0.00205EPSS
SaveExploits0References9
OSV
OSV
added 2025/05/01 2:9 p.m.13 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
CVE
CVE
added 2025/05/01 2:9 p.m.87 views

CVE-2022-49818

CVE-2022-49818 affects the Linux kernel mISDN code. The vulnerability arises from misuse of put_device() in mISDN_register_device(), where a release/reference is performed before device_initialize(), potentially leading to use-after-free-like behavior. The attached advisories (Unity Linux UTSA en...

5.5CVSS6.6AI score0.00189EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/05/01 2:9 p.m.11 views

CVE-2022-49818 mISDN: fix misuse of put_device() in mISDN_register_device()

In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by putdevice before calling deviceinitialize...

6AI score
SaveExploits0References11
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.9 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 the incorrect use of putdevice before calling deviceinitialize...

5.5CVSS6.5AI score0.00189EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/01 4:15 p.m.0 views

DEBIAN-CVE-2025-21935

In the Linux kernel, the following vulnerability has been resolved: rapidio: add check for rioaddnet in rioscanallocnet The return value of rioaddnet should be checked. If it fails, putdevice should be called to free the memory and give up the reference initialized in rioaddnet...

5.5CVSS5.6AI score0.002EPSS
SaveExploits0References1
Rows per page
Query Builder