Multi-context Attention Fusion Neural Network for Software Vulnerability Identification
Anshul Tanwar, Hariharan Manikandan, Krishna Sundaresan, Prasanna, Ganesan, Sathish Kumar Chandrasekaran, Sriram Ravi

TL;DR
This paper introduces a novel deep learning model that combines recurrent, convolutional, and self-attention networks to accurately detect and localize security vulnerabilities in source code, improving explainability and efficiency.
Contribution
The paper proposes an Attention Fusion neural network that effectively detects and precisely locates vulnerabilities in source code using AST structures, with fewer parameters and high accuracy.
Findings
Achieves 98.40% F1-score on NIST SARD dataset.
Effectively combines multiple neural network architectures for vulnerability detection.
Provides explainability by pinpointing vulnerable code sections.
Abstract
Security issues in shipped code can lead to unforeseen device malfunction, system crashes or malicious exploitation by crackers, post-deployment. These vulnerabilities incur a cost of repair and foremost risk the credibility of the company. It is rewarding when these issues are detected and fixed well ahead of time, before release. Common Weakness Estimation (CWE) is a nomenclature describing general vulnerability patterns observed in C code. In this work, we propose a deep learning model that learns to detect some of the common categories of security vulnerabilities in source code efficiently. The AI architecture is an Attention Fusion model, that combines the effectiveness of recurrent, convolutional and self-attention networks towards decoding the vulnerability hotspots in code. Utilizing the code AST structure, our model builds an accurate understanding of code semantics with a lot…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsWeb Application Security Vulnerabilities · Software Engineering Research · Advanced Malware Detection Techniques
MethodsRepair
