CVE-2022-50823: clk: tegra: Fix refcount leak in tegra114_clock_init

Published Dec 30, 2025
·
Updated

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.

Affected Software

1 affected component
linux/linux-kernel

Event History

Dec 30, 2025
CVE Published
via MITRE·12:08 PM
Data Sourced
via MITRE·12:08 PM
Description
Data Sourced
via NVD·01:15 PM
Description

Frequently Asked Questions

1

Which systems are relevant to this issue?

The issue is in the Linux kernel's Tegra clock initialization path, specifically tegra114_clock_init. The provided information does not identify affected kernel versions or distributions.

2

What change resolves the leak?

The fix adds an of_node_put() call after the device-tree node returned by of_find_matching_node() is no longer needed. This releases the incremented node reference count and prevents the leak.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203