First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in map_interrupts of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. This function doesn't call of_node_put() in error path. Call of_node_put() directly after of_property_read_u32() to cover both normal path and error path.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=5.12<5.15.49 | |
Linux Kernel | >=5.16<5.18.6 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49714 has been classified as a medium severity vulnerability due to its potential impact on the stability and security of the Linux kernel.
To fix CVE-2022-49714, update the Linux kernel to the latest version where the vulnerability has been resolved.
CVE-2022-49714 affects systems running affected versions of the Linux kernel that utilize the irqchip/realtek-rtl component.
CVE-2022-49714 involves a refcount leak in the map_interrupts function, potentially leading to resource management issues in the Linux kernel.
As of the latest information, there are no known active exploits specifically targeting CVE-2022-49714.