基于系统调用接口的Windows驱动程序漏洞挖掘方法

WINDOWS DRIVER VULNERABILITY MINING METHOD BASED ON SYSTEM CALL INTERFACE

  • 摘要: 面向Windows内核和驱动程序的模糊测试有无效种子变异和效率不高的问题。在基于系统调用接口的模糊测试的基础上使用Intel Processor Trace提供代码覆盖率进行驱动程序的漏洞挖掘,并通过维持接口参数数据结构进行针对性的数据变异,实现驱动程序的模糊测试框架——kifuzzer。实验证明,kifuzzer比其他针对ioctl(input/output control)的驱动程序挖掘方法效率大幅提高。

     

    Abstract: The fuzzing test for Windows kernel and driver has the problem of invalid seed mutation and low efficiency. On the basis of the fuzzing test based on the system call interface, Intel processor trace was used to provide code coverage for driver vulnerability mining, and by maintaining the interface parameter data structure for targeted data mutation, kifuzzer, the driver fuzzing test framework was realized. Experiments show that kifuzzer is much more efficient than other driver mining methods for ioctl (input/output control).

     

/

返回文章
返回