FuzzingBrain V2: Multi-Agent LLM System Achieves 90% Vulnerability Detection Rate and Discovers 29 Zero-Day Flaws
By
[Submitted on 20 May 2026]
Crispy enough to crunch, soft enough to enjoy. A good bake.
Summary
FuzzingBrain V2 is a multi-agent LLM system for automated vulnerability discovery and reproduction in software. It addresses three key challenges: high false positive rates in LLM-generated reports, suboptimal granularity for vulnerability localization, and difficulty reasoning about complex cross-function dependencies. Built on Google's OSS-Fuzz, it introduces Suspicious Point (a control-flow-based abstraction), logic-driven hierarchical function analysis with dual-layer fuzzing, and MCP-based static/dynamic analysis tools. In the AIxCC 2025 Final Competition, it achieved a 90% detection rate (36/40 vulnerabilities), and in real-world deployment discovered 29 zero-day vulnerabilities across 12 open-source projects, with 2 assigned CVE IDs.
Key quotes
· 5 pulledSoftware vulnerabilities pose critical security threats, with nearly 50,000 CVEs reported in 2025.
FuzzingBrain V2, a multi-agent system that addresses these gaps through four key contributions: (1) fully automated vulnerability analysis built on Google's OSS-Fuzz, ensuring all reported vulnerabilities are fuzzer-reproducible
On the AIxCC 2025 Final Competition C/C++ dataset, FuzzingBrain V2 achieved 90% detection rate (36 of 40 vulnerabilities).
In real-world deployment, FuzzingBrain V2 discovered 29 zero-day vulnerabilities across 12 open-source projects, all confirmed and fixed by maintainers, with 2 assigned CVE IDs.
Suspicious Point, a novel control-flow-based abstraction for precise vulnerability localization at the optimal granularity
You might also wanna read

AI bug-finding systems uncover real vulnerabilities at DARPA cybersecurity challenge
The article discusses the DARPA AI Cyber Challenge (AIxCC) held in Las Vegas, where top cybersecurity teams demonstrated AI-powered bug-find
Mozilla 0DIN AI Scanner: Security Tool for Testing LLM Vulnerabilities
Mozilla's 0DIN AI Scanner is a security tool that helps organizations monitor and mitigate vulnerabilities in large language models (LLMs) a
