Linux · Linux Kernel · CVE-2021-47360
**Name of the Vulnerable Software and Affected Versions**
Linux kernel (affected versions not specified)
**Description**
The issue is related to the Linux kernel's binder mechanism. During BC FREE BUFFER processing, the BINDER TYPE FDA object cleanup may close one or more file descriptors. The close operations are completed using the task work mechanism, which requires the thread to return to userspace. If this does not happen, the file object may never be dereferenced, leading to hung processes. The binder thread is forced back to userspace if a file descriptor is closed during BC FREE BUFFER handling.
**Recommendations**
At the moment, there is no information about a newer version that contains a fix for this vulnerability.