Memfuzz: Using memory accesses to guide fuzzing
N Coppik, O Schwahn, N Suri - 2019 12th IEEE Conference on …, 2019 - ieeexplore.ieee.org
N Coppik, O Schwahn, N Suri
2019 12th IEEE Conference on Software Testing, Validation and …, 2019•ieeexplore.ieee.orgFuzzing is a form of random testing that is widely used for finding bugs and vulnerabilities.
State of the art approaches commonly leverage information about the control flow of prior
executions of the program under test to decide which inputs to mutate further. By relying
solely on control flow information to characterize executions, such approaches may miss
relevant differences. We propose augmenting evolutionary fuzzing by additionally
leveraging information about memory accesses performed by the target program. The …
State of the art approaches commonly leverage information about the control flow of prior
executions of the program under test to decide which inputs to mutate further. By relying
solely on control flow information to characterize executions, such approaches may miss
relevant differences. We propose augmenting evolutionary fuzzing by additionally
leveraging information about memory accesses performed by the target program. The …
Fuzzing is a form of random testing that is widely used for finding bugs and vulnerabilities. State of the art approaches commonly leverage information about the control flow of prior executions of the program under test to decide which inputs to mutate further. By relying solely on control flow information to characterize executions, such approaches may miss relevant differences. We propose augmenting evolutionary fuzzing by additionally leveraging information about memory accesses performed by the target program. The resulting approach can leverage more sophisticated information about the execution of the target program, enhancing the effectiveness of the evolutionary fuzzing. We implement our approach as a modification of the widely used AFL fuzzer and evaluate our implementation on three widely used target applications. We find distinct crashes from those detected by AFL for all three targets in our evaluation.
ieeexplore.ieee.org