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 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.
Security readout for executives and security teams
Plain-English summary
CVE-2022-50823 is a Linux kernel defect in NVIDIA Tegra114 clock initialization. The code failed to release a device-tree node reference, causing a reference-count leak. The public record does not show active exploitation, CVSS scoring, or broad business impact evidence.
Executive priority
Treat as routine kernel maintenance unless Tegra114-based products are business-critical. No source indicates active exploitation, but embedded systems often lag on kernel fixes and should be inventoried.
Technical view
The issue is in tegra114_clock_init: of_find_matching_node() returns a node with an incremented reference count, but the affected code did not call of_node_put() after use. Stable kernel commits add the missing release to prevent the leak.
Likely exposure
Likely limited to Linux systems using the Tegra114 clock driver on affected kernel versions or downstream kernels carrying the vulnerable code. General Linux servers without this Tegra platform path are unlikely to be exposed based on the provided evidence.
Exploitation context
The source bundle marks KEV as false and provides no public evidence of exploitation. The described flaw is a kernel reference-count leak, not a documented remote code execution or privilege escalation path.
Researcher notes
Evidence is limited to the CVE record and Linux stable commits. No CVSS, CWE, exploit report, or operational trigger conditions are provided. Avoid assuming impact beyond the documented reference-count leak.
Mitigation direction
Update to a kernel or vendor build containing the referenced stable fixes.
Check distribution or device-vendor advisories for the relevant backport.
Prioritize embedded and appliance fleets using NVIDIA Tegra114-based kernels.
Track downstream kernel forks that may carry the vulnerable driver code.
Validation and detection
Inventory Linux kernel versions across Tegra-based devices.
Confirm whether the tegra114 clock driver code is present in deployed kernels.
Review kernel changelogs for the referenced stable commit backports.
Validate vendor firmware or OS images include the missing of_node_put() fix.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-50823 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
0CVSS vectors
3Timeline events
0ADP providers
10Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Dec 30, 2025, 12:08 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.