A Novel Method of Software Vulnerability Detection based on Fuzzing Technique

Xiaosong Zhang,Lin Shao,Jiong Zheng
DOI: https://doi.org/10.1109/ICACIA.2008.4770021
2008-01-01
Abstract:Buffer overflow vulnerabilities can cause attacks that result in serious consequences. However the techniques of buffer overflow vulnerability detection are limited to manual analysis, binary-patch comparison, fuzzing and so on. They rely on manual analysis, thus cause high overhead. In this paper, we propose a novel method of detection of buffer overflow vulnerabilities, which is based on fuzzing, data-flow dynamic analysis and automated exception analysis. This new method effectively improves the detection of unknown security vulnerabilities (0 Day). Moreover, it is more automated and has better performance in finding new security vulnerabilities.
What problem does this paper attempt to address?