Blaze (he/him)@lemmy.zip to Linux@programming.dev · 1 year ago'Critical' vulnerability in OpenSSH uncovered, affects almost all Linux systemswww.computing.co.ukexternal-linkmessage-square6fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-link'Critical' vulnerability in OpenSSH uncovered, affects almost all Linux systemswww.computing.co.ukBlaze (he/him)@lemmy.zip to Linux@programming.dev · 1 year agomessage-square6fedilink
minus-squarelurklurk@lemmy.worldlinkfedilinkarrow-up1arrow-down1·1 year agothe 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
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