CVE-2026-64468

Kernel privilege escalation via Binder target-process race

Published Jul 25, 2026 · Updated Jul 25, 2026

Use-after-free in the Linux Kernel Binder driver allows local users to gain kernel privileges or crash the host through Binder ioctls. binder_free_transaction() drops t->lock after reading t->to_proc, then locks the process after concurrent teardown can free it, causing a stale-pointer write. Exploitation requires low-privileged local execution and access to a Binder device or a private BinderFS mount; successful triggering enables kernel-memory corruption, disclosure, a crash, panic, or hang.

CVSS severity7.8
High
EPSS probability0.14%
Next 30 days · Sep 16, 2026
Known exploitationUnconfirmed
Based on sourced intelligence
Hinoki checkNot available
Coverage for this vulnerability

See if you're affected

Explore vulnerability checks for your environment with Hinoki.

Book a demo

Summary

What happened

Use-after-free in the Linux Kernel Binder driver allows local users to gain kernel privileges or crash the host through Binder ioctls. binder_free_transaction() drops t->lock after reading t->to_proc, then locks the process after concurrent teardown can free it, causing a stale-pointer write. Exploitation requires low-privileged local execution and access to a Binder device or a private BinderFS mount; successful triggering enables kernel-memory corruption, disclosure, a crash, panic, or hang.

The record

CVE
CVE-2026-64468
Published
Jul 25, 2026
Updated
Jul 25, 2026
Vendor
The Linux Kernel Organization
Product
Linux Kernel
Classifications
CWE-366, T1068
Attack vector
local
Privileges
authenticated

Timeline

How it unfolded

  1. Jul 25, 2026CVE publishedPublication date reported by the CVE source.
  2. Jul 25, 2026Record updatedLatest update available in the CVE record.

Exploitability

Present is not the same as exploitable

Compare your product and version with the public record. A matching version still requires validation against your environment.

Is a vulnerable build present?

Compare these published version ranges with your installed build and any vendor patches.

  1. Affected versionversion=0e3b977a8f1be01dcfa0baae68851b1f55f2a0a9
  2. Affected versionversion=22068d49d09d2b3890e19d7b2048a33340f992da
  3. Affected versionversion=4.14.136 <4.15
  4. Affected versionversion=4.19.64 <4.20
  5. Affected versionversion=5.1.15 <5.2
  6. Affected versionversion=5.2
  7. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <0be901ab1dcc4af59b88f2e324493bb283850167
  8. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <0f15f0f6ca5df566275ce517f257af2559528b41
  9. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <328ccf32acb87e8bbb1fe2b065068c574e4db2bf
  10. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <45df558c543bb5543bacc8065fd7c567740781e5
  11. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <48aeda9f8039e4a6971d1804578efde7f2c01eda
  12. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <5602a43f251c3d75312df91a422675fc00ca3dce
  13. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <d45ef513eed1abebfec90c3cfb6ae50c2a4182db
  14. Affected versionversion=a370003cc301d4361bae20c9ef615f89bf8d1e8a <f223d27a546c1e1f48d38fd67760e78f068fe8c4
  15. Affected versionversion=a4a3c070b8760f71c8311399fa9bfe67c8629bca

What conditions does exploitation require?

Attack vectorlocal
Required privilegesauthenticated

What is affected?

The Linux Kernel Organization · Linux Kernelversion=0e3b977a8f1be01dcfa0baae68851b1f55f2a0a9; version=22068d49d09d2b3890e19d7b2048a33340f992da; version=4.14.136 <4.15; version=4.19.64 <4.20; version=5.1.15 <5.2; version=5.2; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <0be901ab1dcc4af59b88f2e324493bb283850167; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <0f15f0f6ca5df566275ce517f257af2559528b41; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <328ccf32acb87e8bbb1fe2b065068c574e4db2bf; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <45df558c543bb5543bacc8065fd7c567740781e5; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <48aeda9f8039e4a6971d1804578efde7f2c01eda; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <5602a43f251c3d75312df91a422675fc00ca3dce; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <d45ef513eed1abebfec90c3cfb6ae50c2a4182db; version=a370003cc301d4361bae20c9ef615f89bf8d1e8a <f223d27a546c1e1f48d38fd67760e78f068fe8c4; version=a4a3c070b8760f71c8311399fa9bfe67c8629bca

Published CVSS scores

7.8kernel.orgCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

CVSS describes severity. EPSS estimates exploitation probability.

Attacks

What attackers are doing with it

Daily unique IPs observed by Shadowserver honeypots for known exploited vulnerabilities (KEVs). Missing observations do not establish an absence of attacks.

Daily unique IPsNo honeypot observations are available for this CVE in the selected window.

No observations available

Sep 10, 2026Sep 16, 2026
Latest reporting daySep 16, 2026
Latest daily unique IPsUnavailable
Prior 30-day averageUnavailable
SourceShadowserver honeypots (KEV)
Vectorlocal
Privilegesauthenticated
Known exploitationUnconfirmed
Public exploitUnconfirmed

Weakness, pattern, technique

CWE-366Race Condition within a Thread
T1068Exploitation for Privilege Escalation

Public exploit references

No public exploit references are available in this record.

Labels summarize the accepted research assessment. They do not indicate a test against your environment.

Technologies

Your stack

See the directory against your own environment.

Your stack

Check the software in your environment

Book a demo to see how Hinoki identifies affected software and validates exploitability in your environment.

Book a demo