First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe of_find_matching_node_and_match() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. Add missing of_node_put() to avoid refcount leak.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=3.18<4.9.325 | |
Linux Kernel | >=4.10<4.14.290 | |
Linux Kernel | >=4.15<4.19.254 | |
Linux Kernel | >=4.20<5.4.208 | |
Linux Kernel | >=5.5<5.10.134 | |
Linux Kernel | >=5.11<5.15.58 | |
Linux Kernel | >=5.16<5.18.15 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 | |
Linux Kernel | =5.19-rc3 | |
Linux Kernel | =5.19-rc4 | |
Linux Kernel | =5.19-rc5 | |
Linux Kernel | =5.19-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49609 has been classified with medium severity due to the potential refcount leak that could affect system stability.
To fix CVE-2022-49609, update your Linux kernel to a version where the vulnerability has been patched.
The impact of CVE-2022-49609 includes potential system instability resulting from a refcount leak in the versatile_reboot_probe function.
CVE-2022-49609 affects various versions of the Linux kernel between 3.18 and 5.19-rc6.
CVE-2022-49609 is not directly exploitable but can lead to unwanted behaviors affecting system performance.