Insecure digital certificates In golang-go.crypto
Description
golang.org/x/crypto/ssh Man-in-the-Middle attack The Go SSH library (golang.org/x/crypto/ssh) by default does not verify host keys, facilitating man-in-the-middle attacks if ClientConfig.HostKeyCallback is not set. Default behavior changed in commit e4e2799 to require explicitly registering a hostkey verification mechanism.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 11 | 1:0.0~git20170407.0.55a552f+really.0.0~git20161012.0.5f31782-1 | ||
debian 12 | 1:0.0~git20170407.0.55a552f+really.0.0~git20161012.0.5f31782-1 | ||
go | 0.0.0-20170330155735-e4e2799dd7aa | ||
go | 0.0.0-20170330155735-e4e2799dd7aa | ||
debian 13 | 1:0.0~git20170407.0.55a552f+really.0.0~git20161012.0.5f31782-1 | ||
debian 14 | 1:0.0~git20170407.0.55a552f+really.0.0~git20161012.0.5f31782-1 |
Aliases
1. 2. 3. 4. 5. 6. 7. 8.
References
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12.