cvelist/2018/17xxx/CVE-2018-17111.json

62 lines
1.9 KiB
JSON
Raw Normal View History

2018-09-16 21:03:14 -04:00
{
2019-03-18 04:29:25 +00:00
"CVE_data_meta": {
"ASSIGNER": "cve@mitre.org",
"ID": "CVE-2018-17111",
"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-09-18 17:04:37 -04:00
{
2019-03-18 04:29:25 +00:00
"lang": "eng",
"value": "The onlyOwner modifier of a smart contract implementation for Coinlancer (CL), an Ethereum ERC20 token, has a potential access control vulnerability. All contract users can access functions that use this onlyOwner modifier, because the comparison between msg.sender and owner is incorrect."
2018-09-18 17:04:37 -04:00
}
2019-03-18 04:29:25 +00:00
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "n/a"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://github.com/TEAM-C4B/CVE-LIST/tree/master/CVE-2018-17111",
"refsource": "MISC",
"url": "https://github.com/TEAM-C4B/CVE-LIST/tree/master/CVE-2018-17111"
}
]
}
}