Lucene search
+L

54 matches found

OSV
OSV
added 2025/02/26 2:24 a.m.14 views

CVE-2022-49678 soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstbpmprobe offindmatchingnode returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS5AI score
SaveExploits0References9
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.8 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 missing ofnodeput in brcmstbpmprobe, resulting in a reference count leak...

5.5CVSS5.3AI score0.0026EPSS
SaveExploits0References7
OSV
OSV
added 2024/10/21 1:53 p.m.32 views

CLSA-2024-1729518811 Fix of 15 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-38632 - vfio/pci: fix potential memory leak in vfiointxenable CVE-url: https://ubuntu.com/security/CVE-2024-46840 - btrfs: clean up our handling of refs == 0 in snapshot delete CVE-url: https://ubuntu.com/security/CVE-2024-44954 - ALSA: line6: Fix rac...

9.8CVSS6.9AI score0.00672EPSS
SaveExploits0References1
OSV
OSV
added 2024/10/21 1:45 p.m.22 views

CLSA-2024-1729518310 Fix of 15 CVEs

CVE-url: https://ubuntu.com/security/CVE-2024-38632 - vfio/pci: fix potential memory leak in vfiointxenable CVE-url: https://ubuntu.com/security/CVE-2024-46840 - btrfs: clean up our handling of refs == 0 in snapshot delete CVE-url: https://ubuntu.com/security/CVE-2024-44954 - ALSA: line6: Fix rac...

9.8CVSS6.9AI score0.00672EPSS
SaveExploits0References1
BDU FSTEC
BDU FSTEC
added 2024/08/21 12:00 a.m.12 views

The vulnerability of the brcmstb_pm_probe() function in the brcmstb component of the Linux operating system allows a hacker to cause a service failure.

The vulnerability of the brcmstbpmprobe function in the brcmstb component of the Linux operating system’s kernel is related to errors in refcount and iomem functions within brcmstbpmprobe. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References15Affected Software2
Redos
Redos
added 2024/08/14 12:00 a.m.54 views

ROS-20240814-03

A vulnerability in the i40e component of the Linux operating system kernel is related to the incorrect release of a client instance, and subsequent removal of the i40e module. Exploitation of the vulnerability could allow an attacker to cause a denial of service A vulnerability in the RDMA/srp...

9.8CVSS9.1AI score0.00703EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2024/06/30 2:00 p.m.5 views

cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value

...

5.5CVSS6AI score0.00275EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/05/23 3:05 a.m.7 views

SUSE CVE-2021-47279

In the Linux kernel, the following vulnerability has been resolved: usb: misc: brcmstb-usb-pinmap: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS6.5AI score0.00193EPSS
SaveExploits0References3
OSV
OSV
added 2024/05/21 3:15 p.m.27 views

CVE-2021-47279

In the Linux kernel, the following vulnerability has been resolved: usb: misc: brcmstb-usb-pinmap: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.17 views

CVE-2021-47279

In the Linux kernel, the following vulnerability has been resolved: usb: misc: brcmstb-usb-pinmap: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS5.8AI score0.00193EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/21 3:15 p.m.33 views

UBUNTU-CVE-2021-47279

In the Linux kernel, the following vulnerability has been resolved: usb: misc: brcmstb-usb-pinmap: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

5.5CVSS5.7AI score0.00193EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/05/21 2:20 p.m.15 views

CVE-2021-47279 usb: misc: brcmstb-usb-pinmap: check return value after calling platform_get_resource()

In the Linux kernel, the following vulnerability has been resolved: usb: misc: brcmstb-usb-pinmap: check return value after calling platformgetresource It will cause null-ptr-deref if platformgetresource returns NULL, we need check the return value...

6.9AI score0.00193EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/05/07 2:49 a.m.5 views

SUSE CVE-2022-48693

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

5.5CVSS6.5AI score0.00228EPSS
SaveExploits0References11
NVD
NVD
added 2024/05/03 3:15 p.m.31 views

CVE-2022-48693

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

5.5CVSS6.1AI score0.00228EPSS
SaveExploits0References6
OSV
OSV
added 2024/05/03 3:15 p.m.6 views

DEBIAN-CVE-2022-48693

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

5.5CVSS5.4AI score0.00228EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/03 3:15 p.m.9 views

UBUNTU-CVE-2022-48693

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

5.5CVSS5.9AI score0.00228EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/05/03 3:15 p.m.29 views

CVE-2022-48693

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

5.5CVSS6.2AI score0.00228EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/05/03 3:05 p.m.37 views

CVE-2022-48693 soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

5.5AI score0.00228EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/05/03 3:05 p.m.15 views

CVE-2022-48693 soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

6.7AI score0.00228EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/05/03 3:05 p.m.55 views

CVE-2022-48693

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and iomem leak bugs In brcmstbpmprobe, there are two kinds of leak bugs: 1 we need to add ofnodeput when foreachmatchingnode breaks 2 we need to add iounmap for each iomap in fail path...

5.5CVSS7AI score0.00228EPSS
SaveExploits0
Rows per page
Query Builder