In the Linux kernel, the following vulnerability has been resolved:
irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions
of_find_node_by_phandle() 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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2025-02-26 07:01
Updated : 2025-10-01 20:17
NVD link : CVE-2022-49715
Mitre link : CVE-2022-49715
CVE.ORG link : CVE-2022-49715
JSON object : View
Products Affected
linux
- linux_kernel
CWE
