102 lines
2.6 KiB
JSON
Raw Normal View History

2023-04-24 12:24:31 +02:00
{
"id": "CVE-2020-36569",
"sourceIdentifier": "security@golang.org",
"published": "2022-12-27T22:15:11.857",
"lastModified": "2023-01-09T19:03:36.060",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "Authentication is globally bypassed in github.com/nanobox-io/golang-nanoauth between v0.0.0-20160722212129-ac0cc4484ad4 and v0.0.0-20200131131040-063a3fb69896 if ListenAndServe is called with an empty token."
}
],
"metrics": {
"cvssMetricV31": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"cvssData": {
"version": "3.1",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL"
},
"exploitabilityScore": 3.9,
"impactScore": 5.2
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-287"
}
]
},
{
"source": "security@golang.org",
"type": "Secondary",
"description": [
{
"lang": "en",
"value": "CWE-305"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:digitalocean:golang-nanoauth:*:*:*:*:*:go:*:*",
"versionStartIncluding": "2016-07-22",
"versionEndIncluding": "2020-01-31",
"matchCriteriaId": "0BACD8D2-E5B2-4784-AA4D-08EC229199FF"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/nanobox-io/golang-nanoauth/commit/063a3fb69896acf985759f0fe3851f15973993f3",
"source": "security@golang.org",
"tags": [
"Patch",
"Third Party Advisory"
]
},
{
"url": "https://github.com/nanobox-io/golang-nanoauth/pull/5",
"source": "security@golang.org",
"tags": [
"Third Party Advisory"
]
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0004",
"source": "security@golang.org",
"tags": [
"Third Party Advisory"
]
}
]
}