Files
CVEs-PoC/2018/CVE-2018-12454.md
T
2024-06-18 02:51:15 +02:00

1.0 KiB

CVE-2018-12454

Description

The _addguess function of a simplelottery smart contract implementation for 1000 Guess, an Ethereum gambling 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, it allows attackers to always win and get rewards.

POC

Reference

Github