GO-2020-0013

Source
https://pkg.go.dev/vuln/GO-2020-0013
Import Source
https://vuln.go.dev/ID/GO-2020-0013.json
JSON Data
https://api.osv.dev/v1/vulns/GO-2020-0013
Aliases
Published
2021-04-14T20:04:52Z
Modified
2024-05-20T16:03:47Z
Summary
Man-in-the-middle attack in golang.org/x/crypto/ssh
Details

By default host key verification is disabled which allows for man-in-the-middle attacks against SSH clients if ClientConfig.HostKeyCallback is not set.

Database specific
{
    "review_status": "REVIEWED",
    "url": "https://pkg.go.dev/vuln/GO-2020-0013"
}
References
Credits
    • Phil Pennock

Affected packages

Go / golang.org/x/crypto

Package

Name
golang.org/x/crypto
View open source insights on deps.dev
Purl
pkg:golang/golang.org/x/crypto

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.0.0-20170330155735-e4e2799dd7aa

Ecosystem specific

{
    "imports": [
        {
            "symbols": [
                "Dial",
                "NewClientConn"
            ],
            "path": "golang.org/x/crypto/ssh"
        }
    ]
}