Reentrancy Attacks

Exploit

⎊ This specific vulnerability allows an external contract to recursively call back into the originating contract before the initial function execution has completed its state updates. Such a loop can be used to repeatedly withdraw funds or execute actions based on stale data, effectively draining collateral pools. The mechanism bypasses standard checks by exploiting the order of operations within the execution environment.