this post was submitted on 01 Jul 2024
244 points (98.8% liked)

Linux

8676 readers
464 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] lurklurk@lemmy.world 27 points 1 year ago (1 children)

the in depth technical details

TL;DR; sigalarm handler calls syslog which isn't safe to call from a signal handler context.

Their example exploit needed about 10k attempts to get a remote shell so it's not fast or quiet, but a neat find regardless

[โ€“] bitfucker@programming.dev 5 points 1 year ago

I can already imagine the log generated will be a hint. We usually automate those anyway as it is closer to (D)DoS too.