René Helmke 7791f18b51 bootstrap
2023-05-16 16:09:41 +02:00

118 lines
3.1 KiB
JSON

{
"id": "CVE-2022-32189",
"sourceIdentifier": "security@golang.org",
"published": "2022-08-10T20:15:47.507",
"lastModified": "2023-03-03T15:39:14.423",
"vulnStatus": "Analyzed",
"descriptions": [
{
"lang": "en",
"value": "A too-short encoded message can cause a panic in Float.GobDecode and Rat GobDecode in math/big in Go before 1.17.13 and 1.18.5, potentially allowing a denial of service."
},
{
"lang": "es",
"value": "Un mensaje codificado demasiado corto puede causar un p\u00e1nico en Float.GobDecode y Rat GobDecode en math/big en Go versiones anteriores a 1.17.13 y 1.18.5, permitiendo potencialmente una denegaci\u00f3n de servicio"
}
],
"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",
"attackVector": "NETWORK",
"attackComplexity": "LOW",
"privilegesRequired": "NONE",
"userInteraction": "NONE",
"scope": "UNCHANGED",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6
}
]
},
"weaknesses": [
{
"source": "nvd@nist.gov",
"type": "Primary",
"description": [
{
"lang": "en",
"value": "NVD-CWE-noinfo"
}
]
}
],
"configurations": [
{
"nodes": [
{
"operator": "OR",
"negate": false,
"cpeMatch": [
{
"vulnerable": true,
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"versionEndExcluding": "1.17.13",
"matchCriteriaId": "E7E9739F-F721-4396-AB8C-C4BAEB0976B6"
},
{
"vulnerable": true,
"criteria": "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*",
"versionStartIncluding": "1.18.0",
"versionEndExcluding": "1.18.5",
"matchCriteriaId": "67624D31-C75B-4EFB-965F-5A650B908FE9"
}
]
}
]
}
],
"references": [
{
"url": "https://go.dev/cl/417774",
"source": "security@golang.org",
"tags": [
"Patch"
]
},
{
"url": "https://go.dev/issue/53871",
"source": "security@golang.org",
"tags": [
"Exploit",
"Third Party Advisory"
]
},
{
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66",
"source": "security@golang.org",
"tags": [
"Mailing List",
"Patch"
]
},
{
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10",
"source": "security@golang.org",
"tags": [
"Mailing List",
"Third Party Advisory"
]
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0537",
"source": "security@golang.org",
"tags": [
"Vendor Advisory"
]
}
]
}