awesome-solidity-security

The purpose of this repo is to list all the related Research Papers focused on Smart-contracts security topics. As well as listing all the encountered smart-contracts defects with a summary description. 🛡️

GitHub

41 stars
2 watching
6 forks
Language: Solidity
last commit: about 3 years ago
Linked from 1 awesome list

awesomeawesome-listethereum-contractresearch-papersecuritysecurity-testingsecurity-topicssecurity-vulnerabilitysmart-contract-securitysmart-contractssmart-contracts-audit

https://arxiv.org/pdf/2105.02881.pdf[Reentrancy Vulnerability Identification in Ethereum Smart Contracts] Abstract—Ethereum Smart contracts use blockchain to transfer values among peers on networks without central agency. These programs are deployed on decentralized applications running on top of the blockchain consensus protocol to enable people make agreements in a transparent and conflict free environment. The security vulnerabilities within those smart contracts are a potential threat to the applications and have caused huge financial losses to their users. In this paper, we present a framework that combines static and dynamic analysis to detect Reentrancy vulnerabilities in Ethereum smart contracts. This framework generates an attacker contract based on the ABI specifications of smart contracts under test and analyzes the contract interaction to precisely report Reentrancy vulnerability. We conducted a preliminary evaluation of our proposed framework on 5 modified smart contracts from Etherscan and our framework was able to detect the Reentrancy vulnerability in all our modified contracts. Our framework analyzes smart contracts statically to identify potentially vulnerable functions and then uses dynamic analysis to precisely confirm Reentrancy vulnerability, thus achieving increased performance and reduced false positives
https://arxiv.org/pdf/1905.01467.pdf[Defining Smart Contract Defects on Ethereum] Abstract—Smart contracts are programs running on a blockchain. They are immutable to change, and hence can not be patched for bugs once deployed. Thus it is critical to ensure they are bug-free and well-designed before deployment. A Contract defect is an error, flaw or fault in a smart contract that causes it to produce an incorrect or unexpected result, or to behave in unintended ways. The detection of contract defects is a method to avoid potential bugs and improve the design of existing code. Since smart contracts contain numerous distinctive features, such as the gas system. decentralized, it is important to find smart contract specified defects. To fill this gap, we collected smart-contract-related posts from Ethereum StackExchange, as well as real-world smart contracts. We manually analyzed these posts and contracts; using them to define 20 kinds of contract defects. We categorized them into indicating potential security, availability, performance, maintainability and reusability problems. To validate if practitioners consider these contract as harmful, we created an online survey and received 138 responses from 32 different countries. Feedback showed these contract defects are harmful and removing them would improve the quality and robustness of smart contracts. We manually identified our defined contract defects in 587 real world smart contract and publicly released our dataset. Finally, we summarized 5 impacts caused by contract defects. These help developers better understand the symptoms of the defects and removal priority
https://arxiv.org/pdf/1905.01467.pdf[Defining REF: Smart Contract Defects on Ethereum, pp 5]

}

https://arxiv.org/pdf/1905.01467.pdf[Defining REF: Smart Contract Defects on Ethereum, pp 6]
https://arxiv.org/pdf/1905.01467.pdf[Defining REF: Smart Contract Defects on Ethereum, pp 6]
https://arxiv.org/pdf/1905.01467.pdf[Defining REF: Smart Contract Defects on Ethereum, pp 6]
https://arxiv.org/pdf/1905.01467.pdf[Defining REF: Smart Contract Defects on Ethereum, pp 6]
https://www.coindesk.com/understanding-dao-hack-journalists[Understanding The DAO Attack]

Datasets

https://github.com/Jiachi-Chen/TSE-ContractDefects[TSE-ContractDefects]

Backlinks from these awesome lists: