Hi All,
Apologies for the quietness in here recently. I have been on some travels.
Anyway, there is a new Vulnerability dubbed ‘RegreSSHion’ which has a CVSS Score of 8.1
The vulnerability, which is a signal handler race condition in OpenSSH’s server (sshd), allows unauthenticated remote code execution (RCE) as root on glibc-based Linux systems; that presents a significant security risk. This race condition affects sshd in its default configuration.
Link:
- https://blog.qualys.com/vulnerabilities-threat-research/2024/07/01/regresshion-remote-unauthenticated-code-execution-vulnerability-in-openssh-server
- https://www.qualys.com/2024/07/01/cve-2024-6387/regresshion.txt
- https://www.openssh.com/txt/release-9.8
Still trying to get my head around this one but my understanding is that it is a RCE leading to root privileges, which needless to say, is quite bad.
The vulnerability, which is a signal handler race condition in OpenSSH's server (sshd), allows unauthenticated remote code execution (RCE) as root on glibc-based Linux systems