Skip to main content
Emerging Threats

CISA Warns of Active Exploits of Linux 'CopyFail' Flaw

Linux server room with computer racks, cables, and a prominent terminal in the foreground.

"Same script, four distributions, four root shells — in one take. The same exploit binary works unmodified on every Linux distribution," Theori said, a stark claim that captures why the newly disclosed bug tracked as CVE-2026-31431 has triggered both emergency patching and active exploitation.

CVE-2026-31431 and the CopyFail mechanics

CVE-2026-31431 — dubbed "CopyFail" by reporting researchers — is a Linux kernel vulnerability that lets low-privilege users modify data they should only be able to read, effectively converting limited access into full root control on unpatched systems. The Register described the underlying problem as rooted in the kernel's handling of certain cryptographic operations, which opens a path to tamper with cached data that was never intended to be user-controllable. The exploit is local, requires little access, and needs no user interaction, meaning any actor who already has a foothold on a vulnerable box can attempt rapid privilege escalation.

Theori, Xint, and the published proof-of-concept

The flaw was disclosed by cybersecurity consultancy Theori, which said it discovered the bug using its AI-powered penetration testing platform, Xint. Theori reported the issue to the Linux kernel security team on March 23. Major Linux distributions pushed out patches ahead of Theori's public disclosure; Theori then published a proof-of-concept (PoC) exploit. The Python-based PoC explicitly targets Ubuntu 24.04 LTS, Amazon Linux 2023, RHEL 10.1, and SUSE 16, and Theori warned that every mainstream Linux kernel built since 2017 is in scope for potential exploitation.

CISA's listing and the federal patch deadline

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added CVE-2026-31431 to its Known Exploited Vulnerabilities (KEV) catalog and ordered Federal Civilian Executive Branch agencies to patch within two weeks, setting a May 15 deadline. CISA warned that the bug is already being exploited, noting the exploitation began just days after researchers released a working root-level exploit.

Microsoft Defender's observations and the near-term threat trajectory

Microsoft backed CISA's findings and reported seeing signs of activity following the public release of the PoC. In Microsoft’s characterization, "Given the availability of a fully working exploit proof-of-concept (PoC) and the race to patch systems, Microsoft Defender is seeing preliminary testing activity that might result most likely in increased threat actor exploitation over the next few days." That assessment frames the immediate operational window: a widely portable, reliable PoC on public systems combined with rapid patching creates a narrow period when both defenders and attackers are racing to act.

What this means for technologists, policymakers, and affected enterprises

  • Technologists and security teams: prioritize patching for kernels and distributions explicitly named in the PoC — Ubuntu 24.04 LTS, Amazon Linux 2023, RHEL 10.1, and SUSE 16 — and treat systems running mainstream kernels built since 2017 as potentially vulnerable. Because the exploit is local and requires no user interaction, teams should also assess any systems where an adversary might already have a foothold.
  • Policymakers and regulators: CISA's KEV listing and the two-week federal deadline make patch compliance an immediate, measurable requirement for Federal Civilian Executive Branch agencies; the same action signals urgency for regulated entities that track KEV guidance.
  • Affected enterprises and procurement leaders: the portability Theori described — an exploit that works "unmodified" across multiple distributions — raises prioritization decisions about patch rollout sequencing, risk acceptance for legacy kernels, and inspection of systems where ephemeral or low-privilege access exists.

The practical contest is now defined: a PoC that reliably yields root on multiple mainstream distributions, public confirmation of exploitation, and a short federal patching deadline. With the May 15 date set by CISA and Microsoft warning of likely increased exploitation "over the next few days," the measure of success will be how rapidly patches are applied to the kernels and distributions Theori identified, and whether that uptake outpaces further weaponization of the PoC.

Original story