Reentrancy
Re-entering a function before its state is finalized.
A pattern where an external call transfers control to an attacker mid-execution, allowing them to call back into the contract while it still holds stale, pre-update state.
Related cases
Related attack patterns
Related tools
