cvelist/2022/41xxx/CVE-2022-41719.json
2023-06-12 20:00:45 +00:00

80 lines
2.4 KiB
JSON

{
"data_version": "4.0",
"data_type": "CVE",
"data_format": "MITRE",
"CVE_data_meta": {
"ID": "CVE-2022-41719",
"ASSIGNER": "security@golang.org",
"STATE": "PUBLIC"
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Unmarshal can panic on some inputs, possibly allowing for denial of service attacks."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE 400: Uncontrolled Resource Consumption"
}
]
}
]
},
"affects": {
"vendor": {
"vendor_data": [
{
"vendor_name": "github.com/shamaton/msgpack/v2",
"product": {
"product_data": [
{
"product_name": "github.com/shamaton/msgpack/v2",
"version": {
"version_data": [
{
"version_affected": "<",
"version_name": "0",
"version_value": "2.1.1"
}
]
}
}
]
}
}
]
}
},
"references": {
"reference_data": [
{
"url": "https://github.com/shamaton/msgpack/issues/31",
"refsource": "MISC",
"name": "https://github.com/shamaton/msgpack/issues/31"
},
{
"url": "https://github.com/shamaton/msgpack/pull/32",
"refsource": "MISC",
"name": "https://github.com/shamaton/msgpack/pull/32"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0972",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0972"
}
]
},
"credits": [
{
"lang": "en",
"value": "Red Canary"
}
]
}