Affiliation:
1. Zhejiang University, China
2. Hangzhou City University, China
3. Singapore Management University, Singapore
Abstract
Rust is an emerging programming language designed for the development of systems software. To facilitate the reuse of Rust code,
crates.io
, as a central package registry of the Rust ecosystem, hosts thousands of third-party Rust packages. The openness of
crates.io
enables the growth of the Rust ecosystem but comes with security risks by severe security advisories. Although Rust guarantees a software program to be safe via programming language features and strict compile-time checking, the
unsafe
keyword in Rust allows developers to bypass compiler safety checks for certain regions of code. Prior studies empirically investigate the memory safety and concurrency bugs in the Rust ecosystem, as well as the usage of
unsafe
keywords in practice. Nonetheless, the literature lacks a systematic investigation of the security risks in the Rust ecosystem.
In this article, we perform a comprehensive investigation into the security risks present in the Rust ecosystem, asking “what are the characteristics of the vulnerabilities, what are the characteristics of the vulnerable packages, and how are the vulnerabilities fixed in practice?”. To facilitate the study, we first compile a dataset of 433 vulnerabilities, 300 vulnerable code repositories, and 218 vulnerability fix commits in the Rust ecosystem, spanning over 7 years. With the dataset, we characterize the types, life spans, and evolution of the disclosed vulnerabilities. We then characterize the popularity, categorization, and vulnerability density of the vulnerable Rust packages, as well as their versions and code regions affected by the disclosed vulnerabilities. Finally, we characterize the complexity of vulnerability fixes and localities of corresponding code changes, and inspect how practitioners fix vulnerabilities in Rust packages with various localities.
We find that memory safety and concurrency issues account for nearly two thirds of the vulnerabilities in the Rust ecosystem. It takes over 2 years for the vulnerabilities to become publicly disclosed, and one-third of the vulnerabilities have no fixes committed before their disclosure. In terms of vulnerability density, we observe a continuous upward trend at the package level over time, but a decreasing trend at the code level since August 2020. In the vulnerable Rust packages, the vulnerable code tends to be localized at the file level, and contains statistically significantly more unsafe functions and blocks than the rest of the code. More popular packages tend to have more vulnerabilities, while the less popular packages suffer from vulnerabilities for more versions. The vulnerability fix commits tend to be localized to a limited number of lines of code. Developers tend to address vulnerable safe functions by adding safe functions or lines to them, vulnerable unsafe blocks by removing them, and vulnerable unsafe functions by modifying unsafe trait implementations. Based on our findings, we discuss implications, provide recommendations for software practitioners, and outline directions for future research.
Publisher
Association for Computing Machinery (ACM)
Reference71 articles.
1. Mahmoud Alfadel, Diego Elias Costa, and Emad Shihab. 2021. Empirical analysis of security vulnerabilities in python packages. In Proceedings of the 2021 IEEE International Conference on Software Analysis, Evolution and Reengineering. IEEE, 446–457.
2. Vytautas Astrauskas Christoph Matheja Federico Poli Peter Müller and Alexander J. Summers. 2020. How do programmers use unsafe rust? Proceedings of the ACM on Programming Languages 4 OOPSLA (2020) 1–27.
3. Vytautas Astrauskas Peter Müller Federico Poli and Alexander J. Summers. 2019. Leveraging Rust types for modular specification and verification. Proceedings of the ACM on Programming Languages 3 OOPSLA (2019) 1–30.
4. Rudra
5. Aadesh Bagmar Josiah Wedgwood Dave Levin and Jim Purtilo. 2021. I know what you imported last summer: A study of security threats in thePython ecosystem. arXiv:2102.06301. Retrieved from https://arxiv.org/abs/2102.06301
Cited by
1 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献