|国家预印本平台
| 注册
首页|MoveScanner: Analysis of Security Risks of Move Smart Contracts

MoveScanner: Analysis of Security Risks of Move Smart Contracts

MoveScanner: Analysis of Security Risks of Move Smart Contracts

来源:Arxiv_logoArxiv
英文摘要

As blockchain technology continues to evolve, the security of smart contracts has increasingly drawn attention from both academia and industry. The Move language, with its unique resource model and linear type system, provides a solid foundation for the security of digital assets. However, smart contracts still face new security challenges due to developer programming errors and the potential risks associated with cross-module interactions. This paper systematically analyzes the limitations of existing security tools within the Move ecosystem and reveals their unique vulnerability patterns. To address these issues, it introduces MoveScanner, a static analysis tool based on a control flow graph and data flow analysis architecture. By incorporating cross-module call graph tracking, MoveScanner can effectively identify five key types of security vulnerabilities, including resource leaks, weak permission management, and arithmetic overflows. In terms of design, MoveScanner adheres to a modular principle, supports bytecode-level analysis and multi-chain adaptation, and introduces innovative resource trajectory tracking algorithms and capability matrix analysis methods, thereby significantly reducing the false positive rate. Empirical results show that MoveScanner achieved 88.2% detection accuracy in benchmark testing, filling the gap in security tools in the Move ecosystem. Furthermore, this paper identifies twelve new types of security risks based on the resource-oriented programming paradigm and provides a theoretical foundation and practical experience for the development of smart contract security mechanisms. Future work will focus on combining formal verification and dynamic analysis techniques to build a security protection framework covering the entire contract lifecycle

Yuhe Luo、Zhongwen Li、Xiaoqi Li

计算技术、计算机技术

Yuhe Luo,Zhongwen Li,Xiaoqi Li.MoveScanner: Analysis of Security Risks of Move Smart Contracts[EB/OL].(2025-08-27)[2025-09-06].https://arxiv.org/abs/2508.17964.点此复制

评论