A signal handler race condition was found in OpenSSH's...
High severity
Unreviewed
Published
Jul 1, 2024
to the GitHub Advisory Database
•
Updated Jul 30, 2024
Description
Published by the National Vulnerability Database
Jul 1, 2024
Published to the GitHub Advisory Database
Jul 1, 2024
Last updated
Jul 30, 2024
A signal handler race condition was found in OpenSSH's server (sshd), where a client does not authenticate within LoginGraceTime seconds (120 by default, 600 in old OpenSSH versions), then sshd's SIGALRM handler is called asynchronously. However, this signal handler calls various functions that are not async-signal-safe, for example, syslog().
References