In the Linux kernel, the following vulnerability has been resolved:
gianfar: ethtool: Fix refcount leak in gfar_get_ts_info
The of_find_compatible_node() function returns a node pointer with
refcount incremented, We should use of_node_put() on it when done
Add the missing of_node_put() to release the refcount.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-07-16 13:15
Updated : 2024-07-23 15:11
NVD link : CVE-2022-48856
Mitre link : CVE-2022-48856
CVE.ORG link : CVE-2022-48856
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime