A nine-year-old race condition in the Linux kernel's XFS copy-on-write path, tracked as CVE-2026-64600 and named RefluXFS, allows an unprivileged local user to overwrite root-owned files and obtain persistent root access on default installations of major enterprise Linux distributions. Disclosed by Qualys Threat Research Unit on July 22, 2026, the flaw operates at the filesystem block-allocation layer, below where SELinux, kernel lockdown, seccomp, and container isolation are designed to intervene—meaning standard hardening controls do not stop it.
Qualys estimates potential exposure across more than 16.4 million systems given how common reflink-enabled XFS is on default enterprise Linux builds. The vulnerability also carries a second, distinct significance: it was originally surfaced by tasking Anthropic's Claude Mythos Preview model with hunting for Dirty COW-style race conditions, then independently reproduced and validated by Qualys researchers before coordinated disclosure.
Organizations running reflink-enabled XFS, particularly on shared or multi-tenant infrastructure, should treat patching and rebooting as an emergency priority rather than a routine cycle item.
Key Finding: RefluXFS lets an unprivileged local user overwrite root-owned files on a reflink-enabled XFS volume by racing concurrent writes against a stale copy-on-write mapping, a technique that operates below the layer at which SELinux, kernel lockdown, seccomp, and container isolation are designed to intervene, and it is among the first widely publicized vulnerabilities surfaced through AI-assisted kernel research.
Qualys Threat Research Unit disclosed CVE-2026-64600 on July 22, 2026, tracing the underlying flaw to a race condition in XFS's copy-on-write handling that has existed in the Linux kernel since version 4.11, released in 2017. The mechanism relies on a sequence available to any unprivileged local user: cloning a root-owned file using the FICLONE ioctl, then racing concurrent O_DIRECT writes against that clone in a way that causes the kernel to rely on a stale data-fork mapping retained across an XFS inode-lock cycle. The practical effect is that the kernel can be tricked into writing attacker-controlled data directly to the original file's disk blocks, bypassing the file permissions that would otherwise protect it. Qualys demonstrated the technique live against /etc/passwd on a default Red Hat Enterprise Linux 10.2 installation, stripping the root account's password in under ten seconds with no corresponding kernel log entry.
Qualys has stated that the vulnerability was originally located by tasking Anthropic's Claude Mythos Preview model, integrated into Qualys's manual audit workflow under a structured research initiative between the two organizations, with searching for a Dirty COW-style race condition in the kernel—a reference to the well-known 2016 XFS/COW privilege escalation class. After iterative prompt refinement narrowing the model's focus to race conditions in the kernel's memory-management and filesystem code, the model identified the flaw and produced a working proof-of-concept. Qualys researchers then independently reviewed the model's reasoning, reproduced and validated the exploit, and coordinated disclosure through standard channels, with an upstream kernel fix merging on July 16, 2026, ahead of the July 22 public disclosure. Red Hat has issued Important-rated advisories across RHEL 8, 9, and 10; as of the disclosure date, the National Vulnerability Database had not yet published an initial CVSS base score for the record, which Qualys and downstream reporting attribute to a scoring-lag artifact rather than any indication of reduced severity.
Coverage from BleepingComputer, The Hacker News, and other outlets has since corroborated the technical details and confirmed independent reproduction of the exploit path on Fedora Server 44, alongside a public proof-of-concept reference logged in Red Hat's bug tracker on the day of disclosure. No active exploitation has been reported in the wild as of publication, though the combination of a working public proof of concept and the absence of any interim mitigation short of patching means that window should be considered narrow rather than durable.
RefluXFS belongs to a rare class of vulnerabilities that defeats essentially every standard Linux hardening control simultaneously. SELinux in enforcing mode, kernel lockdown, seccomp filtering, and container namespace isolation are all designed to police activity at the syscall or memory-access layer; RefluXFS operates one layer below that, at filesystem block allocation, where none of those controls are positioned to intervene. This means patching and rebooting is not one mitigation among several—it is, for practical purposes, the only one.
Qualys's estimate of more than 16.4 million potentially exposed systems reflects how pervasive XFS-with-reflink configurations are across default enterprise Linux builds, including RHEL, Oracle Linux, Amazon Linux, and Fedora-derivative distributions. For organizations with substantial Linux fleets, this translates the vulnerability from a niche kernel bug into a broad, fleet-wide exposure question that patch management functions need to be able to answer quickly and with confidence.
RefluXFS is also a concrete, named case study of AI-assisted vulnerability research conducted under Anthropic's Project Glasswing framework, in which a frontier model was tasked with a specific class of vulnerability hunting and produced a novel, previously unknown finding that human researchers then independently validated before any disclosure occurred. For institutions building governance frameworks around AI-enabled security research—on both offensive discovery and defensive disclosure sides—this disclosure offers a documented reference point rather than a hypothetical scenario, and is likely to inform how similar findings are evaluated, attributed, and disclosed going forward.
Immediate Term: Any organization running reflink-enabled XFS on enterprise Linux distributions should identify affected hosts and prioritize them for emergency patching rather than folding remediation into a routine patch cycle. This is particularly urgent for shared CI and build infrastructure, multi-tenant hosting environments, and container platforms that expose XFS paths to workloads running with lower privilege than the host itself, since these environments are precisely the ones where an attacker with any local foothold—even one obtained through an unrelated, lower-severity issue—could pivot to full root compromise.
Short Term: Patch management and vulnerability scanning processes need to account for the absence of an initial NVD CVSS score without deprioritizing remediation on that basis; Red Hat's Important rating and Qualys's demonstrated exploitation path are more operationally meaningful signals at this stage than an unpublished NVD score. Scanning baselines should be updated to flag reflink-enabled XFS as an exposure indicator independent of CVSS availability, and remediation verification needs to confirm that the patched kernel is actually running in memory—package installation alone, without a reboot, does not remediate a running system.
Long Term: RefluXFS reinforces a defense-in-depth lesson that extends beyond this specific flaw: no combination of standard OS-level hardening controls stopped this class of attack, because the vulnerability class sits structurally below where those controls operate. Organizations relying heavily on SELinux, seccomp, or container isolation as primary defenses against local privilege escalation should treat this as a prompt to reassess what those controls are and are not positioned to catch, and to weight kernel patch currency accordingly in overall risk posture—particularly on shared and multi-tenant systems where the blast radius of a single local escalation is highest.
Actions are organized by organizational security maturity, with remediation centered on patching and rebooting rather than compensating controls.
xfs_info / | grep reflink= across the fleet to identify hosts using reflink-enabled XFS, establishing a clear inventory of exposure before prioritizing remediation.Executive Briefing Note: Institutional stakeholders briefing leadership on remediation priority should explicitly frame the absence of an initial NVD CVSS score as a scoring-lag artifact rather than a severity signal, to avoid remediation being deprioritized on that basis alone.
RefluXFS is a reminder that vulnerability age offers no protection of its own—a race condition dormant in the kernel since 2017 required no new exploitation primitive to become a live, high-impact threat in 2026, only the attention necessary to find it. That the attention in this case came from a frontier AI model operating under structured research supervision, rather than exclusively from human researchers, is itself a data point institutions will need to factor into how they plan vulnerability management going forward.
Bridging the awareness gap increasingly means accounting for how vulnerabilities are found, not only which ones are found.