Live data from Hacker News

Racing Cats to the Exit: A Boring Linux Kernel Use-After-Free

accessvector.net

1–2 of 2 posts

Re: Racing Cats to the Exit: A Boring Linux Kernel Use-After-Free

#2
A pretty boring (non-exploitable) yet widespread use-after-free vulnerability that was recently patched and affected Linux kernels since ~2013. It involves a race condition between the exit path for a process and /proc//timers.

In this post, I explain the race and walk through exploitability analysis.