Skip to main content

Reentrancy Vector

Definition

A reentrancy vector identifies the specific pathway or sequence of operations an attacker uses to exploit a reentrancy vulnerability in a smart contract. This vector involves carefully crafted external calls that repeatedly invoke a vulnerable function before its internal state can be properly updated. Understanding these vectors is crucial for both attackers seeking to exploit flaws and developers aiming to secure their decentralized applications. It outlines the method of attack.