
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54017 is a memory leak vulnerability in the Linux kernel's powerpc/pseries subsystem, specifically within the ibmebus_bus_init() function. When device_register() returns an error, the kobject name allocated by dev_set_name() (called internally by device_add()) is not properly freed because put_device() is not called to drop the reference count set by device_initialize(). This prevents kobject_cleanup() from freeing the name string, resulting in a kernel memory leak. The vulnerability was published on December 24, 2025, and affects the Linux kernel across multiple stable branches. No CVSS score has been assigned by NVD at this time (Feedly).
The root cause is improper resource cleanup on error paths in ibmebus_bus_init(), classified as a memory management issue (CWE not formally assigned by NVD). When device_register() fails, the code does not invoke put_device() as required by the device_add() API contract, leaving the kobject name string allocated by dev_set_name() unreachable and unfreed. The fix, applied across multiple stable kernel branches, ensures put_device() is called on the error path so that kobject_cleanup() can properly release the allocated name. Patches are available in the kernel stable tree for branches 4.14, 4.19, 5.4, 5.10, 5.15, 6.1, 6.5, and 6.6 (kernel.org patches).
The vulnerability causes a kernel memory leak on IBM ebus (ibmebus) bus initialization failure paths, affecting availability and long-term system stability on PowerPC/pseries systems. Repeated triggering of the error path could gradually exhaust kernel memory, potentially leading to degraded performance or system instability over time. There is no evidence of confidentiality or integrity impact, and the vulnerability does not enable code execution or privilege escalation.
Apply the upstream kernel patches available for the affected stable branches: 4.14.326, 4.19.295, 5.4.257, 5.10.197, 5.15.133, 6.1.55, 6.5.5, and 6.6. Linux distribution vendors such as SUSE have also released updated kernel packages incorporating this fix. Administrators running PowerPC/pseries systems should update to a patched kernel version as part of routine maintenance (kernel.org patches, Feedly).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."