OpenZeppelin / ethernaut

Web3/Solidity based wargame
MIT License
2k stars 684 forks source link

Crowdfunding - New Level (Level 32) #720

Open EWCunha opened 7 months ago

EWCunha commented 7 months ago

This level explores signature malleability. If for any reason a signature is passed as an input and checked in a smart contract without restricting the malleability, the same signature can be used again by a malicious attacker, impersonating a user and taking advantage of this user's permissions on the smart contract.

EWCunha commented 5 months ago

@xaler5