Publication | Closed Access
Cerebro: context-aware adaptive fuzzing for effective vulnerability detection
90
Citations
37
References
2019
Year
Unknown Venue
Software MaintenanceEngineeringComputer ArchitectureSoftware EngineeringProgram CoverageGreybox FuzzersSoftware AnalysisContext-aware Adaptive FuzzingVulnerability Assessment (Computing)Systems EngineeringFuzzingParallel ComputingSearch-based Software EngineeringFuzzing ProcessComputer EngineeringComputer ScienceProgram OptimizationStatic Program AnalysisSoftware DesignSecurity Testing MethodProgram AnalysisSoftware TestingParallel ProgrammingSymbolic Execution
Existing greybox fuzzers mainly utilize program coverage as the goal to guide the fuzzing process. To maximize their outputs, coverage-based greybox fuzzers need to evaluate the quality of seeds properly, which involves making two decisions: 1) which is the most promising seed to fuzz next (seed prioritization), and 2) how many efforts should be made to the current seed (power scheduling). In this paper, we present our fuzzer, Cerebro, to address the above challenges. For the seed prioritization problem, we propose an online multi-objective based algorithm to balance various metrics such as code complexity, coverage, execution time, etc. To address the power scheduling problem, we introduce the concept of input potential to measure the complexity of uncovered code and propose a cost-effective algorithm to update it dynamically. Unlike previous approaches where the fuzzer evaluates an input solely based on the execution traces that it has covered, Cerebro is able to foresee the benefits of fuzzing the input by adaptively evaluating its input potential. We perform a thorough evaluation for Cerebro on 8 different real-world programs. The experiments show that Cerebro can find more vulnerabilities and achieve better coverage than state-of-the-art fuzzers such as AFL and AFLFast.
| Year | Citations | |
|---|---|---|
Page 1
Page 1