From Model to Breach: Towards Actionable LLM-Generated Vulnerabilities Reporting
Cyril Vallez, Alexander Sternfeld, Andrei Kucharavy, Ljiljana Dolamic
TL;DR
This paper assesses the security of code generated by open-weight LLMs used as coding assistants and shows that vulnerabilities persist in realistic scenarios. It introduces Prompt Exposure ($PE$) and Model Exposure ($ME$), CVSS-compatible metrics that quantify the severity and prevalence of vulnerabilities induced by prompts and model choices, respectively. By extending the Asleep at the Keyboard (AATK) benchmark into an automated, CVSS-aware framework and applying static CodeQL analysis, dynamic testing, and human review, it demonstrates that a non-trivial fraction of generated code remains vulnerable across leading models. The work provides a principled method to rank model security via $ME$ and highlights the need for an end-to-end vulnerability reporting and patching pipeline to improve the safety of LLM-generated code in practice.
Abstract
As the role of Large Language Models (LLM)-based coding assistants in software development becomes more critical, so does the role of the bugs they generate in the overall cybersecurity landscape. While a number of LLM code security benchmarks have been proposed alongside approaches to improve the security of generated code, it remains unclear to what extent they have impacted widely used coding LLMs. Here, we show that even the latest open-weight models are vulnerable in the earliest reported vulnerability scenarios in a realistic use setting, suggesting that the safety-functionality trade-off has until now prevented effective patching of vulnerabilities. To help address this issue, we introduce a new severity metric that reflects the risk posed by an LLM-generated vulnerability, accounting for vulnerability severity, generation chance, and the formulation of the prompt that induces vulnerable code generation - Prompt Exposure (PE). To encourage the mitigation of the most serious and prevalent vulnerabilities, we use PE to define the Model Exposure (ME) score, which indicates the severity and prevalence of vulnerabilities a model generates.
