
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2023-54005 is a memory leak vulnerability in the Linux kernel's Android Binder IPC driver, specifically within the binder_init() function. When an error path is taken during initialization, the cleanup function binder_alloc_shrinker_exit() is not called, causing memory allocated by binder_alloc_shrinker_init() to be leaked. The vulnerability was published on December 24, 2025, and affects multiple stable Linux kernel branches starting from commit f2517eb76f1f. No CVSS score has been formally assigned by NVD at this time; Feedly estimates it as Medium severity with an EPSS score of 0.000240 (Feedly, NVD).
The root cause is improper resource cleanup on error paths (CWE not formally assigned, but consistent with CWE-401: Missing Release of Memory after Effective Lifetime). In binder_init(), if initialization fails after binder_alloc_shrinker_init() has already been called, the corresponding teardown function binder_alloc_shrinker_exit() is never invoked, leaving kernel memory unreleased. The fix introduces binder_alloc_shrinker_exit() and ensures it is called on all failure paths within binder_init(). Exploitation of this class of vulnerability typically requires local access to trigger the relevant kernel code path (NVD, Feedly).
The primary impact is a kernel memory leak, which can gradually exhaust available kernel memory over time, potentially degrading system performance or contributing to denial-of-service conditions. Because the leak occurs in the Binder IPC subsystem — central to Android and Linux inter-process communication — repeated triggering could destabilize affected systems. There is no known direct path to privilege escalation or data exfiltration from this vulnerability alone (NVD).
Patches have been backported to multiple stable Linux kernel branches. Fixed versions include: 4.14.324, 4.19.292, 5.4.254, 5.10.191, 5.15.127, 6.1.46, 6.4.11, and 6.5 (mainline). Administrators should update to the appropriate patched stable kernel release for their distribution. SUSE has also issued advisories (SUSE-2026-0281-1 and SUSE-2026-20876-1) addressing this CVE (Feedly, NVD).
The vulnerability received routine coverage from Linux security tracking services such as OpenSUSE Bugzilla (bug #1255629) and Linux Security advisories. No notable researcher commentary or significant social media discussion has been identified for this low-severity kernel memory leak (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."