SB2026033014 - Memory corruption in Linux kernel android binder driver
Published: March 30, 2026
Breakdown by Severity
- Low
- Medium
- High
- Critical
Description
This security bulletin contains information about 1 security vulnerability.
1) Memory corruption (CVE-ID: CVE-2026-23400)
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to improper locking mechanism in the rust_binder component when handling BC_DEAD_BINDER_DONE commands. A local user can send a specially crafted command sequence involving BC_CLEAR_DEATH_NOTIFICATION and BC_DEAD_BINDER_DONE to cause a deadlock in the kernel, resulting in a denial of service.
The issue arises when set_notification_done() is called without releasing the proc lock, leading to a potential deadlock if the current thread is not a looper, as the fallback path attempts to reacquire the proc lock.
Remediation
Install update from vendor's website.