Title
Precise and Scalable Detection of Double-Fetch Bugs in OS Kernels
Abstract
During system call execution, it is common for operating system kernels to read userspace memory multiple times (multi-reads). A critical bug may exist if the fetched userspace memory is subject to change across these reads, i.e., a race condition, which is known as a double-fetch bug. Prior works have attempted to detect these bugs both statically and dynamically. However, due to their improper assumptions and imprecise definitions regarding double-fetch bugs, their multi-read detection is inherently limited and suffers from significant false positives and false negatives. For example, their approach is unable to support device emulation, inter-procedural analysis, loop handling, etc. More importantly, they completely leave the task of finding real double-fetch bugs from the haystack of multi-reads to manual verification, which is expensive if possible at all. In this paper, we first present a formal and precise definition of double-fetch bugs and then implement a static analysis system - Deadline - to automatically detect double-fetch bugs in OS kernels. Deadline uses static program analysis techniques to systematically find multi-reads throughout the kernel and employs specialized symbolic checking to vet each multi-read for double-fetch bugs. We apply Deadline to Linux and FreeBSD kernels and find 23 new bugs in Linux and one new bug in FreeBSD. We further propose four generic strategies to patch and prevent double-fetch bugs based on our study and the discussion with kernel maintainers.
Year
DOI
Venue
2018
10.1109/SP.2018.00017
2018 IEEE Symposium on Security and Privacy (SP)
Keywords
Field
DocType
kernel,bug,detection
Race condition,Static program analysis,Haystack,Computer science,Computer security,Static analysis,Software bug,Memory management,System call,Emulation,Operating system
Conference
ISSN
ISBN
Citations 
1081-6011
978-1-5386-4354-9
5
PageRank 
References 
Authors
0.46
24
5
Name
Order
Citations
PageRank
Meng Xu121118.89
Chenxiong Qian21538.76
Kangjie Lu324114.89
Michael Backes42801163.28
Taesoo Kim580951.85