Photo by Nahel Adbul Hadi on Unsplash

Most common smart contracts vulnerabilities

Simon Busch
Coinmonks
Published in
6 min readJan 24, 2023

--

  1. Reentrancy: This vulnerability occurs when a contract calls an external contract and the external contract calls back into the first contract before the first contract has finished executing. This can allow an attacker to repeatedly execute malicious code in the contract and potentially drain the contract’s funds.
  2. Unchecked send: This vulnerability occurs when a contract sends funds to an…

--

--

Simon Busch
Coinmonks

Full Stack JS/TS @code4rena building the future of smart contract auditing. Solidity/blockchain security learner 🚀