In the Linux kernel, the following vulnerability has been resolved:
dmaengine: ti: k3-udma-private: Fix refcount leak bug in of_xudma_dev_get()
We should call of_node_put() for the reference returned by
of_parse_phandle() in fail path or when it is not used anymore.
Here we only need to move the of_node_put() before the check.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-04-28 13:15
Updated : 2024-05-16 20:41
NVD link : CVE-2022-48656
Mitre link : CVE-2022-48656
CVE.ORG link : CVE-2022-48656
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime