MEGA Hub

HoF-Bench: Rediscovering Real AI-Discovered CVEs Without Frontier Models

Authors

Do you know Petr Simecek?You can claim authorship or link another user.Do you know Elnaz Babayeva?You can claim authorship or link another user.Do you know Jiri Balhar?You can claim authorship or link another user.Do you know Michal Bida?You can claim authorship or link another user.Do you know Michal Buran?You can claim authorship or link another user.Do you know Vaclav Cadek?You can claim authorship or link another user.Do you know Luigino Camastra?You can claim authorship or link another user.Do you know Tomas Dulka?You can claim authorship or link another user.Do you know Michal Janocko?You can claim authorship or link another user.Do you know Tomas Klohna?You can claim authorship or link another user.Do you know Pavel Kohout?You can claim authorship or link another user.Do you know Ondrej Kokes?You can claim authorship or link another user.Do you know Adam Krivka?You can claim authorship or link another user.Do you know Jakub Kubik?You can claim authorship or link another user.Do you know Patrik Mada?You can claim authorship or link another user.Do you know Igor Morgenstern?You can claim authorship or link another user.Do you know Marek Pavelka?You can claim authorship or link another user.Do you know Joshua Rogers?You can claim authorship or link another user.Do you know Petr Stastny?You can claim authorship or link another user.Do you know Jan Tattermusch?You can claim authorship or link another user.Do you know Dmitrijs Trizna?You can claim authorship or link another user.Do you know Martin Votruba?You can claim authorship or link another user.Do you know Guido Vranken?You can claim authorship or link another user.Do you know Jakub Zikl?You can claim authorship or link another user.Do you know Evelina Gabasova?You can claim authorship or link another user.Do you know Stanislav Fort?You can claim authorship or link another user.

Abstract

LLM-based analyzers have begun finding real vulnerabilities in mature open-source projects: AISLE's analyzer is credited with more than 280 CVEs across 78 projects, including OpenSSL, curl, and GnuTLS. We introduce HoF-Bench (named after AISLE's public Hall of Fame), a benchmark built from 95 of these public AI-discovered CVEs across eight repositories pinned at vulnerable commits. Analyzers receive source and target-file scope but not CVE identifiers, descriptions, fixes, or expected mechanisms; a detector-blinded frontier-model judge credits only findings that identify the same code path, root cause, attack condition, and impact. A deliberately minimal LLM-based analyzer rediscovers up to 65 of the 95 CVEs (68%) under this strict protocol. No frontier model performs detection anywhere in the study. The ten detector backbones are five open-weight models (21B--284B total parameters, 3--13B active) and five proprietary small or "flash"-tier models. All of them run in the fixed scaffold with four repeated passes, an optional generated-context stage, and a replayable multi-round triage stage (7,600 model--CVE pass records). Difficulty is strongly structured by language; the CVEs missed by every model concentrate in C infrastructure code. HoF-Bench provides a compact test bed for comparing vulnerability scanners, their reliability across repeated runs, and the candidate volume they create. The dataset is available at https://huggingface.co/datasets/aisleinc/HoF-Bench.

Community

00

Publication notes

Author note
15 pages, 6 figures. Benchmark repository: https://github.com/weareaisle/HoF-Bench