4 matches found
CVE-2022-50823
CVE-2022-50823 affects the Linux kernel: a refcount leak in Tegra clock init (tegra114_clock_init) caused by not calling of_node_put() on the node returned by of_find_matching_node(). The published fixes add the missing of_node_put() to release the node when no longer needed. Affected component i...
CVE-2022-50823 clk: tegra: Fix refcount leak in tegra114_clock_init
In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra114clockinit 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...
PT-2022-35529 · Linux · Linux Kernel
Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.10.150 Description: The issue is related to a refcount leak in the tegra114 clock init function. It was introduced in version v3.10 and fixed in version v5.10.150. The actual impact and attack plausibility ha...
PT-2022-35666 · Linux · Linux Kernel
Name of the Vulnerable Software and Affected Versions: Linux Kernel versions prior to v5.4.220 Description: The issue is related to a refcount leak in the tegra114 clock init function. It was introduced in version v3.10 and fixed in version v5.4.220. The actual impact and attack plausibility have...