Google AI Uncovers 13-Year-Old Chrome Flaw Amid Record Patching Pace

A surge in Chrome vulnerabilities has been uncovered this year, with over 1,800 bugs patched so far. What’s behind this sudden increase? According to Google, it’s their use of artificial intelligence (AI) that’s driving this rapid discovery and patching process.

Google started using AI-powered vulnerability detection tools last year, but it was the introduction of an agent harness built in early 2026 that has been key to finding and fixing so many flaws. This tool uses a combination of technologies, including Gemini and Large Language Models (LLMs), to identify security issues across Chrome’s codebase with unprecedented efficiency.

One notable example of this success is the discovery of a 13-year-old sandbox escape vulnerability in Chrome. Tracked as CVE-2026-3545, this issue could have allowed an attacker to read local files on a compromised device. The fact that such an old flaw was found using AI highlights just how effective these tools are at identifying issues that might have gone unnoticed otherwise.

Google’s agent harness has been trained on a vast knowledge base of previously identified vulnerabilities and the entire Git history of Chrome. It can run multiple vulnerability-finding models over the codebase, making it much more efficient than manual testing methods. What’s more, this tool is designed with safety in mind, operating on locked-down machines that lack general internet access.

While AI has been instrumental in identifying many of these vulnerabilities, Google still relies on other security testing infrastructure for bug detection. The company welcomes researchers submitting vulnerability reports through its Vulnerability Reward Program (VRP) and continues to use human expertise to validate the findings generated by AI.

In addition to rapid patching, Google is also working to prevent new security bugs from entering the codebase in the first place. They’re using AI to identify issues as close to code submit-time as possible and neutralizing problems that could impact code deemed safe in isolation.

To further reduce the time between vulnerability discovery and public disclosure, Google is piloting a twice-a-week Chrome security release cadence, which will complement the two-week schedule for major Chrome releases. This means users can expect even faster patching and updates going forward.

In the long term, Google is committed to eliminating entire classes of security issues from Chrome. One key area of focus is hardening the runtime environment to squash C++ bugs and transitioning to memory-safe languages like Rust. The company is already working on replacing most flawed code segments with Rust and writing new modular components in this language.

For users, the practical takeaway here is that AI-powered vulnerability detection is a game-changer for browser security. While it’s not a replacement for human expertise, it can certainly help identify issues that might have gone unnoticed otherwise. By combining AI with traditional testing methods and staying committed to code quality, Google is pushing the boundaries of what’s possible in browser security.


Source: SecurityWeek — 2026-07-31