AI Speeds Linux Kernel Exploit: CVE-2026-53264 Local Root
STAR Labs published a working exploit for CVE-2026-53264 (CVSS 7.8), a use-after-free race in the Linux kernel traffic-control subsystem. AI accelerated discovery and exploit development on CentOS Stream 9.
STAR Labs published a working exploit this week for CVE-2026-53264, a use-after-free race condition in the Linux kernel’s network traffic-control subsystem. Researcher Lee Jia Jie turned a standard local user account into root on CentOS Stream 9. CVSS 7.8, high. Full write-up at The Hacker News.
The flaw is in the kernel’s tc (traffic-control) subsystem, which manages packet scheduling and queuing. Two concurrent threads racing over queuing discipline state create a use-after-free condition — corrupted kernel memory that can be leveraged to escalate from an unprivileged local account to root.
The honest priority here: this requires a local foothold first. The attacker needs to already be running code on the box before CVE-2026-53264 matters. That puts it below unauth network-reachable exploits. It does not take it off the queue.
The AI footnote, and why it’s not actually a footnote
Jia Jie credited AI tools with accelerating both the bug discovery process and exploit development. That’s now a recurring feature of serious kernel security research, not a novelty. The practical implication: the time between “this flaw exists” and “someone has a working exploit” keeps getting shorter. Your patch window does not get longer to compensate.
What to do
- Check your kernel version and apply available updates. STAR Labs confirmed CentOS Stream 9 as affected. RHEL derivatives on similar kernel versions should check their vendor security bulletin for CVE-2026-53264 patch status. Mainstream distributions (Debian, Ubuntu, SUSE) typically respond to kernel LPEs of this severity within days of public disclosure.
- Calibrate priority by environment. This is local privilege escalation — the attacker already has a shell. On personal workstations or isolated servers with a single operator, normal patch cadence applies. On shared infrastructure — development servers, build boxes, multi-account environments — bump this up and patch before the next maintenance window.
- The exploit is published. The clock on “before this gets packaged into an attacker toolkit” has already started.
Related: CVE-2026-53264 entry · AI and the shrinking exploit timeline · JetBrains TeamCity CVE-2026-63077
- [ HIGH ] CVE-2026-53264 Linux kernel traffic-control subsystem use-after-free race
Found this useful? Share it.


