paper-with-me

Papers

Favia: Forensic Agent for Vulnerability-fix Identification and Analysis

2026-02-13 · André Storhaug, Jiamou Sun, Jingyue Li arxiv

Identifying vulnerability-fixing commits corresponding to disclosed CVEs is essential for secure software maintenance but remains challenging at scale, as large repositories contain millions of commits of which only a small fraction address security issues. Existing automated approaches, including traditional machine learning techniques and recent large language model (LLM)-based methods, often suffer from poor precision-recall trade-offs. Frequently evaluated on randomly sampled commits, we uncover that they are substantially underestimating real-world difficulty, where candidate commits are already security-relevant and highly similar. We propose Favia, a forensic, agent-based framework for vulnerability-fix identification that combines scalable candidate ranking with deep and iterative semantic reasoning. Favia first employs an efficient ranking stage to narrow the search space of commits. Each commit is then rigorously evaluated using a ReAct-based LLM agent. By providing the agent with a pre-commit repository as environment, along with specialized tools, the agent tries to localize vulnerable components, navigates the codebase, and establishes causal alignment between code changes and vulnerability root causes. This evidence-driven process enables robust identification of indirect, multi-file, and non-trivial fixes that elude single-pass or similarity-based methods. We evaluate Favia on CVEVC, a large-scale dataset we made that comprises over 8 million commits from 3,708 real-world repositories, and show that it consistently outperforms state-of-the-art traditional and LLM-based baselines under realistic candidate selection, achieving the strongest precision-recall trade-offs and highest F1-scores.

📄 PDF Abstract BibTeX arXiv:2602.12500

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Forensic Scanner Identification Using Machine Learning

2020-02-06 · Ruiting Shao, Edward J. Delp

Due to the increasing availability and functionality of image editing tools, many forensic techniques such as digital image authentication, source identification and tamper detection are important for forensic image anal…

BIG-bench Machine Learning

RAVEN: Retrieval-Augmented Vulnerability Exploration Network for Memory Corruption Analysis in User Code and Binary Programs

2026-04-20 · Parteek Jamwal, Minghao Shao, Boyuan Chen, Achyuta Muthuvelan 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities across various cybersecurity tasks, including vulnerability classification, detection, and patching. However, their potential in automated vulnerabil…

GenDFIR: Advancing Cyber Incident Timeline Analysis Through Retrieval Augmented Generation and Large Language Models

2024-09-04 · Fatma Yasmine Loumachi, Mohamed Chahine Ghanem, Mohamed Amine Ferrag

Cyber timeline analysis, or forensic timeline analysis, is crucial in Digital Forensics and Incident Response (DFIR). It examines artefacts and events particularly timestamps and metadata to detect anomalies, establish c…

RAGRetrievalRetrieval-augmented Generation

SecRespond: Benchmarking AI Agents for Real-World Post-Compromise Incident Response

2026-07-29 · Lehan Wang, Boli Chen, Ruixue Ding, Pengjun Xie 외 arxiv

Large Language Model (LLM) agents are increasingly adopted in real-world security operations with access to host artifacts and command-line interfaces (CLIs), making it critical to thoroughly assess their security capabi…

Foundations for Agentic AI Investigations from the Forensic Analysis of OpenClaw

2026-04-07 · Jan Gruber, Jan-Niclas Hilgert arxiv

Agentic Al systems are increasingly deployed as personal assistants and are likely to become a common object of digital investigations. However, little is known about how their internal state and actions can be reconstru…