paper-with-me

Papers

LProtector: An LLM-driven Vulnerability Detection System

2024-11-10 · Ze Sheng, Fenghua Wu, Xiangwu Zuo, Chao Li, Yuxin Qiao, Lei Hang

This paper presents LProtector, an automated vulnerability detection system for C/C++ codebases driven by the large language model (LLM) GPT-4o and Retrieval-Augmented Generation (RAG). As software complexity grows, traditional methods face challenges in detecting vulnerabilities effectively. LProtector leverages GPT-4o's powerful code comprehension and generation capabilities to perform binary classification and identify vulnerabilities within target codebases. We conducted experiments on the Big-Vul dataset, showing that LProtector outperforms two state-of-the-art baselines in terms of F1 score, demonstrating the potential of integrating LLMs with vulnerability detection.

📄 PDF Abstract BibTeX arXiv:2411.06493

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationLanguage ModelingLanguage ModellingLarge Language ModelRAGRetrievalRetrieval-augmented GenerationVulnerability Detection

Similar Papers 제목 키워드 기반

A Systematic Study of Code Obfuscation Against LLM-based Vulnerability Detection

2025-12-18 · Xiao Li, Yue Li, Hao Wu, Yue Zhang 외 arxiv

As large language models (LLMs) are increasingly adopted for code vulnerability detection, their reliability and robustness across diverse vulnerability types have become a pressing concern. In traditional adversarial se…

Vulnerability Detection

Knowdit: Agentic Smart Contract Vulnerability Detection with Auditing Knowledge Summarization

2026-03-27 · Ziqiao Kong, Wanxu Xia, Chong Wang, Yue Xue 외 arxiv

Smart contracts govern billions of dollars in decentralized finance (DeFi), yet automated vulnerability detection remains challenging because many vulnerabilities are tightly coupled with project-specific business logic.…

Vulnerability Detection

HogVul: Black-box Adversarial Code Generation Framework Against LM-based Vulnerability Detectors

2026-01-09 · Jingxiao Yang, Ping He, Tianyu Du, Sun Bing 외 arxiv

Recent advances in software vulnerability detection have been driven by Language Model (LM)-based approaches. However, these models remain vulnerable to adversarial attacks that exploit lexical and syntax perturbations, …

Vulnerability DetectionCode Generation

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

Words Speak Louder Than Code: Investigating Cognitive Heuristics in LLM-Based Code Vulnerability Detection

2026-06-29 · Asif Shahriar, Hongyu Cai, Hadjer Benkraouda, Gang Wang 외 arxiv

Researchers and practitioners increasingly apply Large Language Models (LLMs) for automated vulnerability detection. Recent work has shown that LLMs are susceptible to the same cognitive heuristics that bias human judgme…

Vulnerability Detection