← Back

Cryptosaga

cryptosaga

Vendor: Cryptosaga • 1 CVE

CVEs (1)

CVE
VENDORS
PRODUCTS
UPDATED
PUBLISHED
CVSS
1Cryptosaga
1Cryptosaga
Nov 21, 2024
Sep 24, 2018
N/A· v4
7.5 HIGH· v3
5.0 MEDIUM· v2
The random() function of the smart contract implementation for CryptoSaga, an Ethereum game, generates a random value with publicly readable variables such as timestamp, the current block's blockhash, and a private varia...Show more
The random() function of the smart contract implementation for CryptoSaga, an Ethereum game, generates a random value with publicly readable variables such as timestamp, the current block's blockhash, and a private variable (which can be read with a getStorageAt call). Therefore, attackers can precompute the random number and manipulate the game (e.g., get powerful characters or get critical damages).Show less