English

Software Vulnerability Detection Using a Lightweight Graph Neural Network

Software Engineering 2026-04-01 v1 Artificial Intelligence Cryptography and Security Machine Learning

Abstract

Large Language Models (LLMs) have emerged as a popular choice in vulnerability detection studies given their foundational capabilities, open source availability, and variety of models, but have limited scalability due to extensive compute requirements. Using the natural graph relational structure of code, we show that our proposed graph neural network (GNN) based deep learning model VulGNN for vulnerability detection can achieve performance almost on par with LLMs, but is 100 times smaller in size and fast to retrain and customize. We describe the VulGNN architecture, ablation studies on components, learning rates, and generalizability to different code datasets. As a lightweight model for vulnerability analysis, VulGNN is efficient and deployable at the edge as part of real-world software development pipelines.

Keywords

Cite

@article{arxiv.2603.29216,
  title  = {Software Vulnerability Detection Using a Lightweight Graph Neural Network},
  author = {Miles Farmer and Ekincan Ufuktepe and Anne Watson and Hialo Muniz Carvalho and Vadim Okun and Zineb Maasaoui and Kannappan Palaniappan},
  journal= {arXiv preprint arXiv:2603.29216},
  year   = {2026}
}

Comments

12 pages, 3 figures, preprint of journal submission