DEV Community

Mark0
Mark0

Posted on

Copy Fail and DirtyFrag: Linux Page Cache Bugs in the Wild

Recent Linux kernel privilege escalation vulnerabilities, including Copy Fail (CVE-2026-31431) and DirtyFrag, demonstrate how page cache corruption can lead to reliable local root access. These vulnerabilities exploit legitimate kernel interfaces like AF_ALG and splice() to corrupt in-memory views of setuid binaries or sensitive system files, such as /etc/passwd.

Elastic Security Labs has released detection strategies focusing on these underlying primitives rather than specific exploit code. By monitoring syscall-level activity via Auditd and tracking suspicious namespace creation or SUID binary abuse, defenders can identify potential exploitation attempts across various Linux distributions and exploit implementations.


Read Full Article

Top comments (0)