зеркало из https://github.com/golang/vulndb.git
66 строки
1.4 KiB
JSON
66 строки
1.4 KiB
JSON
{
|
|
"id": "GO-2020-0013",
|
|
"published": "2021-04-14T20:04:52Z",
|
|
"modified": "0001-01-01T00:00:00Z",
|
|
"aliases": [
|
|
"CVE-2017-3204"
|
|
],
|
|
"details": "By default host key verification is disabled which allows for\nman-in-the-middle attacks against SSH clients if\nClientConfig.HostKeyCallback is not set.\n",
|
|
"affected": [
|
|
{
|
|
"package": {
|
|
"name": "golang.org/x/crypto",
|
|
"ecosystem": "Go"
|
|
},
|
|
"ranges": [
|
|
{
|
|
"type": "SEMVER",
|
|
"events": [
|
|
{
|
|
"introduced": "0"
|
|
},
|
|
{
|
|
"fixed": "0.0.0-20170330155735-e4e2799dd7aa"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"database_specific": {
|
|
"url": "https://pkg.go.dev/vuln/GO-2020-0013"
|
|
},
|
|
"ecosystem_specific": {
|
|
"imports": [
|
|
{
|
|
"path": "golang.org/x/crypto/ssh",
|
|
"symbols": [
|
|
"NewClientConn"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://go.dev/cl/340830"
|
|
},
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://go.googlesource.com/crypto/+/e4e2799dd7aab89f583e1d898300d96367750991"
|
|
},
|
|
{
|
|
"type": "REPORT",
|
|
"url": "https://go.dev/issue/19767"
|
|
},
|
|
{
|
|
"type": "WEB",
|
|
"url": "https://bridge.grumpy-troll.org/2017/04/golang-ssh-security/"
|
|
}
|
|
],
|
|
"credits": [
|
|
{
|
|
"name": "Phil Pennock"
|
|
}
|
|
]
|
|
} |