@article{Situ2021, 
author = {Ling-Yun Situ and Zhi-Qiang Zuo and Le Guan and Lin-Zhang Wang and Xuan-Dong Li and Jin Shi and Peng Liu},
title = {Vulnerable Region-Aware Greybox Fuzzing},
year = {2021},
journal = {Journal of Computer Science and Technology},
volume = {36},
number = {5},
pages = {1212-1228},
keywords = {vulnerability detection, greybox fuzzing, code metrics, resource distribution},
url = {https://www.sciopen.com/article/10.1007/s11390-021-1196-0},
doi = {10.1007/s11390-021-1196-0},
abstract = {Fuzzing is known to be one of the most effective techniques to uncover security vulnerabilities of large-scale software systems. During fuzzing, it is crucial to distribute the fuzzing resource appropriately so as to achieve the best fuzzing performance under a limited budget. Existing distribution strategies of American Fuzzy Lop (AFL) based greybox fuzzing focus on increasing coverage blindly without considering the metrics of code regions, thus lacking the insight regarding which region is more likely to be vulnerable and deserves more fuzzing resources. We tackle the above drawback by proposing a vulnerable region-aware greybox fuzzing approach. Specifically, we distribute more fuzzing resources towards regions that are more likely to be vulnerable based on four kinds of code metrics. We implemented the approach as an extension to AFL named RegionFuzz. Large-scale experimental evaluations validate the effectiveness and efficiency of RegionFuzz-11 new bugs including three new CVEs are successfully uncovered by RegionFuzz.}
}