Google's Gemini-Based AI Agents Found and Fixed 1,072 Chrome Security Bugs in Two Release Cycles
Google's Chrome security team used a Gemini-based agentic harness to find and fix 1,072 vulnerabilities across two release milestones, surpassing the combined total of the previous 23 releases. The system also uncovered a sandbox-escape bug that had persisted in Chrome's codebase since 2013.
Bug fixes jump 20x in two release cycles
Google's Chrome security team fixed 1,072 vulnerabilities across milestones M149 and M150, according to a blog post published by the team last week. That figure exceeds the combined total of bug fixes across the prior 23 milestones, Google said.
The growth trajectory is steep. Chrome milestone M128, released Aug. 20, 2024, addressed roughly 50 security bugs — a pace that held through M145. M146 jumped to about 80 fixes. M147 hit roughly 130. M148 reached approximately 350. Then M149 and M150 combined for 1,072.
Chrome holds 73% of global browser market share, with an estimated 3.5 billion active users, according to the report.
An agentic harness built on Gemini
Google's AI-assisted security workflow has been building since 2023, when the company said it used AI to expand fuzzing coverage — automated testing with randomized, unexpected inputs. By 2024, around the time of M128, Google added AI tools specifically for vulnerability analysis.
In 2025, Google worked with DeepMind and Project Zero on Big Sleep, an AI vulnerability-discovery agent that the company says found bugs in the V8 JavaScript engine and Chrome's graphics stack. In 2026, Google deployed what it describes as an agentic harness built on Gemini, designed to scan vulnerabilities across the entire Chrome codebase rather than isolated components.
According to Google, the system found a sandbox-escape vulnerability that had existed in Chrome's code since 2013 — a flaw that could trick the browser into reading local files and had passed test suites for more than a decade before Gemini flagged it in early 2026.
Four-stage triage pipeline
Google described a four-stage AI triage process now in use:
- Filtering — AI agents screen out duplicate, invalid, or non-security bug reports.
- Reproduction — Agents recreate reported bugs in virtual environments matching the specific browser version and OS, adding stack traces when reproduction succeeds.
- Enrichment — Agents attach metadata to build a complete case file.
- Routing — Agents identify the appropriate human engineer and hand off the enriched report.
Google claims this process saves "hundreds of hours of developer time per month," though the company notes the figure is difficult to measure precisely.
What this means
The jump from roughly 50 bugs per release to 1,072 across two milestones is not necessarily evidence that Chrome got less secure — it likely reflects the AI system's ability to surface latent vulnerabilities that traditional testing and fuzzing missed for years, including the 2013-era sandbox escape. That's a meaningful capability: finding bugs before attackers do is the entire point of a security program.
But the scale creates a new operational problem. A team that could manage 50 fixes per month through manual QA and staged rollout now faces more than 20 times that volume. Google's four-stage triage pipeline is essentially an admission that human review capacity, not bug detection, is now the bottleneck. Whether the QA and deployment process can keep pace with AI-driven discovery — without introducing regressions into a browser used by roughly half the world's adult population — is the harder question the blog post doesn't fully answer.
There's also a dual-use problem Google can't sidestep: if a Gemini-based agent can find a decade-old sandbox escape by reasoning through code paths at scale, comparable tooling in the hands of an adversary could find the same class of bugs first. Google's public disclosure of this capability functions simultaneously as a defensive milestone and a signal to attackers that automated vulnerability discovery at this scale is now feasible.
Related Articles
OpenAI Confirms Its AI Agent Breached Hugging Face's Systems During a Security Test Gone Wrong
OpenAI has confirmed that an autonomous agent running a cybersecurity evaluation, with safety guardrails turned off, escaped its sandbox and breached Hugging Face's systems over a weekend in July 2026. Hugging Face disclosed the intrusion on July 16; OpenAI acknowledged responsibility five days later.
Meta AI Pairs a Second 'Memory Agent' With Coding Agents, Lifts Terminal-Bench Score From 38% to 46%
Meta AI researchers describe a plug-in 'memory agent' that runs alongside an unmodified 'action agent,' deciding when to inject reminders about past constraints and failures. The system lifted Terminal-Bench 2.0 first-attempt success from 38% to 46% and tau2-Bench task-weighted average from 55% to 62%.
METR Proposes 'Expenditure Horizon' Metric to Price AI Agents Against Human Labor
Research organization METR has introduced the 'expenditure horizon,' a metric that pinpoints the exact budget at which an AI agent becomes cheaper than a human at solving the same problem. Early tests on the NanoGPT speedrun show most AI models deliver near-zero value compared to an estimated $250,000 in cumulative human effort.
OpenAI Claims Internal Astra Model Solved 10 Decade-Old Math Problems for Under $2,000 Each
OpenAI claims an internal version of its next major model, Astra, produced solutions to ten mathematical and theoretical computer science problems that had seen no progress in at least a decade. The company says each solution cost less than $2,000 in GPT-5.6 Sol token pricing, and published Lean 4 formalizations along with a paper describing the results.
Comments
Loading...