Lucene search
+L

294 matches found

Cvelist
Cvelist
added 2025/05/01 2:09 p.m.33 views

CVE-2022-49793 iio: trigger: sysfs: fix possible memory leak in iio_sysfs_trig_init()

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

0.00214EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/05/01 12:00 a.m.10 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 a device reference not being properly freed in mISDNdspelementregister, which could lead to a memory leak...

5.5CVSS6.3AI score0.00189EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/05/01 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 device reference counting not being handled correctly in drmdevinit, which could lead to a memory leak...

5.5CVSS6.3AI score0.00204EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/04/08 12:00 a.m.14 views

PT-2025-22167

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved, related to the firmware arm scmi. The issue arises when using device find child to lookup the proper SCMI device to destroy, causin...

5.5CVSS6.7AI score0.00191EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2024-43913

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nvme: apple: fix device reference counting Drivers must call nvmeuninitctrl after a successful nvmeinitctrl. Split the allocation side out to make the error...

7CVSS6.7AI score0.00223EPSS
SaveExploits0References3
OSV
OSV
added 2025/02/26 7:01 a.m.10 views

DEBIAN-CVE-2022-49486

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imxsgtl5000probe offindi2cdevicebynode takes a reference, In error paths, we should call putdevice to drop the reference to aviod refount leak...

5.5CVSS5.5AI score0.00257EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.26 views

CVE-2022-49486 ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: fsl: Fix refcount leak in imxsgtl5000probe offindi2cdevicebynode takes a reference, In error paths, we should call putdevice to drop the reference to aviod refount leak...

0.00257EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.10 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 a device reference returned by offindi2cdevicebynode not being properly freed in imxsgtl5000probe...

5.5CVSS5.5AI score0.00257EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.15 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 a device reference returned by offinddevicebynode not being properly freed in imxhdmiprobe...

5.5CVSS5.5AI score0.00256EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fixed the issue where the reference count of the platform device was checked during the error path. The probe function never performs any platform device allocation. Therefore, the error path “undoplatformdevalloc”...

7.8CVSS6.2AI score0.00278EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.23 views

kernel: mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-pci: Fix possible memory leak caused by missing pcidevput pcigetdevice will increase the reference count for the returned pcidev. We need to use pcidevput to decrease the reference count before amdprobe returns. There ...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.8 views

kernel: ALSA: hda: intel-sdw-acpi: fix usage of device_get_named_child_node()

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: intel-sdw-acpi: fix usage of devicegetnamedchildnode The documentation for devicegetnamedchildnode mentions this important point: " The caller is responsible for calling fwnodehandleput on the returned fwnode pointer. ...

7.7CVSS6.8AI score0.00243EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2024/11/07 12:00 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 a reference to a parent device not being maintained at release time...

7.8CVSS6.7AI score0.00244EPSS
SaveExploits0References6
OSV
OSV
added 2024/10/21 8:15 p.m.1 views

DEBIAN-CVE-2024-50028

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Reference count the zone in thermalzonegetbyid There are places in the thermal netlink code where nothing prevents the thermal zone object from going away while being accessed after it has been returned by...

5.5CVSS5.6AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 8:15 p.m.5 views

DEBIAN-CVE-2022-49000

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in hasexternalpci foreachpcidev is implemented by pcigetdevice. The comment of pcigetdevice says that it will increase the reference count for the returned pcidev and also decrease the...

5.5CVSS5.5AI score0.00245EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/09/13 5:29 a.m.19 views

CVE-2024-46674 usb: dwc3: st: fix probed platform device ref count on probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never performs any paltform device allocation, thus error path "undoplatformdevalloc" is entirely bogus. It drops the reference count from...

6.9AI score0.00278EPSS
SaveExploits0References8
OSV
OSV
added 2024/09/13 5:29 a.m.25 views

CVE-2024-46674 usb: dwc3: st: fix probed platform device ref count on probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: st: fix probed platform device ref count on probe error path The probe function never performs any paltform device allocation, thus error path "undoplatformdevalloc" is entirely bogus. It drops the reference count from...

7.8CVSS6.1AI score
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/08/28 2:25 a.m.6 views

SUSE CVE-2024-43913

In the Linux kernel, the following vulnerability has been resolved: nvme: apple: fix device reference counting Drivers must call nvmeuninitctrl after a successful nvmeinitctrl. Split the allocation side out to make the error handling boundary easier to navigate. The apple driver had been doing th...

4.4CVSS7.2AI score0.00223EPSS
SaveExploits0References13
NVD
NVD
added 2024/08/26 11:15 a.m.31 views

CVE-2024-43913

In the Linux kernel, the following vulnerability has been resolved: nvme: apple: fix device reference counting Drivers must call nvmeuninitctrl after a successful nvmeinitctrl. Split the allocation side out to make the error handling boundary easier to navigate. The apple driver had been doing th...

7CVSS0.00223EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/26 10:11 a.m.14 views

CVE-2024-43913 nvme: apple: fix device reference counting

In the Linux kernel, the following vulnerability has been resolved: nvme: apple: fix device reference counting Drivers must call nvmeuninitctrl after a successful nvmeinitctrl. Split the allocation side out to make the error handling boundary easier to navigate. The apple driver had been doing th...

6.8AI score0.00223EPSS
SaveExploits0References3
Rows per page
Query Builder