CVE-2023-54111 Details
Description
In the Linux kernel, the following vulnerability has been resolved: pinctrl: rockchip: Fix refcount leak in rockchip_pinctrl_parse_groups of_find_node_by_phandle() returns a node pointer with refcount incremented, We should use of_node_put() on it when not needed anymore. Add missing of_node_put() to avoid refcount leak.
A refcount leak vulnerability has been identified in the Linux kernel's pinctrl driver for Rockchip SoCs. The issue arises in the function 'rockchip_pinctrl_parse_groups', where a node pointer returned by 'of_find_node_by_phandle' is not properly released using 'of_node_put' after it is no longer needed. This oversight can lead to a memory leak by failing to decrement the reference count of the node, potentially causing increased memory usage over time.
The vulnerability has been addressed in the Linux kernel. Users can upgrade to the latest version of the stable Linux kernel to apply the fix.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 24, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0f735f232ff59863e0b6ebac0849d637e215a9c2 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/3c40b34e3462aab12af3dba77d2e1602afc72e80 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/5868013522297bf628eee4322d99d6d4de4f308e | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/954a7a0011d94475f8ba5ceb77a5d11e01cf402f | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/aa017ab5716c9157c65fdce061c4a4a568af53a8 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/c818ae563bf99457f02e8170aabd6b174f629f65 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/d562054a3a2eede3507a5461011ee82b671fcb88 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/dbef00ef4b9b98d15183340396e5df0fa7a860d8 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 24, 2025 | New CVE Received | kernel.org |
Volerion