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.
References
Link | Resource |
---|---|
https://github.com/TEAM-C4B/CVE-LIST/tree/master/CVE-2018-17111 | Third Party Advisory |
https://github.com/TEAM-C4B/CVE-LIST/tree/master/CVE-2018-17111 | Third Party Advisory |
Configurations
History
21 Nov 2024, 03:53
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/TEAM-C4B/CVE-LIST/tree/master/CVE-2018-17111 - Third Party Advisory |
Information
Published : 2018-09-18 21:29
Updated : 2024-11-21 03:53
NVD link : CVE-2018-17111
Mitre link : CVE-2018-17111
CVE.ORG link : CVE-2018-17111
JSON object : View
Products Affected
coinlancer
- coinlancer
CWE