SEMar 13, 2018

Reviewing KLEE's Sonar-Search Strategy in Context of Greybox Fuzzing

arXiv:1803.04881v14 citations
Originality Incremental advance
AI Analysis

This work addresses the need for better vulnerability discovery in software testing, though it appears incremental as it builds on existing methods like KLEE and greybox fuzzing.

The paper tackles the problem of low path coverage in symbolic execution and fuzzing by proposing a compositional analysis at the function level, resulting in a greybox fuzzing method that achieves higher function coverage than symbolic execution and discovers more vulnerabilities.

Automatic test-case generation techniques of symbolic execution and fuzzing are the most widely used methods to discover vulnerabilities in, both, academia and industry. However, both these methods suffer from fundamental drawbacks that stop them from achieving high path coverage that may, consequently, lead to discovering vulnerabilities at the numerical scale of static analysis. In this presentation, we examine systems-under-test (SUTs) at the granularity level of functions and postulate that achieving higher function coverage (execution of functions in a program at least once) than, both, symbolic execution and fuzzing may be a necessary condition for discovering more vulnerabilities than both. We will start this presentation with the design of a targeted search strategy for KLEE, sonar-search, that prioritizes paths leading to a target function, rather than maximizing overall path coverage in the program. Then, we will show that examining SUTs at the level of functions (compositional analysis) leads to discovering more vulnerabilities than symbolic execution from a single entry point. Using this finding, we will, then, demonstrate a greybox fuzzing method that can achieve higher function coverage than symbolic execution. Finally, we will present a framework to effectively manage vulnerabilities and assess their severities.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes