CVE-2022-50392 Details
Description
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183_mt6358_ts3a227_max98357_dev_probe() The node returned by of_parse_phandle() with refcount incremented, of_node_put() needs be called when finish using it. So add it in the error path in mt8183_mt6358_ts3a227_max98357_dev_probe().
A refcount leak vulnerability has been identified in the Linux kernel's ASoC Mediatek MT8183 driver, specifically within the 'mt8183_mt6358_ts3a227_max98357_dev_probe' function. The issue arises because the 'of_parse_phandle' function increments the reference count of the returned node, but the corresponding 'of_node_put' function is not called in all error paths, leading to a memory leak. This vulnerability affects the Linux kernel stable tree.
The vulnerability has been addressed in the Linux kernel. Users should upgrade to the latest version where this issue has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jan 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/156b0c19c1a44153e34cfdfa5937546a93dcb288 | kernel.org | Patch |
| https://git.kernel.org/stable/c/38eef3be38ab895959c442702864212cc3beb96c | kernel.org | Patch |
| https://git.kernel.org/stable/c/574bd4d14a9297a1c69ad41001caf00fdd17d305 | kernel.org | Patch |
| https://git.kernel.org/stable/c/82f7c814edda353b4781f356d3ab90e943d5eac4 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| NVD-CWE-Other | Weakness Not in a Standard CWE Category | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 5.2, < 5.15.86 >= 5.16, < 6.0.16 >= 6.1, < 6.1.2 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jan 14, 2026 | CVE Modified | CISA-ADP |
| Dec 12, 2025 | Initial Analysis | [email protected] |
| Sep 18, 2025 | New CVE Received | kernel.org |