105 lines
2.6 KiB
JSON
Raw Normal View History

2023-04-24 12:24:31 +02:00
{
"id": "CVE-2020-36562",
"sourceIdentifier": "security@golang.org",
"published": "2022-12-28T03:15:09.490",
"lastModified": "2024-11-21T05:29:50.567",
"vulnStatus": "Modified",
"cveTags": [],
2023-04-24 12:24:31 +02:00
"descriptions": [
{
"lang": "en",
"value": "Due to unchecked type assertions, maliciously crafted messages can cause panics, which may be used as a denial of service vector."
},
{
"lang": "es",
"value": "Debido a afirmaciones de tipos no verificadas, los mensajes elaborados con fines malintencionados pueden provocar p\u00e1nico, que pueden utilizarse como un vector de denegaci\u00f3n de servicio."
2023-04-24 12:24:31 +02:00
}
],
"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:N/I:N/A:H",
"baseScore": 7.5,
"baseSeverity": "HIGH",
2023-04-24 12:24:31 +02:00
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH"
2023-04-24 12:24:31 +02:00
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "CWE-617"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:dht_project:dht:-:*:*:*:*:go:*:*",
"matchCriteriaId": "AD614341-DF86-402D-9078-2DBB77DEF035"
}
]
}
]
}
],
"references": [
{
"url": "https://github.com/shiyanhui/dht/issues/57",
"source": "security@golang.org",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
]
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0040",
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
]
},
{
"url": "https://github.com/shiyanhui/dht/issues/57",
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Exploit",
"Issue Tracking",
"Third Party Advisory"
]
},
{
"url": "https://pkg.go.dev/vuln/GO-2020-0040",
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
]
2023-04-24 12:24:31 +02:00
}
]
}