Incorrect calculation in Linux kernel - CVE-2026-64467

 

Incorrect calculation in Linux kernel - CVE-2026-64467

Published: July 27, 2026


Vulnerability identifier: #VU139462
CSH Severity: Low
CVSS v4: 4.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-64467
CWE-ID: CWE-682
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to corrupt binder reference accounting.

The vulnerability exists due to an incorrect integer type usage in the rust_binder allocation cleanup logic in drivers/android/binder/allocation.rs when cleaning up the offsets array on 32-bit kernels. A local user can trigger cleanup of crafted binder objects to corrupt binder reference accounting.

On affected 32-bit kernels, 8-byte offsets entries are processed in 4-byte steps, causing extra cleanup of the object at offset 0 and potentially triggering refcount underflow protection.


Affected software

Linux kernel

How to mitigate CVE-2026-64467

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins