Lucene search
+L

5563 matches found

OSV
OSV
added 2025/06/18 11:01 a.m.10 views

CVE-2022-50038 drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()

In the Linux kernel, the following vulnerability has been resolved: drm/meson: Fix refcount bugs in mesonvpuhasavailableconnectors In this function, there are two refcount leak bugs: 1 when breaking out of foreachendpointofnode, we need call the ofnodeput for the 'ep'; 2 we should call ofnodeput...

6AI score
SaveExploits0References10
CVE
CVE
added 2025/06/18 11:01 a.m.84 views

CVE-2022-50038

CVE-2022-50038 affects the Linux kernel in drm/meson, specifically the meson_vpu_has_available_connectors() function. The issue consists of two refcount leak bugs: (1) missing of_node_put() for the 'ep' when exiting for_each_endpoint_of_node(), and (2) missing of_node_put() for the reference from...

5.5CVSS6.7AI score0.00217EPSS
SaveExploits0References7Affected Software1
CVE
CVE
added 2025/06/18 11:01 a.m.115 views

CVE-2022-50035

CVE-2022-50035 affects the Linux kernel DRM AMDGPU path. The issue is a use-after-free in amdgpu_bo_list mutex handling caused by double-unlocking of bo_list_mutex when amdgpu_cs_vm_handling returns non-zero, which can lead to a refcount underflow (as shown in the trace). The vulnerability is dem...

7.8CVSS6.5AI score0.00157EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.21 views

CVE-2022-50033 usb: host: ohci-ppc-of: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohcihcdppcofprobe, offindcompatiblenode will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

0.0017EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:01 a.m.7 views

CVE-2022-50033 usb: host: ohci-ppc-of: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohcihcdppcofprobe, offindcompatiblenode will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

6AI score
SaveExploits0References11
CVE
CVE
added 2025/06/18 11:01 a.m.108 views

CVE-2022-50033

CVE-2022-50033: In the Linux kernel USB host OHCI PPC OF driver, of_find_compatible_node() may return a node with an incremented refcount and of_node_put() must be used when not needed. The issue is a refcount leak in ohci_hcd_ppc_of_probe(). Affected: Linux kernel (ohci-ppc-of path). Impact is a...

5.5CVSS6.5AI score0.0017EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/06/18 11:01 a.m.23 views

CVE-2022-50033

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-ppc-of: Fix refcount leak bug In ohcihcdppcofprobe, offindcompatiblenode will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS5.3AI score0.0017EPSS
SaveExploits0
CVE
CVE
added 2025/06/18 11:01 a.m.101 views

CVE-2022-50032

CVE-2022-50032 concerns the Linux kernel USB Renesas driver fix for a refcount leak. The issue arises in usbhs_rza1_hardware_init() where of_find_node_by_name() returns a node pointer with an elevated refcount; the correct handling is to call of_node_put() when the node is no longer needed. The c...

5.5CVSS6.5AI score0.00166EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.20 views

CVE-2022-50032 usb: renesas: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhsrza1hardwareinit, offindnodebyname will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

0.00166EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/06/18 11:01 a.m.16 views

CVE-2022-50032

In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhsrza1hardwareinit, offindnodebyname will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0
OSV
OSV
added 2025/06/18 11:01 a.m.7 views

CVE-2022-50032 usb: renesas: Fix refcount leak bug

In the Linux kernel, the following vulnerability has been resolved: usb: renesas: Fix refcount leak bug In usbhsrza1hardwareinit, offindnodebyname will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

6AI score
SaveExploits0References9
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.17 views

CVE-2022-50019 tty: serial: Fix refcount leak bug in ucc_uart.c

In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in uccuart.c In socinfo, offindnodebytype will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

0.00166EPSS
SaveExploits0References8
CVE
CVE
added 2025/06/18 11:01 a.m.91 views

CVE-2022-50019

CVE-2022-50019 concerns the Linux kernel tty: serial path, specifically the ucc_uart.c refcount leak. In soc_info(), of_find_node_by_type() may return a node pointer with an incremented refcount that is not released, leading to a resource leak. The documented fix is to call of_node_put() when the...

5.5CVSS6.5AI score0.00166EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2025/06/18 11:01 a.m.8 views

CVE-2022-50019 tty: serial: Fix refcount leak bug in ucc_uart.c

In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in uccuart.c In socinfo, offindnodebytype will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/06/18 11:01 a.m.23 views

CVE-2022-50019

In the Linux kernel, the following vulnerability has been resolved: tty: serial: Fix refcount leak bug in uccuart.c In socinfo, offindnodebytype will return a node pointer with refcount incremented. We should use ofnodeput when it is not used anymore...

5.5CVSS5.3AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.21 views

CVE-2022-50017 mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start

In the Linux kernel, the following vulnerability has been resolved: mips: cavium-octeon: Fix missing ofnodeput in octeon2usbclocksstart We should call ofnodeput for the reference 'uctlnode' returned by ofgetparent which will increase the refcount. Otherwise, there will be a refcount leak bug...

0.00166EPSS
SaveExploits0References8
OSV
OSV
added 2025/06/18 11:01 a.m.16 views

CVE-2022-50017 mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start

In the Linux kernel, the following vulnerability has been resolved: mips: cavium-octeon: Fix missing ofnodeput in octeon2usbclocksstart We should call ofnodeput for the reference 'uctlnode' returned by ofgetparent which will increase the refcount. Otherwise, there will be a refcount leak bug...

6.1AI score
SaveExploits0References11
CVE
CVE
added 2025/06/18 11:01 a.m.41 views

CVE-2022-50017

CVE-2022-50017 affects the Linux kernel’s mips cavium-octeon implementation, specifically the octeon2_usb_clocks_start path. The root cause is a missing of_node_put() on the reference returned by of_get_parent(), which increments the devicetree reference count and leads to a refcount leak. The fi...

5.5CVSS6.5AI score0.00166EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/06/18 11:01 a.m.80 views

CVE-2022-50007

CVE-2022-50007: In the Linux kernel xfrm_policy_check(), on the error path when fetching pols[1] fails, pols[0] is not decremented, causing a refcount leak. The fix adds a decref for pols[0] in that path. Affected component: Linux kernel xfrm policy check. Impact described as memory leaks on erro...

5.5CVSS6.4AI score0.00217EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:01 a.m.14 views

CVE-2022-50007 xfrm: fix refcount leak in __xfrm_policy_check()

In the Linux kernel, the following vulnerability has been resolved: xfrm: fix refcount leak in xfrmpolicycheck The issue happens on an error path in xfrmpolicycheck. When the fetching process of the object pols1 fails, the function simply returns 0, forgetting to decrement the reference count of...

0.00217EPSS
SaveExploits0References8
Rows per page
Query Builder