cvelist/2018/20xxx/CVE-2018-20421.json

62 lines
1.9 KiB
JSON
Raw Normal View History

2018-12-23 22:06:29 -05:00
{
2019-03-18 01:18:40 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-20421",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "n/a",
"version": {
"version_data": [
{
"version_value": "n/a"
}
]
}
}
]
},
"vendor_name": "n/a"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
2018-12-23 22:06:29 -05:00
{
2019-03-18 01:18:40 +00:00
"lang": "eng",
"value": "Go Ethereum (aka geth) 1.8.19 allows attackers to cause a denial of service (memory consumption) by rewriting the length of a dynamic array in memory, and then writing data to a single memory location with a large index number, as demonstrated by use of \"assembly { mstore }\" followed by a \"c[0xC800000] = 0xFF\" assignment."
2018-12-23 22:06:29 -05:00
}
2019-03-18 01:18:40 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/ethereum/go-ethereum/issues/18289",
"refsource": "MISC",
"url": "https://github.com/ethereum/go-ethereum/issues/18289"
}
]
}
}