Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: medium
Valid

The rarity of sneks will not match the rarity described in the documentation

Summary

The rarity of sneks will not match the rarity described in the documentation. That may affect on

Vulnerability Details

The documentation will give us the following chances to get one of the three types of snek NFT:

  1. Brown Snek - 70% Chance to get

  2. Jungle Snek - 25% Chance to get

  3. Cosmic Snek - 5% Chance to get

The rarity of snek is defined on L154 in the fulfillRandomWords function. It uses a modulo of 3 from random_words received from the VRF Coordinator. In Case the result is 0 - rarity is COMMON, 1 - rarity is RARE, and 2 rarity is LEGEND. However, the probability of each result will be the same, and it gives no difference between different types of NFT.

Impact

High

Tools Used

Manual analysis

Recommendations

Updates

Lead Judging Commences

inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Validated
Assigned finding tags:

Rarity is 1/3 instead of what the docs say

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.