← Back to context

Comment by jcalvinowens

19 hours ago

The POC disables aslr: https://github.com/DepthFirstDisclosures/Nginx-Rift/blob/mai...

Worker processes are forked from the master, which means they receive the same memory layout. You get unlimited crashes against the worker. There's probably a way to exploit that to get a read oracle. At the very least this is a reliable denial of service.

Depth First's full writeup: https://depthfirst.com/research/nginx-rift-achieving-nginx-r...

  • Sure, but I think the github README ought to make it more clear the POC as-is doesn't work against nginx on any current Linux distro.