In the Linux kernel, the following vulnerability has been resolved:
video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup
of_parse_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-09-22 20:02
NVD link : CVE-2022-49421
Mitre link : CVE-2022-49421
CVE.ORG link : CVE-2022-49421
JSON object : View
Products Affected
linux
- linux_kernel
CWE
