cve/2018/CVE-2018-12885.md
2024-05-26 14:27:05 +02:00

920 B

CVE-2018-12885

Description

The randMod() function of the smart contract implementation for MyCryptoChamp, an Ethereum game, generates a random value with publicly readable variables such as the current block information and a private variable, (which can be read with a getStorageAt call). Therefore, attackers can get powerful champs/items and get rewards.

POC

Reference

No PoCs from references.

Github