logoalt Hacker News

jcalvinowenstoday at 5:41 PM1 replyview on HN

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


Replies

linkregistertoday at 5:48 PM

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...

show 1 reply