Sploitus

Exploit for Race Condition in Linux Linux Kernel

githubexploit Β· 2017-11-29

Exploit Code

README9 lines
## https://sploitus.com/exploit?id=51239CD5-F15B-57FD-A10E-3B98AD0313FA
# "Huge Dirty Cow" POC

A POC for the Huge Dirty Cow vulnerability (CVE-2017-1000405). Full details can be found [here](https://medium.com/bindecy/huge-dirty-cow-cve-2017-1000405-110eca132de0).

Before running, make sure to set transparent huge pages to "always":
```
echo always | sudo tee /sys/kernel/mm/transparent_hugepage/enabled
```