Solidity Attack Vectors: #1 - Reentrancy Attack
Reentrancy attacks are a well-known vulnerability in Solidity, with many projects falling victim to this type of attack(The DAO Hack).
What is Reentrancy?
Reentrancy attacks occur when an attacker(usually a contract) is able to call a function in ano...
jesserc.hashnode.dev4 min read
Juri Hakola
Life is the art project.
Sweet. Your attack surface series has me wondering how many contracts are out there with vulnerabilities. sheesh.