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
08 Apr 2025, 15:05
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CWE | CWE-401 | |
CPE | cpe:2.3:o:linux:linux_kernel:6.6:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.6:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.6:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* |
|
References | () https://git.kernel.org/stable/c/488ef44c068e79752dba8eda0b75f524f111a695 - Patch | |
References | () https://git.kernel.org/stable/c/70326b46b6a043f7e7404b2ff678b033c06d6577 - Patch | |
References | () https://git.kernel.org/stable/c/fe6406238d5a24e9fb0286c71edd67b99d8db58d - Patch |
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