Interaction-Aware Vulnerability Detection in Smart Contract Bytecodes
Wenkai Li, Xiaoqi Li, Yingjie Mao, Yuqing Zhang

TL;DR
COBRA is a novel framework that combines semantic context and function interface information in smart contract bytecodes to improve vulnerability detection accuracy, especially when ABI data is missing.
Contribution
This paper introduces COBRA, the first framework integrating semantic context and function interfaces for bytecode vulnerability detection, along with SRIF for inferring function signatures.
Findings
SRIF achieves 94.76% F1-score in function signature inference.
COBRA attains 93.45% F1-score in vulnerability classification with known ABI.
In absence of ABI, COBRA reaches 89.46% recall in vulnerability detection.
Abstract
The detection of vulnerabilities in smart contracts remains a significant challenge. While numerous tools are available for analyzing smart contracts in source code, only about 1.79% of smart contracts on Ethereum are open-source. For existing tools that target bytecodes, most of them only consider the semantic logic context and disregard function interface information in the bytecodes. In this paper, we propose COBRA, a novel framework that integrates semantic context and function interfaces to detect vulnerabilities in bytecodes of the smart contract. To our best knowledge, COBRA is the first framework that combines these two features. Moreover, to infer the function signatures that are not present in signature databases, we propose SRIF, automatically learn the rules of function signatures from the smart contract bytecodes. The bytecodes associated with the function signatures are…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBlockchain Technology Applications and Security · Cybercrime and Law Enforcement Studies
