TL;DR
This paper introduces SolidiFI, a systematic bug injection approach to evaluate the effectiveness of smart contract static analysis tools by injecting bugs into contracts and assessing detection capabilities.
Contribution
It presents SolidiFI, a novel automated method for evaluating smart contract analysis tools through targeted bug injection and detection assessment.
Findings
Several bugs remained undetected by existing tools.
All tools reported many false positives.
Evaluation covered six widely-used static analysis tools.
Abstract
Security attacks targeting smart contracts have been on the rise, which have led to financial loss and erosion of trust. Therefore, it is important to enable developers to discover security vulnerabilities in smart contracts before deployment. A number of static analysis tools have been developed for finding security bugs in smart contracts. However, despite the numerous bug-finding tools, there is no systematic approach to evaluate the proposed tools and gauge their effectiveness. This paper proposes SolidiFI, an automated and systematic approach for evaluating smart contract static analysis tools. SolidiFI is based on injecting bugs (i.e., code defects) into all potential locations in a smart contract to introduce targeted security vulnerabilities. SolidiFI then checks the generated buggy contract using the static analysis tools, and identifies the bugs that the tools are unable to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
