cvelist/2022/32xxx/CVE-2022-32189.json

95 lines
3.2 KiB
JSON
Raw Normal View History

2022-06-02 13:43:42 +00:00
{
2022-12-27 22:00:42 +00:00
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
2022-08-10 20:10:35 +00:00
"CVE_data_meta": {
"ID": "CVE-2022-32189",
2022-12-27 22:00:42 +00:00
"ASSIGNER": "security@golang.org",
2022-08-10 20:10:35 +00:00
"STATE": "PUBLIC"
},
2022-12-27 22:00:42 +00:00
"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"
}
]
}
]
},
2022-08-10 20:10:35 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
2022-12-27 22:00:42 +00:00
"vendor_name": "Go standard library",
2022-08-10 20:10:35 +00:00
"product": {
"product_data": [
{
"product_name": "math/big",
"version": {
"version_data": [
{
2023-06-08 21:00:40 +00:00
"version_affected": "<",
"version_name": "0",
"version_value": "1.17.13"
2022-08-10 20:10:35 +00:00
},
{
2023-06-08 21:00:40 +00:00
"version_affected": "<",
"version_name": "1.18.0-0",
"version_value": "1.18.5"
2022-08-10 20:10:35 +00:00
}
]
}
}
]
2022-12-27 22:00:42 +00:00
}
2022-08-10 20:10:35 +00:00
}
]
}
2022-06-02 13:43:42 +00:00
},
2022-08-10 20:10:35 +00:00
"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"
2023-06-08 21:00:40 +00:00
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0537",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0537"
2022-08-10 20:10:35 +00:00
}
]
},
2022-12-27 22:00:42 +00:00
"credits": [
2022-08-10 20:10:35 +00:00
{
2022-12-27 22:00:42 +00:00
"lang": "en",
2022-08-10 20:10:35 +00:00
"value": "@catenacyber"
}
]
2022-06-02 13:43:42 +00:00
}