Lucene search
K

20 matches found

EUVD
EUVD
added 2025/12/08 3:31 a.m.3 views

EUVD-2023-60084

In the Linux kernel, the following vulnerability has been resolved: soc: ti: pm33xx: Fix refcount leak in am33xxpmprobe wkupm3ipcget takes refcount, which should be freed by wkupm3ipcput. Add missing refcount release in the error paths...

5.9AI score0.0004EPSS
Exploits0References7
NVD
NVD
added 2025/06/18 11:15 a.m.3 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.5CVSS0.00063EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.6 views

CVE-2022-50207 ARM: bcm: Fix refcount leak in bcm_kona_smc_init

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

0.00063EPSS
Exploits0References8
CVE
CVE
added 2025/06/18 11:3 a.m.62 views

CVE-2022-50183

Summary: CVE-2022-50183 affects the Linux kernel’s DRM Meson encoder_cvbs path. The issue is a refcount leak in the initialization flow of meson_encoder_cvbs_init, caused by not calling of_node_put() on the remote node obtained via of_graph_get_remote_node(). This leads to a local leak in the ref...

5.5CVSS6.5AI score0.00049EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:3 a.m.4 views

CVE-2022-50158 mtd: partitions: Fix refcount leak in parse_redboot_of

In the Linux kernel, the following vulnerability has been resolved: mtd: partitions: Fix refcount leak in parseredbootof ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

0.00063EPSS
Exploits0References6
CVE
CVE
added 2025/06/18 11:2 a.m.79 views

CVE-2022-50125

CVE-2022-50125 is a Linux kernel issue affecting ASoC: cros_ec_codec through a refcount leak in cros_ec_codec_platform_probe. The root cause is that of_parse_phandle() returns a node pointer with its refcount incremented, and the fix adds of_node_put() when the node is no longer needed to avoid t...

5.5CVSS6.4AI score0.00063EPSS
Exploits0References5Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:2 a.m.5 views

CVE-2022-50121 remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init

In the Linux kernel, the following vulnerability has been resolved: remoteproc: k3-r5: Fix refcount leak in k3r5clusterofinit Every iteration of foreachavailablechildofnode decrements the reference count of the previous node. When breaking early from a foreachavailablechildofnode loop, we need to...

0.00063EPSS
Exploits0References5
OSV
OSV
added 2025/06/18 11:2 a.m.4 views

CVE-2022-50112 rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge

In the Linux kernel, the following vulnerability has been resolved: rpmsg: qcomsmd: Fix refcount leak in qcomsmdparseedge ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

5.5CVSS6AI score0.00063EPSS
Exploits0References10
OSV
OSV
added 2025/06/18 11:2 a.m.3 views

CVE-2022-50061 pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map

In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Fix refcount leak in nmkpinctrldtsubnodetomap ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak."...

5.5CVSS5.9AI score0.00063EPSS
Exploits0References11
CVE
CVE
added 2025/06/18 11:1 a.m.88 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.00063EPSS
Exploits0References8Affected Software1
Cvelist
Cvelist
added 2025/06/18 11:1 a.m.4 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.00063EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/05/01 2:10 p.m.9 views

CVE-2022-49887 media: meson: vdec: fix possible refcount leak in vdec_probe()

In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdecprobe v4l2deviceunregister need to be called to put the refcount got by v4l2deviceregister when vdecprobe fails or vdecremove is called...

0.00093EPSS
Exploits0References5
OSV
OSV
added 2025/02/26 2:24 a.m.11 views

CVE-2022-49714 irqchip/realtek-rtl: Fix refcount leak in map_interrupts

In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in mapinterrupts offindnodebyphandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. This function doesn't call ofnodeput in error path...

5.5CVSS5.2AI score0.00024EPSS
Exploits0References6
OSV
OSV
added 2025/02/26 2:13 a.m.9 views

CVE-2022-49482 ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe

In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs-saif: Fix refcount leak in mxssaifprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when done...

5.5CVSS5.2AI score0.00032EPSS
Exploits0References12
OSV
OSV
added 2025/02/26 2:13 a.m.5 views

CVE-2022-49473 ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*

In the Linux kernel, the following vulnerability has been resolved: ASoC: ti: j721e-evm: Fix refcount leak in j721esocprobe ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.2AI score0.00146EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/02/26 2:13 a.m.8 views

CVE-2022-49463 thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probe

In the Linux kernel, the following vulnerability has been resolved: thermal/drivers/imxscthermal: Fix refcount leak in imxscthermalprobe offindnodebyname returns a node pointer with refcount incremented, we should use ofnodeput on it when done. Add missing ofnodeput to avoid refcount leak...

0.00113EPSS
Exploits0References5
OSV
OSV
added 2025/02/26 2:13 a.m.6 views

CVE-2022-49454 PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup()

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix refcount leak in mtkpciesubsyspowerup The offindcompatiblenode function returns a node pointer with refcount incremented, We should use ofnodeput on it when done Add the missing ofnodeput to release the refcoun...

5.5CVSS4.9AI score0.00133EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/02/26 2:12 a.m.14 views

CVE-2022-49447 ARM: hisi: Add missing of_node_put after of_find_compatible_node

In the Linux kernel, the following vulnerability has been resolved: ARM: hisi: Add missing ofnodeput after offindcompatiblenode offindcompatiblenode will increment the refcount of the returned devicenode. Calling ofnodeput to avoid the refcount leak...

0.0001EPSS
Exploits0References9
OSV
OSV
added 2025/02/26 2:12 a.m.8 views

CVE-2022-49421 video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup

In the Linux kernel, the following vulnerability has been resolved: video: fbdev: clcdfb: Fix refcount leak in clcdfbofvramsetup ofparsephandle returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.3AI score0.00014EPSS
Exploits0References12
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.10 views

CVE-2022-49113

In the Linux kernel, the following vulnerability has been resolved: powerpc/secvar: fix refcount leak in formatshow Refcount leak will happen when formatshow returns failure in multiple cases. Unified management of ofnodeput can fix this problem...

5.5CVSS5.5AI score0.00024EPSS
Exploits0
Rows per page
Query Builder