@inproceedings{7a91f124fd7c411690d36ef74bc5950e,
title = "CRAXfuzz: Target-Aware Symbolic Fuzz Testing",
abstract = "Vulnerabilities are caused by implementation bugs, such as buffer overflow, integer overflow, uncontrolled format strings, and command injection flaws. They are often exploited to intrude software systems. In order to reduce software bugs, testing techniques are proposed. The recent technique to discover security-related bugs is fuzz testing. However, traditional fuzzers can only find bugs when program exceptions, especially crashes, raised. Some security threats may pass these tests due to insufficient code coverage. In this paper, we introduce a software testing framework based on symbolic execution using S2E, a whole system symbolic execution engine. When a program executes our pre-defined security sensitive functions, such as malloc, strcpy or printf, our framework will initiate a triage process. The process will determine whether any related security vulnerabilities would possibly occur in these functions automatically. We successfully and efficiently reproduce 12 previously known vulnerabilities from normal input data within 100 seconds for large applications such as Tiff, VIM, and MPlayer. Our tool can help developers locate bugs faster, and improve the efficiency of software quality maintenance.",
keywords = "Fuzz testing, Software testing, Symbolic execution, Vulnerability",
author = "Yeh, {Chao Chun} and Hsiang Chung and Shih-Kun Huang",
year = "2015",
month = sep,
day = "21",
doi = "10.1109/COMPSAC.2015.99",
language = "English",
series = "Proceedings - International Computer Software and Applications Conference",
publisher = "IEEE Computer Society",
pages = "460--471",
editor = "Gang Huang and Jingwei Yang and Ahamed, {Sheikh Iqbal} and Pao-Ann Hsiung and Chang, {Carl K.} and William Chu and Ivica Crnkovic",
booktitle = "Proceedings - 2015 IEEE 39th Annual Computer Software and Applications Conference, COMPSAC 2015",
address = "United States",
note = "39th IEEE Annual Computer Software and Applications Conference, COMPSAC 2015 ; Conference date: 01-07-2015 Through 05-07-2015",
}