Efficient file fuzz testing using automated analysis of binary file format

  • Kim, Hyoung Chun
  • Choi, Young Han
  • Lee, Dong Hoon
Citations

WEB OF SCIENCE

18
Citations

SCOPUS

23

초록

Fuzz testing is regarded as the most useful technique in finding serious security holes in a software system. It inserts unexpected data into the input of the software system and finds the system's bugs or errors. However, one of the disadvantages that fuzz testing executed using binary files has is that it requires a large number of fault-inserted files to cover every test case, which could be up to 2(8xFILESIZE) files. In order to overcome this drawback, we propose a novel algorithm that efficiently reduces the number of fault-inserted files, yet still maintain the maximum test case coverage. The proposed approach enables the automatic analysis of fields of binary files by tracking and analyzing stack frames, assembly codes, and registers as the software system parses the files. We evaluate the efficacy of the new method by implementing a practical tool, the Binary File Analyzer and Fault Injector (BFAFI), which traces the program execution and analyzes the fields in binary file format Our experiments demonstrate that the BFAFI reduced the total number of fault-inserted files with maximum test case coverage as well as detected approximately 14 times more exceptions than did the general fuzzer. Also, the BFAFI found 11 causes of exceptions; five of them were found only by BFAFI. Ten of the 11 causes of exceptions that we found were generated by a graphic rendering engine (GDI32.d11): the other was generated by the system library (kerne132.d11.) in Windows XP SP2. (C) 2010 Elsevier B.V. All rights reserved.

키워드

Software testingFuzzingSecurity testing
제목
Efficient file fuzz testing using automated analysis of binary file format
저자
Kim, Hyoung ChunChoi, Young HanLee, Dong Hoon
DOI
10.1016/j.sysarc.2010.03.002
발행일
2011-03
유형
Article
저널명
Journal of Systems Architecture
57
3
페이지
259 ~ 268