paper-with-me

Papers

LLMpatronous: Harnessing the Power of LLMs For Vulnerability Detection

2025-04-25 · Rajesh Yarra

Despite the transformative impact of Artificial Intelligence (AI) across various sectors, cyber security continues to rely on traditional static and dynamic analysis tools, hampered by high false positive rates and superficial code comprehension. While generative AI offers promising automation capabilities for software development, leveraging Large Language Models (LLMs) for vulnerability detection presents unique challenges. This paper explores the potential and limitations of LLMs in identifying vulnerabilities, acknowledging inherent weaknesses such as hallucinations, limited context length, and knowledge cut-offs. Previous attempts employing machine learning models for vulnerability detection have proven ineffective due to limited real-world applicability, feature engineering challenges, lack of contextual understanding, and the complexities of training models to keep pace with the evolving threat landscape. Therefore, we propose a robust AI-driven approach focused on mitigating these limitations and ensuring the quality and reliability of LLM based vulnerability detection. Through innovative methodologies combining Retrieval-Augmented Generation (RAG) and Mixtureof-Agents (MoA), this research seeks to leverage the strengths of LLMs while addressing their weaknesses, ultimately paving the way for dependable and efficient AI-powered solutions in securing the ever-evolving software landscape.

📄 PDF Abstract BibTeX arXiv:2504.18423

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringRAGRetrieval-augmented GenerationVulnerability Detection

Similar Papers 제목 키워드 기반

Harnessing the Power of LLMs in Source Code Vulnerability Detection

2024-08-07 · Andrew A Mahyari

Software vulnerabilities, caused by unintentional flaws in source code, are a primary root cause of cyberattacks. Static analysis of source code has been widely used to detect these unintentional defects introduced by so…

Vulnerability Detection

Harnessing Large Language Models for Software Vulnerability Detection: A Comprehensive Benchmarking Study

2024-05-24 · Karl Tamberg, Hayretdin Bahsi

Despite various approaches being employed to detect vulnerabilities, the number of reported vulnerabilities shows an upward trend over the years. This suggests the problems are not caught before the code is released, whi…

BenchmarkingVulnerability Detection

Large Language Model-Powered Smart Contract Vulnerability Detection: New Perspectives

2023-10-02 · Sihao Hu, Tiansheng Huang, Fatih İlhan, Selim Furkan Tekin 외

This paper provides a systematic analysis of the opportunities, challenges, and potential solutions of harnessing Large Language Models (LLMs) such as GPT-4 to dig out vulnerabilities within smart contracts based on our …

Language ModelingLanguage ModellingLarge Language ModelVulnerability Detection

LProtector: An LLM-driven Vulnerability Detection System

2024-11-10 · Ze Sheng, Fenghua Wu, Xiangwu Zuo, Chao Li 외

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, trad…

Binary ClassificationLanguage ModelingLanguage ModellingLarge Language Model+4

How Far Have We Gone in Vulnerability Detection Using Large Language Models

2023-11-21 · Zeyu Gao, Hao Wang, Yuchen Zhou, Wenyu Zhu 외

As software becomes increasingly complex and prone to vulnerabilities, automated vulnerability detection is critically important, yet challenging. Given the significant successes of large language models (LLMs) in variou…

Vulnerability Detection