First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: soc: rockchip: Fix refcount leak in rockchip_grf_init of_find_matching_node_and_match returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing of_node_put() to avoid refcount leak.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=4.11<4.14.283 | |
Linux Kernel | >=4.15<4.19.247 | |
Linux Kernel | >=4.20<5.4.198 | |
Linux Kernel | >=5.5<5.10.122 | |
Linux Kernel | >=5.11<5.15.47 | |
Linux Kernel | >=5.16<5.17.15 | |
Linux Kernel | >=5.18<5.18.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2022-49382 is classified as medium due to the potential for a reference count leak.
To fix CVE-2022-49382, update your Linux kernel to a version that includes the patch addressing the refcount leak.
CVE-2022-49382 affects Linux kernel versions from 4.11 to 5.18.4, excluding patched versions.
CVE-2022-49382 is a refcount leak vulnerability within the rockchip_grf_init function in the Linux kernel.
CVE-2022-49382 is specifically associated with Rockchip hardware in the context of Linux kernel vulnerabilities.