Security Advisory

CVE-2023-54230

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-12-30 12:11:22
Last updated 2026-05-11 19:57:58
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: amba: bus: fix refcount leak commit 5de1540b7bc4 ("drivers/amba: create devices from device tree") increases the refcount of of_node, but not releases it in amba_device_release, so there is refcount leak. By using of_node_put to avoid refcount leak.