In the Linux kernel, the following vulnerability has been resolved:
power: supply: rk817: Fix node refcount leak
Dan Carpenter reports that the Smatch static checker warning has found
that there is another refcount leak in the probe function. While
of_node_put() was added in one of the return paths, it should in
fact be added for ALL return paths that return an error and at driver
removal time.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-03-02 22:15
Updated : 2025-04-08 15:05
NVD link : CVE-2023-52571
Mitre link : CVE-2023-52571
CVE.ORG link : CVE-2023-52571
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
