Skip to content
Steven's Blog
Main Navigation
web安全相关
block chain
静态分析
泛app安全
leetcode
rust
other
Appearance
Menu
On this page
On this page
Table of Contents for current page
智能合约安全
On this page
区块链安全相关
智能合约安全
溢出漏洞
加法溢出,乘法溢出
Dos攻击
利用fallback函数
for 循环 gas上限
合约要求必须在一定时间内执行,那么可以在这段时间内发起dos攻击,导致无法执行
竞态条件
重入问题
通过观察tx pool中的交易,给出更高的gas等手段来获益
随机数问题
依赖区块链上信息的随机数都是不随机的
解决办法: RandDAO和Oraclize
权限问题
不应该使用tx.origin