A Tree-based Structure Mutation Method for Network Protocol Fuzzing

Konferenz: ISCTT 2021 - 6th International Conference on Information Science, Computer Technology and Transportation
26.11.2021 - 28.11.2021 in Xishuangbanna, China

Tagungsband: ISCTT 2021

Seiten: 6Sprache: EnglischTyp: PDF

Persönliche VDE-Mitglieder erhalten auf diesen Artikel 10% Rabatt

Autoren:
Yang, Rui; Jing, Jing; Qi, Xuyan; Zheng, Hongbing (State Key Laboratory of Mathematical Engineering and Advanced Computing, Zhengzhou, China)

Inhalt:
It is difficult to fuzz the protocol because the format of network protocol is complex and often involves syntax and semantic constraints. Traditional fuzzing often makes a trade-off between the validity of protocol message and mutation space when applied to network protocol. In this paper, we present a tree-based structure mutation method for network protocols. Firstly, the test template is parsed into a tree structure, then the tree nodes are mutated specifically, and finally the test message is reassembled for fuzzing. To demonstrate the effectiveness of our method, we evaluated it on three protocol programs, and the results show compared with the traditional mutation-based and grammar-based method, the tree-based structure mutation method can further expand the mutation space while ensuring the efficiency of the message, and has a higher probability of discovering program paths and triggering vulnerabilities.