August 5, 2025 ā
Google has officially revealed that its AI-based bug hunting system, Big Sleep, has successfully discovered 20 security vulnerabilities in widely used open-source software. Developed through a collaboration between Google DeepMind and Project Zero, Big Sleep is an advanced AI agent designed to autonomously search for bugsābefore attackers can exploit them.

How Googleās AI Bug Hunter Big Sleep Works
In an official blog post titled “From Naptime to Big Sleep”, Google described the system as an āagentic AIā powered by Gemini 1.5 Pro, capable of analyzing code changes, generating test cases, and identifying logic or memory-related bugs. The AI agent mimics expert human analysis by starting with known bug fixes and searching for similar patterns across massive codebases like SQLite.
The first major discovery came when Big Sleep found a critical stack-buffer underflow bug in SQLiteās seriesBestIndex() functionāan issue that had gone unnoticed by traditional fuzzing tools and was patched before any public release. Since then, Google confirms that Big Sleep has uncovered 20 unique vulnerabilities across major open-source projects, including FFmpeg, ImageMagick, Redis, and several JavaScript engines.
āThis is the first real-world memory safety bug found and reported by an autonomous AI agent,ā said Googleās Project Zero team. āIt signals a shift in how security research will be done.ā
The company emphasized the impact of this AI-first approach: it allows defenders to proactively identify and fix vulnerabilities, reversing the long-held dynamic where attackers often get there first. According to Heather Adkins, Googleās VP of Security, āAI has given us a powerful advantageāit allows us to defend at scale.ā
Further, in a July 2025 update, Google revealed that Big Sleep played a pivotal role in discovering CVE-2025-6965, a severe vulnerability in SQLite that was believed to be known only by threat actors. The AI not only discovered it but helped Google act before it was exploited, marking a major milestone in defensive cybersecurity.
The AI agentās successes are now being applied across more open-source ecosystems. All reported bugs are handled through Googleās coordinated vulnerability disclosure process and are publicly tracked.