First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: ath11k: add missing of_node_put() to avoid leak The node pointer is returned by of_find_node_by_type() or of_parse_phandle() with refcount incremented. Calling of_node_put() to aovid the refcount leak.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
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-49237 has been categorized with a low severity level due to its nature of reference count leak.
To fix CVE-2022-49237, ensure that you apply the latest patches from the Linux kernel that include the fix for the missing of_node_put() method.
CVE-2022-49237 affects the Linux Kernel versions from 5.17 to 5.17.2.
Not addressing CVE-2022-49237 may lead to potential memory leaks that could degrade system performance over time.
The vendor responsible for CVE-2022-49237 is the Linux community that develops and maintains the Linux Kernel.