I am a day late to the party but I thought I would share this here since 92% of relays run Linux [1], mostly Debian [2]:
On July 1, 2024, a new OpenSSH unauthenticated remote code execution (RCE) vulnerability dubbed regreSSHion was reported, affecting glibc-based Linux systems. This vulnerability, identified as CVE-2024-6387, allows remote attackers to execute arbitrary code as root due to asignal handler race condition in sshd.
This vulnerability, if exploited, could lead to full system compromise, where an attacker can execute arbitrary code with the highest privileges, resulting in a complete system takeover, installation of malware, data manipulation, and the creation of backdoors for persistent access. It could facilitate network propagation, allowing attackers to use a compromised system as a foothold to traverse and exploit other vulnerable systems within the organization.
CERT-EU recommends to review and apply the patches from Linux distribution security bulletins, including but not limited to:
• Ubuntu
• Debian
• RedHat
However, if it cannot be updated immediately, set the LoginGraceTime to 0 in the sshd configuration file, but note that this can expose the server to denial-of-service attacks.
OpenBSD systems are not impacted by this flaw thanks to a secure
mechanism introduced back in 2001.
I guess this underscores the importance of enabling automatic software updates. Also, OpenBSD is quite fun and I recommend it to anyone looking to try a more traditional Unix experience.