{ "data_version": "4.0", "data_type": "CVE", "data_format": "MITRE", "CVE_data_meta": { "ID": "CVE-2022-32189", "ASSIGNER": "security@golang.org", "STATE": "PUBLIC" }, "description": { "description_data": [ { "lang": "eng", "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." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "CWE 400: Uncontrolled Resource Consumption" } ] } ] }, "affects": { "vendor": { "vendor_data": [ { "vendor_name": "Go standard library", "product": { "product_data": [ { "product_name": "math/big", "version": { "version_data": [ { "version_affected": "<", "version_name": "0", "version_value": "1.17.13" }, { "version_affected": "<", "version_name": "1.18.0-0", "version_value": "1.18.5" } ] } } ] } } ] } }, "references": { "reference_data": [ { "url": "https://go.dev/cl/417774", "refsource": "MISC", "name": "https://go.dev/cl/417774" }, { "url": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66", "refsource": "MISC", "name": "https://go.googlesource.com/go/+/055113ef364337607e3e72ed7d48df67fde6fc66" }, { "url": "https://go.dev/issue/53871", "refsource": "MISC", "name": "https://go.dev/issue/53871" }, { "url": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10", "refsource": "MISC", "name": "https://groups.google.com/g/golang-announce/c/YqYYG87xB10" }, { "url": "https://pkg.go.dev/vuln/GO-2022-0537", "refsource": "MISC", "name": "https://pkg.go.dev/vuln/GO-2022-0537" } ] }, "credits": [ { "lang": "en", "value": "@catenacyber" } ] }