Ai

The Qualys-Anthropic Model for Finding Kernel Vulnerabilities, Explained

Kasun Illankoon

By: Kasun Illankoon

5 min read

A structured, human-led research collaboration between Qualys' Threat Research Unit and Anthropic surfaced a decade-old race condition in the Linux kernel, offering a disciplined model for AI-assisted security research.

[For more news, click here]

The most consequential story to come out of this week's Linux vulnerability disclosure is not simply the size of its blast radius. It is the process that found it. Qualys, the cloud security firm, and Anthropic, the AI research company behind the Claude family of models, ran a structured research initiative that paired veteran vulnerability hunters with Claude Mythos Preview, a frontier AI model not yet available to the public. The result was a race condition buried in the Linux kernel's XFS filesystem, a flaw contained enough to explain in a paragraph and consequential enough to touch more than 16 million systems worldwide. Its discovery is already being studied as a template for how AI-assisted security research can be done without cutting corners on rigor.

A Vulnerability Fifteen Years in the Making

The bug, tracked as CVE-2026-64600 and nicknamed RefluXFS by Qualys researchers, lives in the copy-on-write path of the XFS filesystem, a component built into the Linux kernel since version 4.11 in 2017. Qualys says the flaw allows an attacker with an ordinary, unprivileged local account to overwrite protected files on disk and escalate to full host root privileges, a jump that holds even on systems running SELinux in Enforcing mode, one of the stricter hardening configurations available on enterprise Linux. Qualys estimates the vulnerability potentially affects more than 16.4 million systems, spanning Red Hat Enterprise Linux, Oracle Linux, Amazon Web Services' Amazon Linux and Fedora deployments across data centers and cloud environments worldwide.

XFS is the default filesystem on Red Hat Enterprise Linux and many of the enterprise distributions built on it, which is part of why the exposure window is so wide. The mechanism itself, a copy-on-write race condition, does not require a rare or exotic configuration to trigger. Reflink support, the feature that lets XFS clone files instantly without duplicating their underlying data, is standard on modern enterprise kernels, which is precisely the surface RefluXFS abuses.

Why Qualys Brought an AI Model Into the Workflow

What separates RefluXFS from the steady drumbeat of kernel disclosures is how it surfaced. Qualys' Threat Research Unit built a formal collaboration with Anthropic, embedding Claude Mythos Preview directly inside its manual audit process rather than using it as a standalone scanning tool. Researchers still read the code, still traced the race condition by hand, and still validated every finding against the same evidence standard Qualys applies to any advisory it publishes. The AI model's role was to help the team move through complex kernel logic faster, not to replace the judgment calls that make vulnerability research defensible.

"This discovery emerged from a structured research initiative between Qualys and Anthropic, where we integrated Claude Mythos Preview into our manual audit workflow to accelerate our research while maintaining strict human oversight," said Saeed Abbasi, Head of the Qualys Threat Research Unit. "This human-validated, AI-accelerated approach let us surface a complex kernel race condition while holding to the strict accuracy and responsible-disclosure standards expected; every finding here cleared the same evidence bar we apply to any Qualys security advisory."

That distinction matters for an industry watching AI tools creep into every corner of software development. A model that shortens the path from a hunch to a proven exploit is only useful to defenders if the proof still meets a professional bar, and Qualys is using this disclosure to argue that it does.

An Emergency Priority With No Trace Left Behind

Qualys is treating RefluXFS with unusual urgency, and its own description of the bug explains why. Exploitation starts from privileges nearly every local user already has, leaves no entry in kernel logs, and produces on-disk changes that survive a reboot, a combination that makes both detection and forensic reconstruction unusually difficult after the fact.

"We rate RefluXFS as an emergency priority because exploitation could begin from ordinary local privileges. The vulnerability is present in standard enterprise kernel builds, and a successful exploitation provides host root. The exploitation works under common kernel hardening settings, and fixed kernels are available," Abbasi added.

A Clear Path to Remediation

The encouraging part of the story is what comes next. Vendor-fixed kernels are already available and are being backported across enterprise Linux distributions, giving IT teams a concrete action rather than an open-ended wait. Qualys is urging organizations to apply those updates as soon as they roll out and to reboot affected systems afterward, since a patched kernel sitting unbooted on disk offers no protection. The company is also advising security teams to prioritize internet-facing and multi-tenant systems first, given how directly local privilege escalation threatens shared infrastructure. Qualys says no reliable temporary workaround exists outside of patching, which makes the update cycle, not a stopgap configuration change, the real fix.

The full technical write-up, including proof-of-concept details reserved for the responsible-disclosure process, is available on the Qualys Threat Research Unit blog.

Beyond the patch cycle, RefluXFS is becoming a case study in its own right. A kernel flaw that sat undetected for close to a decade was found not by a faster scanner or a bigger fuzzing cluster, but by a human research team and an AI model working through the same audit trail together, each catching what the other might have missed. That is a narrower, more disciplined vision of AI in cybersecurity than the industry's usual promises of full automation, and it may be the more durable one. For enterprise security leaders weighing how to bring AI tools into their own vulnerability programs, RefluXFS offers a working example rather than a hypothetical one, built on the same evidence standards the industry already trusts.

Related Articles:

IBM and Red Hat Launch Lightwell to Automate Open Source Vulnerability Fixes for Enterprises

How Outpost24's New CyberFlex Program Helps Security Teams Keep Pace With AI-Era Risk

France Moves to Remove Microsoft From 2.5 Million Government Computers in Push for Digital Sovereignty

Share this article

Related Articles