Cybersecurity (Nov 2023)

Graph neural network based approach to automatically assigning common weakness enumeration identifiers for vulnerabilities

  • Peng Liu,
  • Wenzhe Ye,
  • Haiying Duan,
  • Xianxian Li,
  • Shuyi Zhang,
  • Chuanjian Yao,
  • Yongnan Li

DOI
https://doi.org/10.1186/s42400-023-00160-1
Journal volume & issue
Vol. 6, no. 1
pp. 1 – 15

Abstract

Read online

Abstract Vulnerability reports are essential for improving software security since they record key information on vulnerabilities. In a report, CWE denotes the weakness of the vulnerability and thus helps quickly understand the cause of the vulnerability. Therefore, CWE assignment is useful for categorizing newly discovered vulnerabilities. In this paper, we propose an automatic CWE assignment method with graph neural networks. First, we prepare a dataset that contains 3394 real world vulnerabilities from Linux, OpenSSL, Wireshark and many other software programs. Then, we extract statements with vulnerability syntax features from these vulnerabilities and use program slicing to slice them according to the categories of syntax features. On top of slices, we represent these slices with graphs that characterize the data dependency and control dependency between statements. Finally, we employ the graph neural networks to learn the hidden information from these graphs and leverage the Siamese network to compute the similarity between vulnerability functions, thereby assigning CWE IDs for these vulnerabilities. The experimental results show that the proposed method is effective compared to existing methods.

Keywords