paper-with-me

Papers

VulDeePecker: A Deep Learning-Based System for Vulnerability Detection

2018-01-05 · Zhen Li, Deqing Zou, Shouhuai Xu, Xinyu Ou, Hai Jin, Sujuan Wang, Zhijun Deng, Yuyi Zhong

The automatic detection of software vulnerabilities is an important research problem. However, existing solutions to this problem rely on human experts to define features and often miss many vulnerabilities (i.e., incurring high false negative rate). In this paper, we initiate the study of using deep learning-based vulnerability detection to relieve human experts from the tedious and subjective task of manually defining features. Since deep learning is motivated to deal with problems that are very different from the problem of vulnerability detection, we need some guiding principles for applying deep learning to vulnerability detection. In particular, we need to find representations of software programs that are suitable for deep learning. For this purpose, we propose using code gadgets to represent programs and then transform them into vectors, where a code gadget is a number of (not necessarily consecutive) lines of code that are semantically related to each other. This leads to the design and implementation of a deep learning-based vulnerability detection system, called Vulnerability Deep Pecker (VulDeePecker). In order to evaluate VulDeePecker, we present the first vulnerability dataset for deep learning approaches. Experimental results show that VulDeePecker can achieve much fewer false negatives (with reasonable false positives) than other approaches. We further apply VulDeePecker to 3 software products (namely Xen, Seamonkey, and Libav) and detect 4 vulnerabilities, which are not reported in the National Vulnerability Database but were "silently" patched by the vendors when releasing later versions of these products; in contrast, these vulnerabilities are almost entirely missed by the other vulnerability detection systems we experimented with.

📄 PDF Abstract BibTeX arXiv:1801.01681

Code (5)

CGCL-codes/VulDeePecker 공식 구현
dascimal-org/MDSeqVAE/blob/master/VulDeePeck.py tf
fanbyprinciple/Machine-Learning-For-Cyber-Security tf
johnb110/vdpython
messi-q/rechecker tf

Tasks

Deep LearningVulnerability Detection

Similar Papers 제목 키워드 기반

$μ$VulDeePecker: A Deep Learning-Based System for Multiclass Vulnerability Detection

2020-01-08 · Deqing Zou, Sujuan Wang, Shouhuai Xu, Zhen Li 외

Fine-grained software vulnerability detection is an important and challenging problem. Ideally, a detection system (or detector) not only should be able to detect whether or not a program contains vulnerabilities, but al…

Binary ClassificationGeneral ClassificationVulnerability Detection

VulBERTa: Simplified Source Code Pre-Training for Vulnerability Detection

2022-05-25 · Hazim Hanif, Sergio Maffeis

This paper presents VulBERTa, a deep learning approach to detect security vulnerabilities in source code. Our approach pre-trains a RoBERTa model with a custom tokenisation pipeline on real-world code from open-source C/…

Vulnerability Detection

XGV-BERT: Leveraging Contextualized Language Model and Graph Neural Network for Efficient Software Vulnerability Detection

2023-09-26 · Vu Le Anh Quan, Chau Thuan Phat, Kiet Van Nguyen, Phan The Duy 외

With the advancement of deep learning (DL) in various fields, there are many attempts to reveal software vulnerabilities by data-driven approach. Nonetheless, such existing works lack the effective representation that ca…

Graph Neural NetworkLanguage ModelingLanguage ModellingTransfer Learning+1

VulStyle: A Multi-Modal Pre-Training for Code Stylometry-Augmented Vulnerability Detection

2026-04-29 · Chidera Biringa, Ajmal Abbas, Vishnu Selvaraj, Gokhan Kul arxiv

We present VulStyle, a multi-modal software vulnerability detection model that jointly encodes function-level source code, non-terminal Abstract Syntax Tree (AST) structure, and code stylometry (CStyle) features. Prior w…

Vulnerability Detection

VulCNN: An Image-inspired Scalable Vulnerability Detection System

2022-06-20 · International Conference on Software Engineering 2022 6 · Yueming Wu, Deqing Zou, Shihan Dou, Wei Yang 외

Since deep learning (DL) can automatically learn features from source code, it has been widely used to detect source code vulnerability. To achieve scalable vulnerability scanning, some prior studies intent to process th…

image-classificationImage ClassificationVulnerability Detection