Sparkn

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

Missing contract-existence checks before low-level calls

Summary

Missing contract-existence checks before low-level calls

Vulnerability Details

Low-level calls return success if there is no code present at the specified address.

Impact

File: src/ProxyFactory.sol
/// @audit _distribute()
250: (bool success,) = proxy.call(data);

250

Tools Used

Personal bot

Recommendations

Support

FAQs

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