DASP 10, the top 10 smart contract vulnerabilities in Solidity
DASP 10 (Decentralized Application Security Project, https://dasp.co/) is an initiative of NCC Group (https://www.nccgroup.trust/) identifying the top 10 categories of vulnerabilities in smart contracts developed with Solidity.
Reentrancy
AKA Race to empty, Recursive call vulnerability, Call to the unknown
In this category, there are smart contracts that are vulnerable to reentrance attacks. The reentrance attack consists of making multiple calls to the calling…