Severe Linux Copy Fail security flaw uncovered using AI scanning help
Nearly every Linux distribution released since 2017 is currently vulnerable to a security bug called “Copy Fail” that allows any user to give themselves administrator privileges. The exploit, publicly disclosed as CVE-2026-31431 on Wednesday, uses a Python script that works across all of the vulnerable Linux distributions, requiring “no per-distro offsets, no version checks, no recompilation,” according to Theori, the security firm that uncovered it.
Ars Technica points out this blog post where DevOps engineer Jorijn Schrijvershof explains that what makes Copy Fail “unusually nasty” is the likelihood for it to go unnoticed by monitoring tools: “Page-cache corruption never marks the page dirty. The kernel’s writeback machinery never flushes the modified bytes back to disk.” As a result, “AIDE, Tripwire, OSSEC and any monitoring tool that compares on-disk checksums see nothing.”
Copy Fail was identified by Theori’s researchers with assistance from their Xint Code AI tool. According to a blog post, Taeyang Lee had an idea of looking into the crypto subsystem of Linux and created this prompt to run an automated scan that identified several vulnerabilities in “about an hour.”
“This is the linux crypto/ subsystem. Please examine all codepaths reachable from userspace syscalls. Note one key observation: splice() can deliver page-cache references of read-only files (including setuid binaries) to crypto TX scatterlists.”
According to the exploit’s disclosure page, a patch for Copy Fail was added to the mainline Linux kernel on April 1st. However, as Ars Technica notes, the researchers who identified Copy Fail published the details of the exploit publicly before all of the affected distributions could release patches for it. Some distros, including Arch Linux, RedHat Fedora, and Amazon Linux, have released patches, but many others were not immediately able to address the issue.
You may be interested
Boston embraces “Scottish invasion” for the World Cup
new admin - Jun 17, 2026Boston embraces "Scottish invasion" for the World Cup - CBS News Watch CBS News Forty thousand noisy tourists who drink…

How to Watch the World Cup Today: Schedule, Times, TV, Streaming for France, Argentina, More
new admin - Jun 17, 2026[ad_1] NEWYou can now listen to Fox News articles! Day 6 of the 2026 FIFA World Cup delivers one of…

‘Amazing war film in ‘top 10 best Netflix films ever’ lands sequel | Films | Entertainment
new admin - Jun 17, 2026War Machine was one of the biggest films on 2026 (Image: NETFLIX) This article contains affiliate links, we will receive…






























