ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2101.00612
151
2
v1v2 (latest)

AlphaFuzz: Evolutionary Mutation-based Fuzzing as Monte Carlo Tree Search

3 January 2021
Yiru Zhao
Xiaoke Wang
Lei Zhao
Yueqiang Cheng
ArXiv (abs)PDFHTML
Abstract

Fuzzing is becoming more and more popular in the field of vulnerability detection. In the process of fuzzing, seed selection strategy plays an important role in guiding the evolution direction of fuzzing. However, the SOTA fuzzers only focus on individual uncertainty, neglecting the multi-factor uncertainty caused by both randomization and evolution. In this paper, we consider seed selection in fuzzing as a large-scale online planning problem under uncertainty. We propose \mytool which is a new intelligent seed selection strategy. In Alpha-Fuzz, we leverage the MCTS algorithm to deal with the effects of the uncertainty of randomization and evolution of fuzzing. Especially, we analyze the role of the evolutionary relationship between seeds in the process of fuzzing, and propose a new tree policy and a new default policy to make the MCTS algorithm better adapt to the fuzzing. We compared \mytool with four state-of-the-art fuzzers in 12 real-world applications and LAVA-M data set. The experimental results show that \mytool could find more bugs on lava-M and outperforms other tools in terms of code coverage and number of bugs discovered in the real-world applications. In addition, we tested the compatibility of \mytool, and the results showed that \mytool could improve the performance of existing tools such as MOPT and QSYM.

View on arXiv
Comments on this paper