There is a vulnerability identified in the code. Specifically, within the buyPresent
function, the burn
function does nto reward the presentReceiver
in any way while the caller mints an nft.
The flaw can be located at line 173 in the santaList.sol
contract. Any individual, even those without any santaTokens
, can invoke the buyPresent
function.But no reward is given to the presentReciever
rather they have their tokens burnt. Subsequently, the caller of this function gains the ability to mint an NFT for free.
Calling the buyPresent
function no reward is given to the presentReciever
rather they have their santa tokens burnt. Therefore the presentReciever
looses both the santa Token and the potential gift which isnt stated in the contract. The present Reciever looses their token while the caller mints an nft for free. This can be done multiple Times Provided they have the address of someone that owns a Santa Token
The identified issues were discovered through manual review and Invariant Testing.
An algorithm should be in place to reward the presentReciver
address (that is ensuring that they got the gifts for the tokens burn).
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.