CVE-2017-3204

high
Published 2017-04-04 · Modified 2024-05-20
CVSS v3
8.1
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v2
6.8
VIR risk
8.1

Description

The Go SSH library (x/crypto/ssh) by default does not verify host keys, facilitating man-in-the-middle attacks. Default behavior changed in commit e4e2799 to require explicitly registering a hostkey verification mechanism.

Predictions

Exploit likelihood
88%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-3204

vendor Authored 2026-05-27

Vendor advisory: cret@cert.org — https://godoc.org/golang.org/x/crypto/ssh

vendor Authored 2026-05-27

Vendor advisory: cret@cert.org — https://github.com/golang/crypto/commit/e4e2799dd7aab89f583e1d898300d96367750991

OS impact

OSVersionStatusFixed in
debian debianbookwormfixed1:0.0~git20170407.0.55a552f+REALLY.0.0~git20161012.0.5f31782-1
debian debianbullseyefixed1:0.0~git20170407.0.55a552f+REALLY.0.0~git20161012.0.5f31782-1
debian debianforkyfixed1:0.0~git20170407.0.55a552f+REALLY.0.0~git20161012.0.5f31782-1
debian debiansidfixed1:0.0~git20170407.0.55a552f+REALLY.0.0~git20161012.0.5f31782-1
debian debiantrixiefixed1:0.0~git20170407.0.55a552f+REALLY.0.0~git20161012.0.5f31782-1

Package impact

EcosystemPackageVulnerableFixed
golang Gogolang.org/x/crypto<0.0.0-20170330155735-e4e2799dd7aa0.0.0-20170330155735-e4e2799dd7aa

Application impact

VendorProductVersionsFixed
golangcrypto{"endIncluding":"2017-03-17"}

References

CWEs

CWE-310

Verify integrity in audit chain (admin only). AS-IS.