4 matches found
CVE-2024-56554
creationtimestamp| type| source ---|---|--- 2024-12-27 15:15:47+00:00| seen| https://bsky.app/profile/cve-notifications.bsky.social/post/3lecbrxe42v2m...
CVE-2024-56554 binder: fix freeze UAF in binder_release_work()
In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...
CVE-2024-56554 binder: fix freeze UAF in binder_release_work()
In the Linux kernel, the following vulnerability has been resolved: binder: fix freeze UAF in binderreleasework When a binder reference is cleaned up, any freeze work queued in the associated process should also be removed. Otherwise, the reference is freed while its ref-freeze.work is still queu...
CVE-2024-56554
CVE-2024-56554: Linux kernel binder use-after-free due to freeze work left queued when cleaning up a binder reference. The issue occurs when a reference is freed while ref->freeze.work remains queued in the process workqueue, triggering KASAN slab-use-after-free in binder_release_work. A patch...