* Posts by eneville

1 publicly visible post • joined 23 Oct 2016

Dirty COW explained: Get a moooo-ve on and patch Linux root hole

eneville
WTF?

Re: Utterly inexcusable...

Have you seen how many of the forum programs work, such as wordpress? They often execute programs, when they do, they run as the webserver user (normally 'nobody' or 'http'), or whoever the PHP forks as. This needs an account, obviously. The shell could still be set as /bin/false, but a shell is not required. You could mmap a kernel module, if you so wish, as inject something there. You could replace su with your own. Heck, do what you want.