Sparkn

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

External call recipient may consume all transaction gas

Summary

External call recipient may consume all transaction gas

Vulnerability Details

There is no limit specified on the amount of gas used, so the recipient can use up all of the transaction's gas, causing it to revert. Use addr.call{gas: <amount>}("") or this library instead

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.