The History Is the Detector: Executing CVE Patch History, End-to-End
2026-09-07 12:00Science🔥 42.2 heat score
1sources
1days unfolding
42.2heat score
3mentions
SummaryAI generated
The researchers proposed the BUGSTONE-E2E framework, aimed at converting fixes submitted in the public vulnerability database into executable detection rules and verifying them. This framework uses Tree-sitter to enumerate and match anchor sites, combining lightweight heuristic methods to eliminate benign sites. Subsequently, agents based on large language models (LLMs) check the remaining candidates under the guidance of the rules, ultimately constructing runtime verifications and generating patches verified by bidirectional differential testing. Based on 19,325 high-risk CVEs from 2022 to 2026, the experiment successfully identified 2,710 fixes, constructing 1,033 detection rules covering 56 CWE families (encapsulated into 172 skills), and generating 644 runtime evidence of findings in 14 programs.