VEX-Bench: Benchmarking LLM Agents for Assessing Exploitability of Software Supply Chain Vulnerabilities

📅 2026-09-07
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
本文通过引入VEX-Bench,评估大型语言模型代理在判断软件供应链中已知漏洞是否可被利用方面的能力,以解决现有防御机制误报多的问题。
📝 Abstract
The software supply chain has become an increasingly exposed attack surface because of its reliance on intricate yet fragile dependencies. Existing defenses such as GitHub Dependabot often raise many false alerts because their coarse-grained matching cannot determine whether a vulnerable dependency is actually exploitable. Security analysts typically spend substantial time assessing vulnerability exploitability case by case. Recent LLM agents have emerged as promising candidates for this task given their advanced capabilities in coding and cybersecurity, yet no existing benchmark evaluates them on it. Prior benchmarks target zero-day settings, where agents detect and exploit previously unknown vulnerabilities. In contrast, software supply chain security focuses on how known vulnerabilities in upstream dependencies affect downstream projects. This requires agents to reason across repositories and determine whether an upstream vulnerability is exploitable in the downstream project. To address this gap, we introduce VEX-Bench, the first benchmark for evaluating LLM agents'ability to assess the exploitability of software supply chain vulnerabilities. It contains 75 real-world cases mined from GitHub and labeled by security experts, covering Python, Java, and Go. We evaluate nine models across three agent harnesses. While GPT-5.5 and Claude Opus 4.6 reach approximately 80% F1 on binary vulnerability-status classification, only GPT-5.5 surpasses 70% macro-F1 on fine-grained justification classification. This gap highlights the challenge of moving beyond binary exploitability assessment to identifying fine-grained exploitability reasons. Code and data: https://github.com/steven1518/vex-bench
Problem

Research questions and friction points this paper is trying to address.

software supply chain
vulnerability exploitability
false alerts
Innovation

Methods, ideas, or system contributions that make the work stand out.

VEX-Bench
software supply chain
vulnerability exploitability
LLM agents
cross-repository reasoning
🔎 Similar Papers
No similar papers found.
Jiahao Shi
Jiahao Shi
PhD Student, University of Michigan
Stochastic OptimizationDerivative-free OptimizationNonlinear OptimizationMachine Learning
E
Edward Tsien
Red Hat
Y
Yifeng Di
Department of Computer Science, Purdue University
H
Hongjiao Zhang
Red Hat
Yuan Tang
Yuan Tang
Red Hat
R
Ronit Dey
Red Hat
I
Ilona Shishov
Red Hat
G
Gal Netanel
Red Hat
Z
Zvi Grinberg
Red Hat
V
Vladimir Belousov
Red Hat
B
Bat-Zion Rotman
Red Hat
I
Ilan Pinto
Red Hat
Tianyi Zhang
Tianyi Zhang
Assistant Professor of Computer Science, Purdue University
Software EngineeringHuman-Computer InteractionLarge Language Models