{ "schema_version": "1.4.0", "id": "GHSA-j4fp-3g84-cv6x", "modified": "2022-05-14T02:59:58Z", "published": "2022-05-14T02:59:58Z", "aliases": [ "CVE-2018-14089" ], "details": "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.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N" } ], "affected": [], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14089" }, { "type": "WEB", "url": "https://github.com/hellowuzekai/blockchains/blob/master/transferFrom.md" } ], "database_specific": { "cwe_ids": [ "CWE-20" ], "severity": "HIGH", "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2018-07-16T02:29:00Z" } }