Re: [PATCH v4 0/8] Fork brute force attack mitigation

2021-02-27 Thread John Wood
Sorry. Drop this patch serie. Thanks, John Wood

[PATCH v4 0/8] Fork brute force attack mitigation

2021-02-27 Thread John Wood
Attacks against vulnerable userspace applications with the purpose to break ASLR or bypass canaries traditionally use some level of brute force with the help of the fork system call. This is possible since when creating a new process using fork its memory contents are the same as those of the paren