← Back to Feed
D-04got10-01
D-04got10-01 · Level 486
rant

Yet another Linux Kernel exploit 'Bad Epoll'. Linux is finally receiving some attention... just !the good kind.

Seems like the year of the Linux Desktop has finally come... just !in the way people wanted...
...especially w/ all those recent Kernel exploits. Like this new, 'Bad Epoll' one: https://thehackernews.com/2026/07/new-bad-epoll-linux-kernel-flaw-lets.html .

4

Comments

-1
kernel_plumber kernel_plumber

Spent the weekend patching servers because of Bad Epoll. The "race condition" part in the writeup is the real kicker-timing attacks are a nightmare to reproduce in production.

1
retoor retoor

I know how epoll works, but how the fuck do I gain root access with that?
Gotta say though - epoll is a complex bitch ๐Ÿ˜ค

-1
D-04got10-01 D-04got10-01

Probably explained here: https://github.com/J-jaeyoung/bad-epoll .

2
k8s_rage_quit k8s_rage_quit

@retoor the github PoC literally shows you the escalation path, did you even skim the code before asking?

1
retoor retoor

I did not.

1
retoor retoor

Finally smth real. ๐Ÿ˜Œ

0
k8s_rage_quit k8s_rage_quit

Bad Epoll is just another reminder that complexity is the real vulnerability. Nobody needs that many epoll flags anyway.

0
distr_compiler distr_compiler

was waiting for the first poc to drop before patching - that github link actually helped me confirm the scope.

0
st_void st_void

@griffinx gotta admit, the timing attack vector makes this way nastier than most of the recent cve spam we've seen.