CVE-2022-49242
published 2025-02-26CVE-2022-49242: In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_node_put()…
PriorityP417medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.26%
18.0th percentile
In the Linux kernel, the following vulnerability has been resolved:
ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
This function only calls of_node_put() in the regular path.
And it will cause refcount leak in error paths.
For example, when codec_np is NULL, saif_np[0] and saif_np[1]
are not NULL, it will cause leaks.
of_node_put() will check if the node pointer is NULL, so we can
call it directly to release the refcount of regular pointers.
Affected
23 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.17.3-1 (bookworm) | linux 5.17.3-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < f16ad2c0e22687f80e5981c67374023f51c204b9 | f16ad2c0e22687f80e5981c67374023f51c204b9 |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < 790d2628e3fcc819d8f5572eb5615113fb2e727a | 790d2628e3fcc819d8f5572eb5615113fb2e727a |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < f8d38056bcd220ea6f0802a5586d1a12ebcce849 | f8d38056bcd220ea6f0802a5586d1a12ebcce849 |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < 67e12f1cb2f97468c12b59e21975eaa0f332e7d2 | 67e12f1cb2f97468c12b59e21975eaa0f332e7d2 |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < 86b6cf989437e694fd0a15782b5a513853a739e0 | 86b6cf989437e694fd0a15782b5a513853a739e0 |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < 44acdaf7acb60054d872bed18ce0e7db8ce900ce | 44acdaf7acb60054d872bed18ce0e7db8ce900ce |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < d2923b48d99fe663cb93d8b481c93299fcd68656 | d2923b48d99fe663cb93d8b481c93299fcd68656 |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < 8d880226c86f37624e2a5f3c6d92ac0ec3375f96 | 8d880226c86f37624e2a5f3c6d92ac0ec3375f96 |
| linux | linux | >= e968194b45c4e8077dada75c5bae5660b37628fe < 6ae0a4d8fec551ec581d620f0eb1fe31f755551c | 6ae0a4d8fec551ec581d620f0eb1fe31f755551c |
| linux | linux_kernel | >= 0 < 5.10.113-1 | 5.10.113-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 0 < 5.17.3-1 | 5.17.3-1 |
| linux | linux_kernel | >= 3.5 < 4.9.311 | 4.9.311 |
| linux | linux_kernel | >= 4.10 < 4.14.276 | 4.14.276 |
| linux | linux_kernel | >= 4.15 < 4.19.238 | 4.19.238 |
| linux | linux_kernel | >= 4.20 < 5.4.189 | 5.4.189 |
| linux | linux_kernel | >= 5.11 < 5.15.33 | 5.15.33 |
| linux | linux_kernel | >= 5.16 < 5.16.19 | 5.16.19 |
| linux | linux_kernel | >= 5.17 < 5.17.2 | 5.17.2 |
| linux | linux_kernel | >= 5.5 < 5.10.110 | 5.10.110 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49242 [MEDIUM] CWE-401 kernel: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
kernel: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
In the Linux kernel, the following vulnerability has been resolved:
ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
This function only calls of_node_put() in the regular path.
And it will cause refcount leak in error paths.
For example, when codec_np is NULL, saif_np[0] and saif_np[1]
are not NULL, it will cause leaks.
of_node_put() will check if the node pointer is NULL, so we can
call it directly to release the refcount of regular pointers.
Package: kernel (Red Hat Enterprise Linux 10) - Not affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Lin
Debian
CVE-2022-49242: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: ...
vendor_debian·2022·CVSS 5.5
CVE-2022-49242 [MEDIUM] CVE-2022-49242: linux - In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: ...
In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_node_put() in the regular path. And it will cause refcount leak in error paths. For example, when codec_np is NULL, saif_np[0] and saif_np[1] are not NULL, it will cause leaks. of_node_put() will check if the node pointer is NULL, so we can call it directly to release the refcount of regular pointers.
Scope: local
bookworm: resolved (fixed in 5.17.3-1)
bullseye: resolved (fixed in 5.10.113-1)
forky: resolved (fixed in 5.17.3-1)
sid: resolved (fixed in 5.17.3-1)
trixie: resolved (fixed in 5.17.3-1)
GHSA
GHSA-7wv3-wp67-hwwp: In the Linux kernel, the following vulnerability has been resolved:
ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
This function only calls of_
ghsa_unreviewed·2025-03-17
CVE-2022-49242 [MEDIUM] GHSA-7wv3-wp67-hwwp: In the Linux kernel, the following vulnerability has been resolved:
ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
This function only calls of_
In the Linux kernel, the following vulnerability has been resolved:
ASoC: mxs: Fix error handling in mxs_sgtl5000_probe
This function only calls of_node_put() in the regular path.
And it will cause refcount leak in error paths.
For example, when codec_np is NULL, saif_np[0] and saif_np[1]
are not NULL, it will cause leaks.
of_node_put() will check if the node pointer is NULL, so we can
call it directly to release the refcount of regular pointers.
OSV
CVE-2022-49242: In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_no
osv·2025-02-26·CVSS 5.5
CVE-2022-49242 [MEDIUM] CVE-2022-49242: In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_no
In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_node_put() in the regular path. And it will cause refcount leak in error paths. For example, when codec_np is NULL, saif_np[0] and saif_np[1] are not NULL, it will cause leaks. of_node_put() will check if the node pointer is NULL, so we can call it directly to release the refcount of regular pointers.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/44acdaf7acb60054d872bed18ce0e7db8ce900cehttps://git.kernel.org/stable/c/67e12f1cb2f97468c12b59e21975eaa0f332e7d2https://git.kernel.org/stable/c/6ae0a4d8fec551ec581d620f0eb1fe31f755551chttps://git.kernel.org/stable/c/790d2628e3fcc819d8f5572eb5615113fb2e727ahttps://git.kernel.org/stable/c/86b6cf989437e694fd0a15782b5a513853a739e0https://git.kernel.org/stable/c/8d880226c86f37624e2a5f3c6d92ac0ec3375f96https://git.kernel.org/stable/c/d2923b48d99fe663cb93d8b481c93299fcd68656https://git.kernel.org/stable/c/f16ad2c0e22687f80e5981c67374023f51c204b9https://git.kernel.org/stable/c/f8d38056bcd220ea6f0802a5586d1a12ebcce849
2025-02-26
Published