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.

CVE-2026-31431 "Copy Fail" Linux Kernel LPE Exploit Proof-of-Concept Released

By

cednore

1mo ago· 4 min readenCode

Summary

This article presents a proof-of-concept exploit toolkit for CVE-2026-31431 ("Copy Fail"), a Linux kernel vulnerability in the algif_aead/authencesn module that enables local privilege escalation (LPE) through page-cache scratch-write. The vulnerability was disclosed on 2026-04-29, and the toolkit includes a detector and exploit POC. The author provides a disclosure writeup link and includes legal warnings about authorized use only.

Key quotes

· 3 pulled
Use only on hosts you own or are explicitly engaged to assess.
The LPE modifies in-memory state (page cache) but the technique is real privilege escalation — running it on systems without authorization is illegal in most jurisdictions.
algif_aead runs AEAD operations in-place (req->src == req->dst).
Snippet from the RSS feed
Exploit POC for CVE_2026_31431. Contribute to rootsecdev/cve_2026_31431 development by creating an account on GitHub.

You might also wanna read