CRSEJun 29

PBFuzz: Agentic Directed Fuzzing for PoV Generation

arXiv:2512.0461116.65 citationsh-index: 4
Predicted impact top 12% in CR · last 90 daysOriginality Highly original
AI Analysis

For software security practitioners, PBFuzz automates PoV generation more efficiently and effectively than existing fuzzing methods, enabling faster vulnerability reproduction and validation.

PBFuzz introduces an agentic directed fuzzing framework that mimics human analysts to generate Proof-of-Vulnerability inputs, achieving 57 triggered vulnerabilities on the Magma benchmark—17 unique—with a 25.6x efficiency improvement over AFL++ and median time-to-exposure of 339 seconds versus 8680 seconds, within a 30-minute budget.

Proof-of-Vulnerability (PoV) input generation is a critical task in software security and supports downstream applications such as path generation and validation. Generating a PoV input requires solving two sets of constraints: (1) reachability constraints for reaching vulnerable code locations, and (2) triggering constraints for activating the target vulnerability. Existing approaches, including directed greybox fuzzing and LLM-assisted fuzzing, struggle to efficiently satisfy these constraints. This work presents an agentic method that mimics human experts. Human analysts iteratively study code to extract semantic reachability and triggering constraints, form hypotheses about PoV triggering strategies, encode them as test inputs, and refine their understanding using debugging feedback. We automate this process with an agentic directed fuzzing framework called PBFuzz. PBFuzz tackles four challenges in agentic PoV generation: autonomous code reasoning for semantic constraint extraction, custom program-analysis tools for targeted inference, persistent memory to avoid hypothesis drift, and property-based testing for efficient constraint solving while preserving input structure. Experiments on the Magma benchmark show strong results. PBFuzz triggered 57 vulnerabilities, surpassing all baselines, and uniquely triggered 17 vulnerabilities not exposed by existing fuzzers. PBFuzz achieved this within a 30-minute budget per target, while conventional approaches use 24 hours. Median time-to-exposure was 339 seconds for PBFuzz versus 8680 seconds for AFL++ with CmpLog, giving a 25.6x efficiency improvement with an API cost of 1.83 USD per vulnerability. In real-world application, PBFuzz reproduced three FFmpeg 1-day CVEs that had no public PoVs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes