ArchLinux: 202004-11: libssh: denial of service
Summary
A malicious client or server could crash the counterpart implemented with libssh before 0.9.4. When AES-CTR ciphers are used and don't get fully initialized, libssh will crash when it tries to cleanup the AES-CTR ciphers when closing the connection.
Resolution
Upgrade to 0.9.4-1.
# pacman -Syu "libssh>=0.9.4-1"
The problem has been fixed upstream in version 0.9.4.
References
https://www.libssh.org/security/advisories/CVE-2020-1730.txt https://git.libssh.org/projects/libssh.git/commit/?h=stable-0.9&id=958afb1c6ad671fe2a8d671702a88843bb78fc38 https://security.archlinux.org/CVE-2020-1730
Workaround
This issue can be mitigated by disabling AES-CTR ciphers.