This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A proof-of-concept local root exploit for CVE-2017-7308. | |
// Includes a SMEP & SMAP bypass. | |
// Tested on Ubuntu / Linux Mint: | |
// - 4.8.0-34-generic | |
// - 4.8.0-36-generic | |
// - 4.8.0-39-generic | |
// - 4.8.0-41-generic | |
// - 4.8.0-42-generic | |
// - 4.8.0-44-generic | |
// - 4.8.0-45-generic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
# | |
# CVEs: CVE-2016-6210 (Credits for this go to Eddie Harari) | |
# | |
# Author: 0_o -- null_null | |
# nu11.nu11 [at] yahoo.com | |
# Oh, and it is n-u-one-one.n-u-one-one, no l's... | |
# Wonder how the guys at packet storm could get this wrong :( | |
# | |
# Date: 2016-07-19 |