TL;DR
A Linux kernel CPU timer flaw lets a local user reach root. Tracked as CVE-2026-64560, it scores 7.0 on CVSS. Researchers confirmed a root shell on a Pixel 10 Pro. The full details and proof-of-concept exploit code are now public.
- CVE: CVE-2026-64560
- CVSS: 7.8 (High · CVSSv3)
- Product: Linux
- Affected: 55e8c8eb2c7b6bf30e99423ccfe7ca032f498f59, 5.7
- Impact: posix-cpu-timers: Prevent UAF caused by non-leader exec() race
- Status: No confirmed exploitation yet
- Patched in: 67aa823e3e8c229c6d374df79c804f6721cb83b6, d8bcb28abad857f1415da7656f19b2ada90af04f, cc35ddbc497311e0b6b9a6a6a4f4d1217d6ab1aa, 12a891c773aeb5823d63dbd0cb2ab931d6c21c9b (+12 more)
- EPSS: 0.1% (30-day)
- Action: Update to 67aa823e3e8c229c6d374df79c804f6721cb83b6, d8bcb28abad857f1415da7656f19b2ada90af04f, cc35ddbc497311e0b6b9a6a6a4f4d1217d6ab1aa, 12a891c773aeb5823d63dbd0cb2ab931d6c21c9b (+12 more) now
Why it matters
CPU timers are a core part of the Linux kernel. So the bug reaches well beyond a single device. On the tested Pixel, the exploit even disabled SELinux. Public exploit code makes patching urgent.
How the attack works
The flaw is a use-after-free triggered by a race condition. It happens between a POSIX process CPU timer deletion and a non-leader exec(). Timing decides the outcome.
The kernel can free an armed timer structure while its node is still linked in the process timer queue. Later timer-queue operations then touch freed memory. This Linux kernel CPU timer flaw turns that race into a path to root.
The researchers reported a success rate above 50 percent. Their binary runs directly to gain a shell. This report withholds working payloads and steps.
Public disclosure and exploit code
Full technical details and proof-of-concept code sit in a public CVE-2026-64560 research repository. This public release raises the pressure to update quickly.
Exploitation status
Public proof-of-concept exploit code exists for CVE-2026-64560. However, no in-the-wild exploitation has been confirmed at this time.
Affected versions
The flaw affects Linux kernels before the upstream fix. Researchers confirmed it on a Pixel 10 Pro running kernel 6.6.118, using the July 05 release build.
Patch and mitigation
The issue was fixed upstream in the kernel. Apply the latest kernel and Android security updates as soon as they reach your device.
Support Our Threat Intelligence
If you find our CVE report and cybersecurity news helpful, consider supporting our work.