The Standard

The Standard
DeFiHardhat
20,000 USDC
View results
Submission Details
Severity: medium
Valid

No access control for the burn function

Summary

No access control for the burn function

Vulnerability Details

The burn function does not have an access control mechanism

Impact

This can cause unauthorized burning of tokens

Tools Used

VS Code

Recommendations

An adjustment similar to the form below will initiate an access control mechanism:
function burn(uint256 _amount) external onlyOwner ifMinted(_amount)

Updates

Lead Judging Commences

hrishibhat Lead Judge almost 2 years ago
Submission Judgement Published
Validated
Assigned finding tags:

access-control

Support

FAQs

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