A Model-Based Fuzzing Approach for DBMS

Jiajie Wang,Puhan Zhang,Lei Zhang,Haowen Zhu,Xiaojun Ye
DOI: https://doi.org/10.1109/chinacom.2013.6694634
2013-01-01
Abstract:As one of critical components of information infra-structure, database management system (DBMS) faces various security challenges. Although fuzz testing has been used in the security evaluation of DBMS, most of current fuzzers focus on SQL syntax more than multi-phase interaction between the client and server of DBMS. This paper presents a model-based fuzzing approach to discover vulnerabilities of DBMSs, which supports state-aware and multi-phase fuzz testing. Based on the model-based fuzzing framework, a finite state machine model EXT-DBFSM is proposed to manipulate the fuzzing process and guarantee the validation of test cases. The approach is implemented and experimented on several DBMSs. The result has proved effectiveness of this approach, 14 vulnerabilities are discovered, including 10 unreleased ones.
What problem does this paper attempt to address?