First Flight #21: KittyFi

First Flight #21
Beginner FriendlyDeFiFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

CREATE2 Potentially Has Zero Impact

Summary

Zero impact on the use of CREATE2 opcode.

Vulnerability Details

The code on line 72 on KittyPool.sol uses the underlying token's symbol as salt to create a new vault. This vault creation method indicates the use of CREATE2. With the way the vault is created, the CREATE2 and its salt does not seem to bring any impact because each vault creation requires a different _token address.

Impact

No impact

Tools Used

Recommendations

Consider removing the salt when creating the vault

Updates

Lead Judging Commences

shikhar229169 Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Design choice

Support

FAQs

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