Test whether your Linux systems running Ubuntu 24.04, RHEL 10.1, Amazon Linux 2023, or SUSE 16 are vulnerable before applying kernel patches
Study the mechanics of a real kernel privilege escalation bug for security research or CTF preparation
Use as a reference case when auditing or hardening Linux environments against local privilege escalation
Must be run only in an isolated VM with a vulnerable kernel version, do not run on production systems.
Copy Fail is the name given to a local privilege escalation vulnerability in the Linux kernel, tracked as CVE-2026-31431. A local privilege escalation vulnerability is a security flaw that allows someone who already has limited (unprivileged) access to a computer running Linux to gain full administrative (root) control, bypassing the restrictions the system is supposed to enforce. The vulnerability was discovered by Theori, a security research firm, using a tool they call Xint Code, which the project description identifies as an AI-assisted security analysis tool. The description notes that the bug had existed in the Linux kernel for approximately nine years before being identified. CVE numbers are assigned to publicly disclosed security vulnerabilities so that vendors and administrators can track and apply fixes. The README for this repository is very brief. It links to a technical writeup on Theori's Xint Code blog for anyone who wants to understand the mechanics of the bug, and provides a table showing the Linux distributions and kernel versions on which the exploit was confirmed to work. These include Ubuntu 24.04 LTS, Amazon Linux 2023, RHEL 10.1, and SUSE 16. No setup instructions, build steps, or usage details are given in the README. The repository is written in Python and appears to be a proof-of-concept exploit released as part of responsible disclosure practices common in security research. Anyone wanting full technical detail should read the linked writeup.
← theori-io on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.