1. 1. Introduction
  2. 2. Blockchain Forensics Tool
  3. 3. Common Vulnerabilities | Web3
  4. 4. Blogs & Reports | Web3
  5. 5. CTFs Platform | Web3
  6. 6. Bug Hunting Platform | Web3
  7. 7. Smart Contract and Audit Reports
  8. 8. Smart Contract Auditing Tools
  9. 9. Wallet Security

WEB3 SECURITY

Common Vulnerabilities in Smart Contracts

Price Oracle Manipulation

Message call with hardcoded gas amount

Hash Collisions with multiple variable length arguments

DoS with Block Gas List

Insufficient Gas Griefing

Missing protection against Signature Replay Attacks

Lack of Proper Signature verification

Weak Sources of Randomness from chain attributes

Signature Malleability

Authorization through tx.origin

Recentrancy

Code with no effects

Unencrypted Privated Data On-Chain

Integer Overflow and Underflow

Floating Pragma

Unchecked Call Return Value

Unprotected SELFDESTRUCT Instruction

State Variable Default Visibility

Unintialized Storage pointer

Use of Deprecated Solidity Functions

DoS with Failed Call