STAR Labs Ships AI-Assisted Linux Kernel Root Exploit on CentOS 9
TL;DR
- CVE-2026-53264 is a use-after-free race in the Linux kernel's network traffic-control subsystem, rated CVSS 7.8.
- STAR Labs demonstrated the local privilege escalation on CentOS Stream 9 using a ROP chain with hardcoded offsets.
- Researcher Lee Jia Jie said AI helped him find the bug and speed up exploit development.
A local privilege escalation in the Linux kernel is not, on its own, the kind of story that reorders the week. What makes CVE-2026-53264 worth stopping on is the note the researcher attached to it: AI helped find the bug and helped speed up the exploit. The vulnerability itself, as summarized in The Hacker News weekly recap, is a use-after-free race in the kernel's network traffic-control subsystem, rated CVSS 7.8, and STAR Labs has published working code that turns an ordinary local user into root on the CentOS Stream 9 build it targeted.
The technical shape is worth reading closely because it tells you how narrow the demo is. The exploit requires unprivileged user namespaces to be available, the kernel to be built with CONFIG_NET_ACT_GACT and CONFIG_NET_CLS_FLOWER, and a return-oriented programming chain carrying hardcoded offsets tied to that specific kernel image. This is local privilege escalation, not remote code execution, so an attacker still needs a foothold on the machine before any of it applies. The upstream fix reportedly landed on June 1, 2026 and has been backported to several stable branches, so patched fleets are in a much better place than the CVSS number alone suggests.
The part that matters for anyone running Linux at scale is the operational tempo implied by the attribution. Researcher Lee Jia Jie's claim, as reported, is that AI accelerated both discovery and weaponization. If that becomes the norm rather than a one-off, the gap between when a subtle kernel bug is introduced and when a working root exploit exists shrinks, which changes how aggressive patch cycles need to be for shops that treat kernel updates as a quarterly chore.
The honest caveat is that the reporting does not tell you which AI tools were used, at what stages, or whether the ROP chain itself was model-generated or hand-built after the model pointed at the bug. Take the AI-assist framing as a data point on direction, not a full methodology. What the coverage also does not give you is any signal on reliability outside the exact CentOS Stream 9 build STAR Labs targeted.
The forward-looking read is that defenders now have their own reason to lean on AI-assisted auditing of the kernel, because the alternative is watching the offensive side compound its speed advantage. The teams that benefit soonest are the distro maintainers and the security vendors who can turn the same pattern of tooling into continuous review of high-risk subsystems like traffic control.
Originally reported by thehackernews.com
Read the original article →Original headline: STAR Labs Discloses AI-Assisted Linux Kernel LPE Bug CVE-2026-53264 on CentOS Stream 9