First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ARM: exynos: Fix refcount leak in exynos_map_pmu of_find_matching_node() 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. of_node_put() checks null pointer.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=3.17<4.9.321 | |
Linux Kernel | >=4.10<4.14.286 | |
Linux Kernel | >=4.15<4.19.250 | |
Linux Kernel | >=4.20<5.4.202 | |
Linux Kernel | >=5.5<5.10.127 | |
Linux Kernel | >=5.11<5.15.51 | |
Linux Kernel | >=5.16<5.18.8 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 | |
Linux Kernel | =5.19-rc3 | |
Linux Kernel |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49680 has been classified as a medium-severity vulnerability due to the potential for a refcount leak in the ARM Linux kernel.
To fix CVE-2022-49680, ensure that you update to the latest version of the ARM Linux kernel where this vulnerability has been resolved.
CVE-2022-49680 can lead to a refcount leak that may result in resource exhaustion on systems using the affected ARM Linux kernel.
CVE-2022-49680 affects systems running specific versions of the ARM Linux kernel that fail to properly handle reference counting.
There are no specific workarounds for CVE-2022-49680; applying the appropriate kernel update is recommended.