帖子内容
regreSSHion: Remote Unauthenticated Code Execution Vulnerability in OpenSSH server https://blog.qualys.com/vulnerabilities-threat-research/2024/07/01/regresshion-remote-unauthenticated-code-execution-vulnerability-in-openssh-server Patches: For arch: just run sudo pacman -Syu and you're gtg (make sure to restart the sshd service otherwise you won't be able to login again, there's another bug) For debian servers: https://security-tracker.debian.org/tracker/CVE-2024-6387 use this command: sudo apt update -y && sudo apt install openssh-server -y && sudo systemctl restart sshd For ubuntu servers: https://ubuntu.com/security/notices/USN-6859-1 use this command: sudo apt update -y && sudo apt install openssh-server -y && sudo systemctl restart sshd Join @juznem for more such interesting posts!