首页 | 本学科首页   官方微博 | 高级检索  
     

基于符号执行与模糊测试的混合测试方法
引用本文:谢肖飞,李晓红,陈翔,孟国柱,刘杨.基于符号执行与模糊测试的混合测试方法[J].软件学报,2019,30(10):3071-3089.
作者姓名:谢肖飞  李晓红  陈翔  孟国柱  刘杨
作者单位:天津市先进网络重点实验室(天津大学), 天津 300050,天津市先进网络重点实验室(天津大学), 天津 300050,南通大学 计算机科学与技术学院, 江苏 南通 226019,信息安全国家重点研究室(中国科学院 信息工程研究所), 北京 100093,School of Computer Science and Engineering, Nanyang Technological University 639798, Singapore
基金项目:国家自然科学基金(61572349,61272106)
摘    要:软件测试是保障软件质量的常用方法,如何获得高覆盖率是测试中十分重要且具有挑战性的研究问题.模糊测试与符号执行作为两大主流测试技术已被广泛研究并应用到学术界与工业界中,这两种技术都具有一定的优缺点:模糊测试随机变异生成测试用例并动态执行程序,可以执行并覆盖到较深的分支,但其很难通过变异的方法生成覆盖到复杂条件分支的测试用例.而符号执行依赖约束求解器,可以生成覆盖复杂条件分支的测试用例,但在符号化执行过程中往往会出现状态爆炸问题,因此很难覆盖到较深的分支.有工作已经证明,将符号执行与模糊测试相结合可以获得比单独使用模糊测试或者符号执行更好的效果.分析符号执行与模糊测试的优缺点,提出了一种基于分支覆盖将两种方法结合的混合测试方法——Afleer,结合双方优点从而可以生成具有更高分支覆盖率的测试用例.具体来说,模糊测试(例如AFL)为程序快速生成大量可以覆盖较深分支的测试用例,符号执行(例如KLEE)基于模糊测试的覆盖信息进行搜索,仅为未覆盖到的分支生成测试用例.为了验证Afleer的有效性,选取标准程序集LAVA-M以及实际项目oSIP作为评测对象,以漏洞检测能力以及覆盖能力作为评测指标.实验结果表明:(1)在漏洞检测能力上,Afleer总共可以发现755个漏洞,而AFL仅发现1个;(2)在覆盖能力上,Afleer在标准程序集上以及实际项目中都有不同程度的提升.其中,在oSIP中,Afleer比AFL在分支覆盖率上提高2.4倍,在路径覆盖率上提升6.1倍.除此之外,Afleer在oSIP中还检测出一个新的漏洞.

关 键 词:软件质量保障  模糊测试  符号执行  测试用例生成
收稿时间:2018/8/29 0:00:00
修稿时间:2018/10/31 0:00:00

Hybrid Testing Based on Symbolic Execution and Fuzzing
XIE Xiao-Fei,LI Xiao-Hong,CHEN Xiang,MENG Guo-Zhu and LIU Yang.Hybrid Testing Based on Symbolic Execution and Fuzzing[J].Journal of Software,2019,30(10):3071-3089.
Authors:XIE Xiao-Fei  LI Xiao-Hong  CHEN Xiang  MENG Guo-Zhu and LIU Yang
Affiliation:Tianjin Key Laboratory of Advanced Networking(Tianjin University), Tianjin 300050, China,Tianjin Key Laboratory of Advanced Networking(Tianjin University), Tianjin 300050, China,School of Computer Science and Technology, Nantong University, Nantong 226019, China,State Key Laboratory of Information Security(Institute of Information Engineering, Chinese Academy of Sciences), Beijing 100093, China and School of Computer Science and Engineering, Nanyang Technological University 639798, Singapore
Abstract:Software testing is a common way to guarantee software quality. How to achieve high coverage is a very important and challenging goal in testing. Fuzz testing and symbolic execution, as two mainstream testing techniques, have been widely studied and applied to academia and industry, both technologies have certain advantages and limitations. Fuzz testing can execute and cover deeper branches by randomly mutating test cases and dynamically executing programs. However, it is difficult to generate test cases that can cover complex conditional branches by random mutation. Symbolic execution can cover complex conditional branches with SMT solvers, but it is difficult to cover deeper branches due to state explosion during symbolic execution. Current works have shown that hybrid testing involving fuzzing and symbolic execution can archive better performance than fuzzing or symbolic execution. By analyzing the advantages and disadvantages in fuzzing and symbolic execution, this study proposes a branch coverage-based hybrid testing approach that combines the two methods with each other to achieve better test cases with high branch coverage. Specifically, fuzz testing (e.g., AFL) quickly generates a large number of test cases that can cover deeper branches, and symbolic execution (e.g., KLEE) performs a search based on the coverage of fuzz testing, and generating test cases for uncovered branches. To evaluate the effectiveness of Afleer, the study selects the standard benchmark LAVA-M and one real project oSIP as the evaluation object, and uses bug detection and coverage as the evaluation measures. The experimental results show that:1) For bug discovery, Afleer found 755 bugs while AFL only found 1; 2) For coverage, Afleer achieved some improvement on benchmarks and real project. In the project oSIP, Afleer increases the branch coverage by 2.4 times and the path coverage by 6.1 times. In addition, Afleer found a new bug in oSIP.
Keywords:software quality assurance  fuzz testing  symbolic execution  test case generation
点击此处可从《软件学报》浏览原始摘要信息
点击此处可从《软件学报》下载全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号