DatingDapp

First Flight #33
Beginner FriendlyFoundrySolidityNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

unchecked external call

Summary

If _profileNFT is a malicious contract, it could introduce issues (e.g., modifying storage via delegatecall).

Vulnerability Details

constructor(address _profileNFT) Ownable(msg.sender) {profileNFT = SoulboundProfileNFT(_profileNFT);}

Impact

It could introduce issues (e.g., modifying storage via delegatecall).

Tools Used

Recommendations

Validate _profileNFT address with require(_profileNFT != address(0), "Invalid NFT address");.

Updates

Appeal created

n0kto Lead Judge 6 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Admin is trusted

Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelyhood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.

Support

FAQs

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