学位论文详细信息
Finding race conditions in kernels: The symbolic way and the fuzzy way
Race condition;Fuzz testing;Symbolic execution;Bug finding;OS kernel
Xu, Meng ; Kim, Taesoo Computer Science Lee, Wenke Orso, Alessandro Saltaformaggio, Brendan D. Peinado, Marcus ; Kim, Taesoo
University:Georgia Institute of Technology
Department:Computer Science
关键词: Race condition;    Fuzz testing;    Symbolic execution;    Bug finding;    OS kernel;   
Others  :  https://smartech.gatech.edu/bitstream/1853/63668/1/XU-DISSERTATION-2020.pdf
美国|英语
来源: SMARTech Repository
PDF
【 摘 要 】

The scale and pervasiveness of concurrent software pose challenges for security researchers: race conditions are more prevalent than ever, and the growing software complexity keeps exacerbating the situation--expanding the arms race between security practitioners and attackers beyond memory errors. As a consequence, we need a new generation of bug hunting tools that not only scale well with increasingly larger codebases but also catch up with the growing importance of race conditions. In this thesis, two complementary race detection frameworks for OS kernels are presented: multi-dimensional fuzz testing and symbolic checking. Fuzz testing turns bug finding into a probabilistic search, but current practices restrict themselves to one dimension only (sequential executions). This thesis illustrates how to explore the concurrency dimension and extend the bug scope beyond memory errors to the broad spectrum of concurrency bugs. On the other hand, conventional symbolic executors face challenges when applied to OS kernels, such as path explosions due to branching and loops. They also lack a systematic way of modeling and tracking constraints in the concurrency dimension (e.g., to enforce a particular schedule for thread interleavings) The gap can be partially filled with novel techniques for symbolic execution in this thesis.

【 预 览 】
附件列表
Files Size Format View
Finding race conditions in kernels: The symbolic way and the fuzzy way 2674KB PDF download
  文献评价指标  
  下载次数:12次 浏览次数:51次