NONE · 0

CVE-2022-50823

In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra114_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we ...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra114_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak.

References

FAQ

What is CVE-2022-50823?

CVE-2022-50823 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: clk: tegra: Fix refcount leak in tegra114_clock_init of_find_matching_node() returns a node pointer with refcount incremented, we ...

How severe is CVE-2022-50823?

CVSS scoring is not yet available for CVE-2022-50823. Check NVD for updates.

Is there a patch for CVE-2022-50823?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.