CVE-2026-64468

7.8

Linux · Kernel

A use-after-free vulnerability exists in the Linux kernel binder subsystem due to a race condition in binder_free_transaction() when handling locks.

Executive summary

A use-after-free vulnerability in the Linux kernel binder driver allows local attackers to achieve arbitrary code execution or cause a system crash.

Vulnerability

This is a use-after-free vulnerability in the binder_free_transaction function of the Linux kernel binder subsystem, where a race condition occurs after dropping the transaction lock, requiring low local privileges to exploit.

Business impact

Successful exploitation of this flaw can lead to a complete compromise of the affected operating system, resulting in unauthorized data access, privilege escalation, or system instability and denial of service. The CVSS score of 7.8 reflects a high severity threat, primarily constrained by the requirement for local access.

Remediation

Immediate Action: Update the Linux kernel to version 5.10.261, 5.15.212, 6.1.178, 6.6.145, or later depending on the active release branch.

Proactive Monitoring: Monitor system logs for kernel panics, segmentation faults, or unexpected reboots associated with slab allocation errors and KASAN reports.

Compensating Controls: Restrict local shell access and implement strict principle-of-least-privilege controls to minimize the number of users capable of executing code on the host.

Exploitation status

Public Exploit Available: No

Analyst recommendation

Given the high severity of this kernel-level vulnerability and its potential to facilitate full privilege escalation, administrators must prioritize applying the latest kernel patches across all supported environments. Immediate deployment of the updated packages is vital to eliminate the underlying use-after-free condition.

More Linux CVEs

Sources