Motivated by
href="https://www.nist.gov/news-events/news/2026/04/nist-updates-nvd-operations-address-record-cve-growth"
target="_blank"
rel="noopener noreferrer"
>NIST's struggle to keep up with record CVE growth,
I built a temporal benchmark using 2022–2023 CVEs for training
and 2024 CVEs for testing. From the CVE description alone, I
predicted severity, CWE, CVSS score, and vector attributes.
TF-IDF baselines scored higher than zero-shot 70B+ models on
severity and CWE, while rare classes and attributes that required
inference remained difficult.
Question
Do very large language models outperform simpler text models
for CVE enrichment?
Result
TF-IDF reached 67.3% severity and 65.1% CWE accuracy on
36,205 held-out CVEs; Qwen-72B reached 61.1% and 62.1%
on a 500-CVE zero-shot sample.