Search Results (1 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2018-17968 1 Ruletkaio 1 Ruletkaio 2024-11-21 N/A
A gambling smart contract implementation for RuletkaIo, an Ethereum gambling game, generates a random value that is predictable by an external contract call. The developer wrote a random() function that uses a block timestamp and block hash from the Ethereum blockchain. This can be predicted by writing the same random function code in an exploit contract to determine the deadSeat value.