A neural-decompilation-to-classification pipeline reports 95% F1 binary and 83% multi-class vulnerability prediction on Juliet, with comparison and split caveats.
Stack-based Buffer Overflow Detection using Recurrent Neural Networks
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Detecting vulnerabilities in software is a critical challenge in the development and deployment of applications. One of the most known and dangerous vulnerabilities is stack-based buffer overflows, which may allow potential attackers to execute malicious code. In this paper we consider the use of modern machine learning models, specifically recurrent neural networks, to detect stack-based buffer overflow vulnerabilities in the assembly code of a program. Since assembly code is a generic and common representation, focusing on this language allows us to potentially consider programs written in several different programming languages. Moreover, we subscribe to the hypothesis that code may be treated as natural language, and thus we process assembly code using standard architectures commonly employed in natural language processing. We perform a set of experiments aimed at confirming the validity of the natural language hypothesis and the feasibility of using recurrent neural networks for detecting vulnerabilities. Our results show that our architecture is able to capture subtle stack-based buffer overflow vulnerabilities that strongly depend on the context, thus suggesting that this approach may be extended to real-world setting, as well as to other forms of vulnerability detection.
citation-role summary
citation-polarity summary
fields
cs.CR 1years
2024 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
Can Neural Decompilation Assist Vulnerability Prediction on Binary Code?
A neural-decompilation-to-classification pipeline reports 95% F1 binary and 83% multi-class vulnerability prediction on Juliet, with comparison and split caveats.