English

Investigating Coverage Guided Fuzzing with Mutation Testing

Software Engineering 2022-05-03 v2

Abstract

Coverage guided fuzzing (CGF) is an effective testing technique which has detected hundreds of thousands of bugs from various software applications. It focuses on maximizing code coverage to reveal more bugs during fuzzing. However, a higher coverage does not necessarily imply a better fault detection capability. Triggering a bug involves not only exercising the specific program path but also reaching interesting program states in that path. In this paper, we use mutation testing to improve CGF in detecting bugs. We use mutation scores as feedback to guide fuzzing towards detecting bugs rather than just covering code. To evaluate our approach, we conduct a well-designed experiment on 5 benchmarks. We choose the state-of-the-art fuzzing technique Zest as baseline and construct two modified techniques on it using our approach. The experimental results show that our approach can improve CGF in both code coverage and bug detection.

Keywords

Cite

@article{arxiv.2203.06910,
  title  = {Investigating Coverage Guided Fuzzing with Mutation Testing},
  author = {Ruixiang Qian and Quanjun Zhang and Chunrong Fang and Lihua Guo},
  journal= {arXiv preprint arXiv:2203.06910},
  year   = {2022}
}

Comments

Accepted by Internetware 2022, conference, 10 pages

R2 v1 2026-06-24T10:11:59.266Z