| module: golang.org/x/crypto |
| package: golang.org/x/crypto/ssh |
| - fixed: 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. If verifying signatures using user supplied public keys, this |
| may be used as a denial of service vector. |
| credit: Alex Gaynor, Fish in a Barrel |
| - ed25519PublicKey.Verify |
| - skEd25519PublicKey.Verify |
| pr: https://go-review.googlesource.com/c/crypto/+/220357 |
| commit: https://go.googlesource.com/crypto/+/bac4c82f69751a6dd76e702d54b3ceb88adab236 |
| - https://groups.google.com/g/golang-announce/c/3L45YRc91SY |