CRAISEJan 2, 2024

LLbezpeky: Leveraging Large Language Models for Vulnerability Detection

arXiv:2401.01269v232 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the challenge of effective vulnerability detection for Android developers, though it appears incremental as it applies existing LLMs to a specific domain.

The paper tackled the problem of detecting vulnerabilities in Android applications by leveraging Large Language Models (LLMs), achieving a 91.67% success rate in correctly flagging insecure apps on the Ghera benchmark.

Despite the continued research and progress in building secure systems, Android applications continue to be ridden with vulnerabilities, necessitating effective detection methods. Current strategies involving static and dynamic analysis tools come with limitations like overwhelming number of false positives and limited scope of analysis which make either difficult to adopt. Over the past years, machine learning based approaches have been extensively explored for vulnerability detection, but its real-world applicability is constrained by data requirements and feature engineering challenges. Large Language Models (LLMs), with their vast parameters, have shown tremendous potential in understanding semnatics in human as well as programming languages. We dive into the efficacy of LLMs for detecting vulnerabilities in the context of Android security. We focus on building an AI-driven workflow to assist developers in identifying and rectifying vulnerabilities. Our experiments show that LLMs outperform our expectations in finding issues within applications correctly flagging insecure apps in 91.67% of cases in the Ghera benchmark. We use inferences from our experiments towards building a robust and actionable vulnerability detection system and demonstrate its effectiveness. Our experiments also shed light on how different various simple configurations can affect the True Positive (TP) and False Positive (FP) rates.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes