|
Message-ID: <6621D438.5080005@gmail.com> Date: Thu, 18 Apr 2024 21:17:28 -0500 From: Jacob Bachmeyer <jcb62281@...il.com> To: oss-security@...ts.openwall.com Subject: Re: backdoor in upstream xz/liblzma leading to ssh server compromise Matt Johnston wrote: > On 2024-04-17 10:25 am, Jacob Bachmeyer wrote: > >> see that particular slowdown? (Not the backdoor initialization making >> sshd take longer to start up---a running sshd taking longer to reject >> a session for a nonexistent account, unless Andres Freund forgot to >> tell us that he was running sshd from inetd and thereby including sshd >> startup latency in his measurements.) > > Recent OpenSSH always re-execs for each incoming connection (for fresh > ASLR) so it's always similar to inetd startup. Aha! That explains it. There may not be another backdoor after all: if sshd always reinitializes by exec, it would incur the full startup delay for each connection, and the backdoor may actually be inert if the client requests publickey auth. Thank you for filling in the missing detail. -- Jacob
Powered by blists - more mailing lists
Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.