cvelist/2018/14xxx/CVE-2018-14089.json

62 lines
2.0 KiB
JSON
Raw Normal View History

2018-07-15 22:03:16 -04:00
{
2019-03-18 03:06:48 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-14089",
"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-07-15 22:03:16 -04:00
{
2019-03-18 03:06:48 +00:00
"lang": "eng",
"value": "An issue was discovered in a smart contract implementation for Virgo_ZodiacToken, an Ethereum token. In this contract, 'bool sufficientAllowance = allowance <= _value' will cause an arbitrary transfer in the function transferFrom because '<=' is used instead of '>=' (which was intended). An attacker can transfer from any address to his address, and does not need to meet the 'allowance > value' condition."
2018-07-15 22:03:16 -04:00
}
2019-03-18 03:06:48 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/hellowuzekai/blockchains/blob/master/transferFrom.md",
"refsource": "MISC",
"url": "https://github.com/hellowuzekai/blockchains/blob/master/transferFrom.md"
}
]
}
}