Security Advisory

CVE-2023-54005

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-12-24 10:55:39
Last updated 2026-05-11 19:53:26
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: binder: fix memory leak in binder_init() In binder_init(), the destruction of binder_alloc_shrinker_init() is not performed in the wrong path, which will cause memory leaks. So this commit introduces binder_alloc_shrinker_exit() and calls it in the wrong path to fix that.