mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-15 03:30:24 +02:00
18 lines
904 B
Markdown
18 lines
904 B
Markdown
### [CVE-2018-12702](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12702)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The approveAndCallcode function of a smart contract implementation for Globalvillage ecosystem (GVE), an Ethereum ERC20 token, allows attackers to steal assets (e.g., transfer the contract's balances into their account) because the callcode (i.e., _spender.call(_extraData)) is not verified, aka the "evilReflex" issue. NOTE: a PeckShield disclosure states "some researchers have independently discussed the mechanism of such vulnerability."
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/im-bug/BlockChain-Security-List
|
|
|