зеркало из https://github.com/golang/vulndb.git
75 строки
1.8 KiB
JSON
75 строки
1.8 KiB
JSON
{
|
|
"schema_version": "1.3.1",
|
|
"id": "GO-2022-0171",
|
|
"modified": "0001-01-01T00:00:00Z",
|
|
"published": "2022-05-24T20:17:59Z",
|
|
"aliases": [
|
|
"CVE-2017-1000097"
|
|
],
|
|
"summary": "Mishandled trust preferences for root certificates on Darwin in crypto/x509",
|
|
"details": "On Darwin, user's trust preferences for root certificates were not honored. If the user had a root certificate loaded in their Keychain that was explicitly not trusted, a Go program would still verify a connection using that root certificate.",
|
|
"affected": [
|
|
{
|
|
"package": {
|
|
"name": "stdlib",
|
|
"ecosystem": "Go"
|
|
},
|
|
"ranges": [
|
|
{
|
|
"type": "SEMVER",
|
|
"events": [
|
|
{
|
|
"introduced": "0"
|
|
},
|
|
{
|
|
"fixed": "1.6.4"
|
|
},
|
|
{
|
|
"introduced": "1.7.0-0"
|
|
},
|
|
{
|
|
"fixed": "1.7.4"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ecosystem_specific": {
|
|
"imports": [
|
|
{
|
|
"path": "crypto/x509",
|
|
"goos": [
|
|
"darwin"
|
|
],
|
|
"symbols": [
|
|
"FetchPEMRoots",
|
|
"execSecurityRoots"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://go.googlesource.com/go/+/7e5b2e0ec144d5f5b2923a7d5db0b9143f79a35a"
|
|
},
|
|
{
|
|
"type": "REPORT",
|
|
"url": "https://go.dev/issue/18141"
|
|
},
|
|
{
|
|
"type": "WEB",
|
|
"url": "https://groups.google.com/g/golang-dev/c/4NdLzS8sls8/m/uIz8QlnIBQAJ"
|
|
}
|
|
],
|
|
"credits": [
|
|
{
|
|
"name": "Xy Ziemba"
|
|
}
|
|
],
|
|
"database_specific": {
|
|
"url": "https://pkg.go.dev/vuln/GO-2022-0171",
|
|
"review_status": "REVIEWED"
|
|
}
|
|
} |