Sploitus

Exploit for Race Condition in Linux Linux Kernel

gitee Β· 2021-05-30

Exploit Code

MARKDOWN2 lines
## https://sploitus.com/exploit?id=8B23C566-3343-53C8-9F0D-F8A7452E1104
PoC exploit for CVE-2017-1000405, a Linux kernel vulnerability known as Huge Dirty Cow. The target is the Linux kernel, specifically the huge page handling mechanism. The vulnerability class is a use-after-free bug in the huge page handling code, allowing for arbitrary memory access. The probable entry point is the main.c file, which is compiled with the gcc -pthread flag. Not specified how it is typically invoked. Preconditions include a vulnerable Linux kernel version and the transparent huge pages set to "always". Expected impact is arbitrary memory access and potential privilege escalation.