Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion
Summary
This paper presents a reproducible pipeline for mapping CVEs to MITRE ATT&CK techniques using a curated gold dataset, and investigates the limits of using LLM-assisted labeling to expand training data, finding that LLM-generated labels do not reliably improve performance due to evaluation noise and label quality issues.
View Cached Full Text
Cached at: 07/29/26, 07:51 AM
Paper page - Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion
Source: https://huggingface.co/papers/2607.25572 Published on Jul 28
·
Submitted byhttps://huggingface.co/cedricbonhomme
Cédricon Jul 29
Abstract
WepresentareproduciblepipelineformappingCommonVulnerabilitiesandExposures(CVEs)toMITREATT&CKEnterprisetechniquesfromfree-textvulnerabilitydescriptions.RatherthanrelyingontheCWE->CAPEC->ATT&CKderivationchain,whosetable-expansionartifactswequantify,wetrainamulti-labelclassifieronacuratedgolddatasetof1,207CVEsfromexpertMITRECenterforThreat-InformedDefensemappings.Theresultingmodelapproximatelydoublesrecall@5comparedwithazero-shotembedding-similaritybaselineandimproveseveryrankingmetric.WetheninvestigatewhetherLLM-assistedlabelingcanextendthegolddataset.Initialexperimentssuggestcontradictoryconclusions:asinglerunindicatesdegradedperformance,whileaveragingoverfiverandomseedssuggestsasmallgain.However,anindependentreplicationandanexpansion-sizestudy(100--984additionalCVEs)showthattheapparentimprovementisanevaluationartifact.LLM-generatedlabels,withapproximately0.39agreementwithexpertannotations,providenoreliableimprovementatanyexpansionsizeandreducerare-techniquecoverageataround1,000addedCVEs(macro-F1decreasesby0.04).Therootcauseisevaluationnoise.Selectingcheckpointsonasmalltestspliteffectivelymaximizesovermanynoisyevaluations,producingrecall@5differencesofupto0.05betweenotherwiseidenticalruns.Usingacorrectedprotocolbasedonvalidation-splitcheckpointselection,thegold-onlymodelachievesrecall@5of(0.673\pm0.019),andrepeatingthedecisiveexperimentconfirmsthenullresultforLLMexpansion.Afinalscalingstudyshowsthatadditionalexpert-curateddataconsistentlyimprovesperformance,whereasLLM-labeleddatadoesnot,indicatingthattheclassifierislimitedbylabelqualityratherthandatasetsize.Alldatasets,models,code,andtraininglogsarepubliclyreleased.
View arXiv pageView PDFProject pageGitHub3Add to collection
Get this paper in your agent:
hf papers read 2607\.25572
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper2
#### CIRCL/vulnerability-attack-technique-classification-roberta-base Text Classification• 0.1B• Updatedabout 2 hours ago • 125 • 1
#### CIRCL/vulnerability-attack-technique-classification-roberta-base-llm-expanded Text Classification• 0.1B• Updatedabout 2 hours ago • 44
Datasets citing this paper2
#### CIRCL/vulnerability-attack-techniques Viewer• Updatedabout 2 hours ago • 1.21k • 191 #### CIRCL/vulnerability-attack-techniques-llm-scaling Viewer• Updatedabout 2 hours ago • 984 • 72 • 1
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2607.25572 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Gate AI: LLM Security Benchmark Evaluation Methodology and Results
This paper presents an evaluation methodology for LLM security detectors that addresses systematic weaknesses like per-dataset threshold tuning and undisclosed operating points. The framework uses cross-validation across 16 benchmarks, selects a single global operating point, and includes multiple diagnostics for generalization.
Measuring LLMs' impact on N-day exploits (18 minute read)
This article from Anthropic evaluates how large language models like Claude Mythos Preview can accelerate the development of exploits for N-day vulnerabilities. Across tests on Firefox and Windows kernel patches, the model autonomously built working exploit chains, highlighting increased risks in the patch gap.
When No Benchmark Exists: Validating Comparative LLM Safety Scoring Without Ground-Truth Labels
This paper introduces a framework for validating comparative LLM safety scoring without ground-truth labels, using an 'instrumental-validity chain' to establish deployment evidence. It demonstrates the method using a local-first tool called SimpleAudit on Norwegian safety packs and compares models like Borealis and Gemma 3.
A Red Teaming Framework for Large Language Models: A Case Study on Faithfulness Evaluation
This paper presents a red teaming framework for LLMs that uses a multi-role architecture to systematically uncover vulnerabilities, particularly in faithfulness. The framework demonstrated a 7.9% increase in attack success rate in QA tasks and highlights the impact of architectural choices over parameter scaling on model safety.
TADDLE: A Tool-Augmented Agent for Detecting Deficient LLM-Generated Peer Reviews
Introduces TADDLE, a tool-augmented agent for detecting deficient LLM-generated peer reviews, along with an expert-annotated benchmark of 1,800 reviews on 50 ICLR 2025 papers. The system decomposes detection into four specialized analysis tools and uses two-stage semi-supervised learning for binary and multi-label classification.