Skip to main content

External Call Issue

Definition

An external call issue occurs when smart contract interactions with other contracts cause vulnerabilities. This security concern materializes when a smart contract’s interaction with another contract or an external account introduces an exploitable flaw. Common manifestations include reentrancy vulnerabilities, where an external call recursively drains funds, or improper handling of unexpected return values. Gas limit considerations during such calls also present potential points of failure.