CVE-2018-14089

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.
Configurations

Configuration 1 (hide)

cpe:2.3:a:virgo_zodiactoken_project:virgo_zodiactoken:-:*:*:*:*:*:*:*

History

21 Nov 2024, 03:48

Type Values Removed Values Added
References () https://github.com/hellowuzekai/blockchains/blob/master/transferFrom.md - Exploit, Third Party Advisory () https://github.com/hellowuzekai/blockchains/blob/master/transferFrom.md - Exploit, Third Party Advisory

Information

Published : 2018-07-16 02:29

Updated : 2024-11-21 03:48


NVD link : CVE-2018-14089

Mitre link : CVE-2018-14089

CVE.ORG link : CVE-2018-14089


JSON object : View

Products Affected

virgo_zodiactoken_project

  • virgo_zodiactoken
CWE
CWE-20

Improper Input Validation