Kernel Exploits

Offensive Security bin-sploits - @offensive-security

SecWiki SecWiki on GitHub

Kernel-exploits - @lucyoa lucyoa - GitHub

# The following exploits are known to work well, 
# search for another exploits using searchsploit -w linux kernel centos.

CVE-2016-5195 (DirtyCow)
Linux Privilege Escalation - Linux Kernel <= 3.19.0-73.8

# make dirtycow stable
echo 0 > /proc/sys/vm/dirty_writeback_centisecs
g++ -Wall -pedantic -O2 -std=c++11 -pthread -o dcow 40847.cpp -lutil
https://github.com/dirtycow/dirtycow.github.io/wiki/PoCs
https://github.com/evait-security/ClickNRoot/blob/master/1/exploit.c


CVE-2010-3904 (RDS)
Linux RDS Exploit - Linux Kernel <= 2.6.36-rc8
https://www.exploit-db.com/exploits/15285/


CVE-2010-4258 (Full Nelson)
Linux Kernel <= 2.6.37 (RedHat / Ubuntu 10.04)
https://www.exploit-db.com/exploits/15704/


CVE-2012-0056 (Mempodipper)
Linux Kernel 2.6.39 < 3.2.2 (Gentoo / Ubuntu x86/x64)
https://www.exploit-db.com/exploits/18411

Dirty Cow https://github.com/FireFart/dirtycow/blob/master/dirty.c

Last updated