NONE · 0

CVE-2023-54005

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...

Vulnerability 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.

References

FAQ

What is CVE-2023-54005?

CVE-2023-54005 is a documented vulnerability. 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...

How severe is CVE-2023-54005?

CVSS scoring is not yet available for CVE-2023-54005. Check NVD for updates.

Is there a patch for CVE-2023-54005?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.