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().

  • @[email protected]
    link
    fedilink
    English
    23 months ago

    I’m not familiar with this exploit vector. How does this bypass authentication? What’s the race you’re trying to win when the prompt times out?

    • Mellow
      link
      English
      03 months ago

      deleted by creator

  • @[email protected]
    link
    fedilink
    English
    13 months ago

    And this is the reason I run infra on Debian Stable, or Oldstable, rather than eg.: Sid.