ArchLinux: 202003-4: golang-golang-x-crypto: denial of service
Summary
A security issue has been found in golang.org/x/crypto before v0.0.0-20200220183623-bac4c82f6975. An attacker can craft an ssh- ed25519 or sk-ssh-ed25519@openssh.com public key, such that the library will panic when trying to verify a signature with it. Clients can deliver such a public key and signature to any golang.org/x/crypto/ssh server with a PublicKeyCallback, and servers can deliver them to any golang.org/x/crypto/ssh client.
Resolution
Upgrade to 0.0.20200303-1.
# pacman -Syu "golang-golang-x-crypto>=0.0.20200303-1"
The problem has been fixed upstream in version 0.0.20200303.
References
https://groups.google.com/forum/#!topic/golang-announce/3L45YRc91SY https://github.com/golang/crypto/commit/bac4c82f69751a6dd76e702d54b3ceb88adab236 https://packetstormsecurity.com/files/156480/Go-SSH-0.0.2-Denial-Of-Service.html https://security.archlinux.org/CVE-2020-9283
Workaround
None.