All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Copy Fail (CVE-2026-31431): A Linux Kernel Vulnerability Enabling Container Escape to Host Root on Kubernetes

By

tptacek

12d ago· 13 min readenInsight

Summary

Two weeks ago, the vulnerability Copy Fail (CVE-2026-31431) was disclosed — a dangerous Linux local-privilege escalation vulnerability that exploits a kernel memory corruption flaw without injecting code into a running kernel. It provides attackers with a repeatable, controlled 4-byte write into the Linux page cache backing any readable file, allowing them to rewrite cached file contents. The article serves as a walkthrough of using Copy Fail as a container escape primitive, demonstrating how to go from a 4-byte page cache write to achieving host root access on Kubernetes.

Key quotes

· 3 pulled
Copy Fail exploits a kernel memory corruption flaw without injecting code into a running kernel, which makes it small and unusually portable.
Copy Fail gives attackers a repeatable, controlled 4-byte write into the Linux page cache backing any readable file; in other words, it allows attackers to rewrite the cached contents of files on a Linux filesystem.
To help operators determine their susceptibility to Copy Fail, we published a proof-of-concept exploit and a model attack
Snippet from the RSS feed
A walkthrough of Copy Fail (CVE-2026-31431) as a container escape primitive: from a 4-byte page cache write to host root on Kubernetes. | Vulnerability Research, AI for Security, Open Source Projects

You might also wanna read