The sell function of a smart contract implementation for CoinToken, an Ethereum token, has an integer overflow in which "amount * sellPrice" can be zero, consequently reducing a seller's assets.
References
Link | Resource |
---|---|
https://github.com/BlockChainsSecurity/EtherTokens/blob/master/ETHEREUMBLACK/sell%20integer%20overflow.md | Third Party Advisory |
https://github.com/BlockChainsSecurity/EtherTokens/tree/master/CoinToken | Third Party Advisory |
Configurations
History
No history.
Information
Published : 2018-07-05 02:29
Updated : 2024-02-28 16:25
NVD link : CVE-2018-13217
Mitre link : CVE-2018-13217
CVE.ORG link : CVE-2018-13217
JSON object : View
Products Affected
cointoken_project
- cointoken
CWE
CWE-190
Integer Overflow or Wraparound