Security Advisory

CVE-2023-52571

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-03-02 21:59:41
Last updated 2026-05-23 15:26:18
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.