lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025123017-CVE-2022-50823-8c3a@gregkh>
Date: Tue, 30 Dec 2025 13:09:27 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...nel.org>
Subject: CVE-2022-50823: clk: tegra: Fix refcount leak in tegra114_clock_init

From: Greg Kroah-Hartman <gregkh@...nel.org>

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.

The Linux kernel CVE team has assigned CVE-2022-50823 to this issue.


Affected and fixed versions
===========================

	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 4.9.331 with commit 1f0e1cbbaffd729560716e9592aa5e609ea93bb6
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 4.14.296 with commit ce699dcdac2bfdb6b238f2517ba41d9623b15f46
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 4.19.262 with commit 8cc87a9c142ae0e276a3ff9ce50f78a1668da36f
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 5.4.220 with commit 5984b1d66126b024ee77482602ac6e51b53f4116
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 5.10.150 with commit c01bfd23cc13a420b3f6a36bcab98410f49d480d
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 5.15.75 with commit e7a57fb92af52c4da69cd947752e8946e5ada50a
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 5.19.17 with commit 8e1fe30253930c6a67385c19802c5ab8706a76d9
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 6.0.3 with commit a7d3fb5814c73d7d49913e4294f8f508a3038bb4
	Issue introduced in 3.10 with commit 2cb5efefd6f7d3e7df9a7430b910a80515821256 and fixed in 6.1 with commit db16a80c76ea395766913082b1e3f939dde29b2c

Please see https://www.kernel.org for a full list of currently supported
kernel versions by the kernel community.

Unaffected versions might change over time as fixes are backported to
older supported kernel versions.  The official CVE entry at
	https://cve.org/CVERecord/?id=CVE-2022-50823
will be updated if fixes are backported, please check that for the most
up to date information about this issue.


Affected files
==============

The file(s) affected by this issue are:
	drivers/clk/tegra/clk-tegra114.c


Mitigation
==========

The Linux kernel CVE team recommends that you update to the latest
stable kernel version for this, and many other bugfixes.  Individual
changes are never tested alone, but rather are part of a larger kernel
release.  Cherry-picking individual commits is not recommended or
supported by the Linux kernel community at all.  If however, updating to
the latest release is impossible, the individual changes to resolve this
issue can be found at these commits:
	https://git.kernel.org/stable/c/1f0e1cbbaffd729560716e9592aa5e609ea93bb6
	https://git.kernel.org/stable/c/ce699dcdac2bfdb6b238f2517ba41d9623b15f46
	https://git.kernel.org/stable/c/8cc87a9c142ae0e276a3ff9ce50f78a1668da36f
	https://git.kernel.org/stable/c/5984b1d66126b024ee77482602ac6e51b53f4116
	https://git.kernel.org/stable/c/c01bfd23cc13a420b3f6a36bcab98410f49d480d
	https://git.kernel.org/stable/c/e7a57fb92af52c4da69cd947752e8946e5ada50a
	https://git.kernel.org/stable/c/8e1fe30253930c6a67385c19802c5ab8706a76d9
	https://git.kernel.org/stable/c/a7d3fb5814c73d7d49913e4294f8f508a3038bb4
	https://git.kernel.org/stable/c/db16a80c76ea395766913082b1e3f939dde29b2c

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ