← Back to CVE List

CVE-2018-14089

Published: 2018-07-16T02:29Z
Last Modified: 2024-11-21T03:48Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt