Abstract
Rust is a rapidly growing system programming language that ensures a speed comparable to traditional C/C++ system programming languages, along with the additional benefit of guaranteed memory safety. However, Rust's strict security rules make implementing and executing some features challenging. To address this, Rust has introduced unsafe Rust, which is less constrained by these strict rules. Nevertheless, these unsafe Rust, where strict Rust security rules are not fully applied, can cause temporal and spatial memory bugs that account for 22% of the Rust bugs reported between 2016 and 2023.In this paper, we propose an efficient address sanitizer design customized for Rust, called ERASan, to detect memory bugs in Rust programs more efficiently than prior work. Based on our thorough analysis of safe and unsafe Rust programming language standards as well as memory bugs found in real-world Rust programs over the past years, we design and implement ERASan to only instrument memory accesses in both safe and unsafe code areas where Rust cannot guarantee safety. We evaluate ERASan with several real-world applications. ERASan removes an average of 90.03% of ASan's memory access checks. Due to this, ERASan significantly reduces ASan's performance overhead by an average of 239.05% without harming its bug-finding ability.
| Original language | English |
|---|---|
| Title of host publication | Proceedings - 45th IEEE Symposium on Security and Privacy, SP 2024 |
| Publisher | Institute of Electrical and Electronics Engineers Inc. |
| Pages | 4053-4068 |
| Number of pages | 16 |
| ISBN (Electronic) | 9798350331301 |
| DOIs | |
| Publication status | Published - 2024 |
| Externally published | Yes |
| Event | 45th IEEE Symposium on Security and Privacy, SP 2024 - San Francisco, United States Duration: 2024 May 20 → 2024 May 23 |
Publication series
| Name | Proceedings - IEEE Symposium on Security and Privacy |
|---|---|
| ISSN (Print) | 1081-6011 |
Conference
| Conference | 45th IEEE Symposium on Security and Privacy, SP 2024 |
|---|---|
| Country/Territory | United States |
| City | San Francisco |
| Period | 24/5/20 → 24/5/23 |
Bibliographical note
Publisher Copyright:© 2024 IEEE.
Keywords
- Rust
- address sanitizer
- static analysis
ASJC Scopus subject areas
- Software
- Safety, Risk, Reliability and Quality
- Computer Networks and Communications
Fingerprint
Dive into the research topics of 'ERASan: Efficient Rust Address Sanitizer'. Together they form a unique fingerprint.Cite this
- APA
- Standard
- Harvard
- Vancouver
- Author
- BIBTEX
- RIS