4 matches found
CVE-2023-54157
The CVE-2023-54157 issue concerns the Linux kernel binder code: a use-after-free in alloc->vma during a race with munmap. The root cause is a downgrade of the mmap lock that allows binder_update_page_range() to access alloc->vma while vm_area_free() may tear down the VMA, enabling a UAF as ...
UBUNTU-CVE-2021-46935
In the Linux kernel, the following vulnerability has been resolved: binder: fix asyncfreespace accounting for empty parcels In 4.13, commit 74310e06be4d "android: binder: Move buffer out of area shared with user space" fixed a kernel structure visibility issue. As part of that patch, sizeofvoid w...
Android - binder Use-After-Free via fdget() Optimization
This bug report describes two different issues in different branches of the binder kernel code. The first issue is in the upstream Linux kernel, commit 7f3dc0088b98 "binder: fix proc-files use-after-free"; the second issue is in the wahoo kernel and maybe elsewhere? but at least the android commo...