CVE-2022-49242
MEDIUMLinux Kernel - Refcount Leak in mxs_sgtl5000_probe Error Handling
Title source: llmDescription
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.
References (9)
Core 9
Core References
Scores
CVSS v3
5.5
EPSS
0.0026
EPSS Percentile
18.0%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
Status
published
Products (29)
linux/Kernel
3.5.0 - 4.9.311linux
linux/Kernel
4.10.0 - 4.14.276linux
linux/Kernel
4.15.0 - 4.19.238linux
linux/Kernel
4.20.0 - 5.4.189linux
linux/Kernel
5.11.0 - 5.15.33linux
linux/Kernel
5.16.0 - 5.16.19linux
linux/Kernel
5.17.0 - 5.17.2linux
linux/Kernel
5.5.0 - 5.10.110linux
Linux/Linux
< 3.5
Linux/Linux
3.5
... and 19 more
Published
Feb 26, 2025
Tracked Since
Feb 18, 2026