Sparkn

CodeFox Inc.
DeFiFoundryProxy
15,000 USDC
View results
Submission Details
Severity: medium
Valid

No zero address checks in `proxy.sol`

Summary

Implementation address could get set to 0

Vulnerability Detail

Take a look at

constructor(address implementation) {
_implementation = implementation;
}

Impact

Inaccessibility to delegate any calls to the any fallback calls

Tool used

Manual Audit

Recommendation

Introduce a zero address check

Support

FAQs

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