Onu Daniel Onyebuchislowbugdev.hashnode.dev·Aug 13, 2024Deep Dive into Reentrancy AttacksReentrancy attacks have become one of the most exploited vulnerabilities in web3. These attacks exploit the recursive calling mechanisms in smart contracts thus aiding bad actors to repeatedly withdraw funds before the initial transaction is complete...reentrancy attack
OhekaforNo Trust Verify blogblog.notrustverify.ch·Jun 19, 2024Reentrancy attack and AlephiumReentrancy attacks are one of the most notorious vulnerabilities in the blockchain world, particularly on the Ethereum blockchain. These attacks exploit a flaw in smart contracts to maliciously drain funds. In this article, we will explore what reent...138 readsreentrancy attack
Oladipo Evangeloladipoevangel.hashnode.dev·Mar 23, 2024Understanding Reentrancy in smart contractsWhat is reentrancy vulnerability? This is a common vulnerability in smart contracts where contracts can be exploited by making a function repeatedly perform an action without updating or making the required state changes. Imagine being able to withdr...96 readsSolidity secur
Awais Sajidblackdiamond.hashnode.dev·Sep 13, 2023The bug which cost Ethereum $60 million dollars: Re-entrancy🌟 Unveiling the $60 Million Bug — Re-entrancy Re-entrancy is one of the oldest and trickiest security flaws in smart contracts. It played a big part in the infamous ‘DAO Hack’ of 2016, where hackers managed to steal a mind-boggling 3.6 million ETH, ...reentrancy attack
A Alfred Rodriguezalfred-explains.hashnode.dev·Jun 30, 2023Smart Contract Security Considerations: Reentrancy AttackSolidity, the primary language for writing Ethereum smart contracts, has enabled the development of a myriad of decentralized applications. However, like any piece of software, Solidity smart contracts are susceptible to various security vulnerabilit...Solidity