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.

Dirty Frag: A New Linux Kernel Local Privilege Escalation Vulnerability Class

By

unbeli

23d ago· 4 min readenCode

Summary

This article describes the "Dirty Frag" vulnerability class, discovered by security researcher Hyunwoo Kim (@v4bel). It is a Linux Local Privilege Escalation (LPE) exploit that chains together the xfrm-ESP Page-Cache Write vulnerability and the RxRPC Page-Cache Write vulnerability to obtain root privileges on major Linux distributions. The vulnerability extends the bug class of Dirty Pipe and Copy Fail, and is characterized as a deterministic logic bug that doesn't require race conditions, doesn't cause kernel panics on failure, and has a high success rate.

Key quotes

· 3 pulled
Dirty Frag is a case that extends the bug class to which Dirty Pipe and Copy Fail belong.
Because it is a deterministic logic bug that does not depend on a timing window, no race condition is required, the kernel does not panic when the exploit fails, and the success rate is high.
This document describes the Dirty Frag vulnerability class, first discovered and reported by Hyunwoo Kim (@v4bel), which can obtain root privileges on major Linux distributions.
Snippet from the RSS feed
Contribute to V4bel/dirtyfrag development by creating an account on GitHub.

You might also wanna read