First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_put() to avoid the refcount leak.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.12<4.14.283 | |
Linux Kernel | >=4.15<4.19.247 | |
Linux Kernel | >=4.20<5.4.198 | |
Linux Kernel | >=5.5<5.10.121 | |
Linux Kernel | >=5.11<5.15.46 | |
Linux Kernel | >=5.16<5.17.14 | |
Linux Kernel | >=5.18<5.18.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49517 has been rated as a low severity vulnerability.
CVE-2022-49517 affects specific versions of the Linux kernel including those between 4.12 and 4.14.283, 4.15 and 4.19.247, 4.20 and 5.4.198, 5.5 and 5.10.121, 5.11 and 5.15.46, 5.16 and 5.17.14, and 5.18 and 5.18.3.
To resolve CVE-2022-49517, upgrade to a version of the Linux kernel that is not affected by this vulnerability.
CVE-2022-49517 is a bug in the Linux kernel related to a missing of_node_put call in the mt2701_wm8960_machine_probe function.
CVE-2022-49517 was disclosed as part of a patch for the Linux kernel.