[<prev] [next>] [day] [month] [year] [list]
Message-ID: <2025022603-CVE-2022-49473-038f@gregkh>
Date: Wed, 26 Feb 2025 03:12:27 +0100
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-cve-announce@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: CVE-2022-49473: ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*
Description
===========
In the Linux kernel, the following vulnerability has been resolved:
ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*
of_parse_phandle() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not needed anymore.
Add missing of_node_put() to avoid refcount leak.
The Linux kernel CVE team has assigned CVE-2022-49473 to this issue.
Affected and fixed versions
===========================
Issue introduced in 5.9 with commit 6748d05590594837e42dfa975879fb275099f0b2 and fixed in 5.10.121 with commit 510e879420b410d88c612aecc6ca15dc6fe77473
Issue introduced in 5.9 with commit 6748d05590594837e42dfa975879fb275099f0b2 and fixed in 5.15.46 with commit 2a3966b950b37a6f10c5f9caee15b4cdcf5a7413
Issue introduced in 5.9 with commit 6748d05590594837e42dfa975879fb275099f0b2 and fixed in 5.17.14 with commit d748ff8fbb3a5296bddd586445dc692b079cbe3d
Issue introduced in 5.9 with commit 6748d05590594837e42dfa975879fb275099f0b2 and fixed in 5.18.3 with commit 554df0f70bff1ace6d2df2fcaddbc9b7bd509de2
Issue introduced in 5.9 with commit 6748d05590594837e42dfa975879fb275099f0b2 and fixed in 5.19 with commit a34840c4eb3278a7c29c9c57a65ce7541c66f9f2
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-49473
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:
sound/soc/ti/j721e-evm.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/510e879420b410d88c612aecc6ca15dc6fe77473
https://git.kernel.org/stable/c/2a3966b950b37a6f10c5f9caee15b4cdcf5a7413
https://git.kernel.org/stable/c/d748ff8fbb3a5296bddd586445dc692b079cbe3d
https://git.kernel.org/stable/c/554df0f70bff1ace6d2df2fcaddbc9b7bd509de2
https://git.kernel.org/stable/c/a34840c4eb3278a7c29c9c57a65ce7541c66f9f2
Powered by blists - more mailing lists