cvelist/2022/28xxx/CVE-2022-28131.json

93 lines
3.1 KiB
JSON
Raw Normal View History

2022-03-29 07:01:18 +00:00
{
2022-12-29 18:00:40 +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-28131",
2022-12-29 18:00:40 +00:00
"ASSIGNER": "security@golang.org",
2022-08-10 20:10:35 +00:00
"STATE": "PUBLIC"
},
2022-12-29 18:00:40 +00:00
"description": {
"description_data": [
{
"lang": "eng",
"value": "Uncontrolled recursion in Decoder.Skip in encoding/xml before Go 1.17.12 and Go 1.18.4 allows an attacker to cause a panic due to stack exhaustion via a deeply nested XML document."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-674: Uncontrolled Recursion"
}
]
}
]
},
2022-08-10 20:10:35 +00:00
"affects": {
"vendor": {
"vendor_data": [
{
2022-12-29 18:00:40 +00:00
"vendor_name": "Go standard library",
2022-08-10 20:10:35 +00:00
"product": {
"product_data": [
{
2022-12-29 18:00:40 +00:00
"product_name": "encoding/xml",
2022-08-10 20:10:35 +00:00
"version": {
"version_data": [
{
2022-12-29 18:00:40 +00:00
"version_value": "0",
"version_affected": "="
},
{
"version_value": "1.18.0",
"version_affected": "="
2022-08-10 20:10:35 +00:00
}
]
}
}
]
2022-12-29 18:00:40 +00:00
}
2022-08-10 20:10:35 +00:00
}
]
}
2022-03-29 07:01:18 +00:00
},
2022-08-10 20:10:35 +00:00
"references": {
"reference_data": [
{
2022-12-29 18:00:40 +00:00
"url": "https://pkg.go.dev/vuln/GO-2022-0521",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0521"
},
{
"url": "https://go.dev/cl/417062",
2022-08-10 20:10:35 +00:00
"refsource": "MISC",
2022-12-29 18:00:40 +00:00
"name": "https://go.dev/cl/417062"
2022-08-10 20:10:35 +00:00
},
{
2022-12-29 18:00:40 +00:00
"url": "https://go.googlesource.com/go/+/08c46ed43d80bbb67cb904944ea3417989be4af3",
"refsource": "MISC",
"name": "https://go.googlesource.com/go/+/08c46ed43d80bbb67cb904944ea3417989be4af3"
},
{
"url": "https://go.dev/issue/53614",
"refsource": "MISC",
"name": "https://go.dev/issue/53614"
2022-11-14 15:00:34 +00:00
},
{
2022-12-29 18:00:40 +00:00
"url": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE"
2022-03-29 07:01:18 +00:00
}
]
2022-12-29 18:00:40 +00:00
},
"credits": [
{
"lang": "en",
"value": "Go Security Team and Juho Nurminen of Mattermost"
}
]
2022-03-29 07:01:18 +00:00
}