2022-09-14 01:40:34 +03:00
|
|
|
{
|
2023-03-31 23:44:23 +03:00
|
|
|
"schema_version": "1.3.1",
|
2022-09-14 01:40:34 +03:00
|
|
|
"id": "GO-2022-0537",
|
|
|
|
"modified": "0001-01-01T00:00:00Z",
|
2023-03-31 23:44:23 +03:00
|
|
|
"published": "2022-08-01T22:21:06Z",
|
2022-09-14 01:40:34 +03:00
|
|
|
"aliases": [
|
|
|
|
"CVE-2022-32189"
|
|
|
|
],
|
2023-06-06 21:13:32 +03:00
|
|
|
"summary": "Panic when decoding Float and Rat types in math/big",
|
2022-10-05 19:05:17 +03:00
|
|
|
"details": "Decoding big.Float and big.Rat types can panic if the encoded message is too short, potentially allowing a denial of service.",
|
2022-09-14 01:40:34 +03:00
|
|
|
"affected": [
|
|
|
|
{
|
|
|
|
"package": {
|
|
|
|
"name": "stdlib",
|
|
|
|
"ecosystem": "Go"
|
|
|
|
},
|
|
|
|
"ranges": [
|
|
|
|
{
|
|
|
|
"type": "SEMVER",
|
|
|
|
"events": [
|
|
|
|
{
|
|
|
|
"introduced": "0"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"fixed": "1.17.13"
|
|
|
|
},
|
|
|
|
{
|
2023-05-11 00:12:22 +03:00
|
|
|
"introduced": "1.18.0-0"
|
2022-09-14 01:40:34 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"fixed": "1.18.5"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"ecosystem_specific": {
|
|
|
|
"imports": [
|
|
|
|
{
|
|
|
|
"path": "math/big",
|
|
|
|
"symbols": [
|
|
|
|
"Float.GobDecode",
|
|
|
|
"Rat.GobDecode"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"type": "FIX",
|
|
|
|
"url": "https://go.dev/cl/417774"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "FIX",
|
|
|
|
"url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "REPORT",
|
|
|
|
"url": "https://go.dev/issue/53871"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "WEB",
|
|
|
|
"url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10"
|
|
|
|
}
|
2022-10-01 17:10:57 +03:00
|
|
|
],
|
|
|
|
"credits": [
|
|
|
|
{
|
|
|
|
"name": "@catenacyber"
|
|
|
|
}
|
2022-11-21 21:47:08 +03:00
|
|
|
],
|
2023-03-31 23:44:23 +03:00
|
|
|
"database_specific": {
|
2024-05-14 22:19:00 +03:00
|
|
|
"url": "https://pkg.go.dev/vuln/GO-2022-0537",
|
|
|
|
"review_status": "REVIEWED"
|
2023-03-31 23:44:23 +03:00
|
|
|
}
|
2022-09-14 01:40:34 +03:00
|
|
|
}
|