Solidity Lab
CtrlK
  • 🧪Guardian - Solidity Lab
  • 📚Encyclopedia of Solidity Attack Vectors
  • 📚Encyclopedia of Common Solidity Bugs
    • ➗Division Precision Loss
    • ‼️Unexpected Panic Revert
    • 👬Matching to/from Addresses
    • ⏸️Forget to Update Parallel Data Structures
    • 🚫Lack of Success Checks
    • 🤷‍♂️🤷♂ 🤷♂ Lack of Access Control
    • 📝Inaccurate Allowance
    • 🔼Overflow/Underflow
    • 💲Unsafe ERC20 Operations
    • 🦺Lack of Exception Handling
    • ✖️Duplicate Values
    • ⚖️Asymmetrical Code
    • 🛑Constant Protocol Parameters
    • ⬆️Storage Not Updated
    • 🕵️Delete Item, Unupdated Index
    • 🎁Native vs Wrapped Handling
    • 1⃣ 1⃣ 1⃣ Off By 1
  • Encyclopedia of Security Research
  • 📙The Auditors Handbook
Powered by GitBook
On this page
Edit

📚Encyclopedia of Common Solidity Bugs

Every known common solidity bug

Known Bugs

➗Division Precision Loss‼️Unexpected Panic Revert👬Matching to/from Addresses⏸️Forget to Update Parallel Data Structures🚫Lack of Success Checks🤷‍♂️🤷♂ 🤷♂ Lack of Access Control

PreviousSignature MalleabilityNextDivision Precision Loss

Last updated 2 years ago