Sparkn

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

Unbounded gas for external call

Unbounded gas for external call

  • Severity: Low

  • Confidence: High

Description

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.

There are 1 instances of this issue:

  • File: src/ProxyFactory.sol

Line: 250 (bool success,) = proxy.call(data)

https://github.com/Cyfrin/2023-08-sparkn/blob/main/src/ProxyFactory.sol#L250

Support

FAQs

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