CVE-2023-54111

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
24/12/2025
Last modified:
24/12/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups<br /> <br /> of_find_node_by_phandle() returns a node pointer with refcount incremented,<br /> We should use of_node_put() on it when not needed anymore.<br /> Add missing of_node_put() to avoid refcount leak.

Impact