Abstract
Existing coverage-based fuzzers usually use the individual control flow graph (CFG) edge coverage to guide the fuzzing process, which has shown great potential in finding vulnerabilities. However, CFG edge coverage is not effective in discovering vulnerabilities such as use-after-free (UaF). This is because, to trigger UaF vulnerabilities, one needs not only to cover individual edges, but also to traverse some (long) sequence of edges in a particular order, which is challenging for existing fuzzers. To this end, we propose to model UaF vulnerabilities as typestate properties, and develop a typestate-guided fuzzer, named UAFL, for discovering vulnerabilities violating typestate properties. Given a typestate property, we first perform a static typestate analysis to find operation sequences potentially violating the property. Our fuzzing process is then guided by the operation sequences in order to progressively generate test cases triggering property violations. In addition, we also employ an information flow analysis to improve the efficiency of the fuzzing process. We have performed a thorough evaluation of UAFL on 14 widely-used real-world programs. The experiment results show that UAFL substantially outperforms the state-of-the-art fuzzers, including AFL, AFLFast, FairFuzz, MOpt, Angora and QSYM, in terms of the time taken to discover vulnerabilities. We have discovered 10 previously unknown vulnerabilities, and received 5 new CVEs.
Original language | English |
---|---|
Title of host publication | 42nd International Conference on Software Engineering (ICSE 2020) |
Publisher | ACM |
ISBN (Electronic) | 9781450371216 |
DOIs | |
Publication status | Accepted/In press - 1 May 2020 |
Event | 42nd International Conference on Software Engineering - Seoul, Korea, Republic of Duration: 5 Oct 2020 → 11 Oct 2020 Conference number: ICSE 2020 https://conf.researchr.org/home/icse-2020 |
Conference
Conference | 42nd International Conference on Software Engineering |
---|---|
Country/Territory | Korea, Republic of |
City | Seoul |
Period | 5/10/20 → 11/10/20 |
Internet address |