Files
CVEs-PoC/2018/CVE-2018-12885.md
T
2025-09-29 21:09:30 +02:00

1.0 KiB

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

Github