paper-with-me

Papers

Automated Vulnerability Detection Using Deep Learning Technique

2024-10-29 · Guan-Yan Yang, Yi-Heng Ko, Farn Wang, Kuo-Hui Yeh, Haw-Shiang Chang, Hsueh-Yi Chen

Our work explores the utilization of deep learning, specifically leveraging the CodeBERT model, to enhance code security testing for Python applications by detecting SQL injection vulnerabilities. Unlike traditional security testing methods that may be slow and error-prone, our approach transforms source code into vector representations and trains a Long Short-Term Memory (LSTM) model to identify vulnerable patterns. When compared with existing static application security testing (SAST) tools, our model displays superior performance, achieving higher precision, recall, and F1-score. The study demonstrates that deep learning techniques, particularly with CodeBERT's advanced contextual understanding, can significantly improve vulnerability detection, presenting a scalable methodology applicable to various programming languages and vulnerability types.

📄 PDF Abstract BibTeX arXiv:2410.21968

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningVulnerability Detection

Methods 이 논문이 사용한 방법론

CodeBERT 설명 없음

Similar Papers 제목 키워드 기반

AVIATOR: Towards AI-Agentic Vulnerability Injection Workflow for High-Fidelity, Large-Scale Code Security Dataset

2025-08-28 · Amine Lbath, Massih-Reza Amini, Aurelien Delaitre, Vadim Okun arxiv

The increasing complexity of software systems and the sophistication of cyber-attacks have underscored the need for reliable automated software vulnerability detection. Data-driven approaches using deep learning models s…

Vulnerability DetectionData Augmentation

Automating the Detection of Code Vulnerabilities by Analyzing GitHub Issues

2025-01-09 · Daniele Cipollone, Changjie Wang, Mariano Scazzariello, Simone Ferlin 외

In today's digital landscape, the importance of timely and accurate vulnerability detection has significantly increased. This paper presents a novel approach that leverages transformer-based models and machine learning t…

Vulnerability Detection

VUDENC: Vulnerability Detection with Deep Learning on a Natural Codebase for Python

2022-01-20 · Laura Wartschinski, Yannic Noller, Thomas Vogel, Timo Kehrer 외

Context: Identifying potential vulnerable code is important to improve the security of our software systems. However, the manual detection of software vulnerabilities requires expert knowledge and is time-consuming, and …

Vulnerability Detection

EnStack: An Ensemble Stacking Framework of Large Language Models for Enhanced Vulnerability Detection in Source Code

2024-11-25 · Shahriyar Zaman Ridoy, Md. Shazzad Hossain Shaon, Alfredo Cuzzocrea, Mst Shapna Akter

Automated detection of software vulnerabilities is critical for enhancing security, yet existing methods often struggle with the complexity and diversity of modern codebases. In this paper, we introduce EnStack, a novel …

Vulnerability Detection

Toward Scalable Automated Repository-Level Datasets for Software Vulnerability Detection

2026-03-18 · Amine Lbath arxiv

Software vulnerabilities continue to grow in volume and remain difficult to detect in practice. Although learning-based vulnerability detection has progressed, existing benchmarks are largely function-centric and fail to…

Vulnerability Detection