Out-of-bounds write in Linux kernel - CVE-2026-68458
Published: August 17, 2026
Vulnerability details
The vulnerability allows a local user to corrupt memory.
The vulnerability exists due to an out-of-bounds write in binder_transaction() in the Android Binder driver when processing binder transactions to a txn_security_ctx node. A local user can send a crafted binder transaction with BINDER_TYPE_PTR objects to corrupt memory.
The issue occurs because the security context length is read after it has been cleared, which causes the scatter-gather buffer end offset to be miscalculated.