English

LLM-based Vulnerability Discovery through the Lens of Code Metrics

Cryptography and Security 2025-09-24 v1 Machine Learning Software Engineering

Abstract

Large language models (LLMs) excel in many tasks of software engineering, yet progress in leveraging them for vulnerability discovery has stalled in recent years. To understand this phenomenon, we investigate LLMs through the lens of classic code metrics. Surprisingly, we find that a classifier trained solely on these metrics performs on par with state-of-the-art LLMs for vulnerability discovery. A root-cause analysis reveals a strong correlation and a causal effect between LLMs and code metrics: When the value of a metric is changed, LLM predictions tend to shift by a corresponding magnitude. This dependency suggests that LLMs operate at a similarly shallow level as code metrics, limiting their ability to grasp complex patterns and fully realize their potential in vulnerability discovery. Based on these findings, we derive recommendations on how research should more effectively address this challenge.

Keywords

Cite

@article{arxiv.2509.19117,
  title  = {LLM-based Vulnerability Discovery through the Lens of Code Metrics},
  author = {Felix Weissberg and Lukas Pirch and Erik Imgrund and Jonas Möller and Thorsten Eisenhofer and Konrad Rieck},
  journal= {arXiv preprint arXiv:2509.19117},
  year   = {2025}
}
R2 v1 2026-07-01T05:52:17.131Z