MorpheusAI

MorpheusAI
Foundry
22,500 USDC
View results
Submission Details
Severity: medium
Invalid

public burn function may lead to re-entrancy , and burn tokens of account

Summary

If a contract inherits from ERC20Burnable, then this adds public burning functions and lets accounts burn tokens at will using burn() and burnFrom().

This might be problematic is some scenarios, so use ERC20Burnable carefully.

Vulnerability Details

Impact

function burn(uint256 amount_) public override {
ERC20Burnable.burn(amount_);
}
Updates

Lead Judging Commences

inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Lack of quality

Support

FAQs

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