Summary
Researchers disclosed a race condition in OpenSSH’s sshd that can lead to
unauthenticated remote code execution with root privileges on glibc-based
Linux systems. Exploitation is difficult and requires many connection attempts,
but the impact — full server compromise — makes this a priority for any host
exposing SSH to untrusted networks.
Who is affected
Any GARNET member operating a Linux server with an internet-reachable sshd in
the affected version range. Hosts behind strict network controls that restrict
SSH to known management networks are at substantially lower risk, but should
still be patched.
Recommended actions
- Update OpenSSH to a fixed release (9.8p1 or later), or apply your
distribution’s backported patch. On Debian/Ubuntu:
sudo apt update && sudo apt install --only-upgrade openssh-server. - Restrict exposure. Limit SSH to trusted source networks with a firewall or security group, and prefer a bastion/jump host over direct exposure.
- Mitigate if you cannot patch immediately. Setting
LoginGraceTime 0insshd_configremoves the race window, but note it enables a denial-of-service condition — treat it as a temporary measure only. - Restart
sshdafter updating and confirm the running version withssh -Vandsshd -V.
Reporting
If you believe a server in the community has been compromised via this issue, report an incident to GARNET CSIRT immediately.
This advisory is published with a detached PGP signature against the CSIRT key. Confirm it is genuine and unmodified before acting:
Downloads: source .md · signature .md.asc · public key. Check the fingerprint (684C7B7DA77E4F1B68AED3ECE84B541C6184CC6F) on the PGP page — if gpg reports a “Good signature” from that key, this advisory is authentic.
Think a system in the community is affected or compromised?Report an incident