First published: Wed Feb 26 2025(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.5<4.9.311 | |
Linux Kernel | >=4.10<4.14.276 | |
Linux Kernel | >=4.15<4.19.238 | |
Linux Kernel | >=4.20<5.4.189 | |
Linux Kernel | >=5.5<5.10.110 | |
Linux Kernel | >=5.11<5.15.33 | |
Linux Kernel | >=5.16<5.16.19 | |
Linux Kernel | >=5.17<5.17.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49242 is classified as a high-severity vulnerability due to the potential for refcount leaks in error handling paths in the Linux kernel.
To fix CVE-2022-49242, update the Linux kernel to the latest version that addresses this vulnerability.
CVE-2022-49242 affects multiple versions of the Linux kernel ranging from 3.5 to 5.17.2.
Exploiting CVE-2022-49242 may lead to memory leaks and potential denial of service due to resource mismanagement.
CVE-2022-49242 was reported and addressed in early 2022.