Chrome’s AI security loop finds a 13-year-old sandbox escape
Original: Google fixed more Chrome bugs in June than over the past two years, thanks to AI View original →
Chrome’s security team is moving AI deeper into the browser’s vulnerability workflow. Google says an early-2026 Gemini-based agent harness found issues across the broader Chrome codebase with better efficiency and fewer false positives, including a sandbox escape that had survived for more than 13 years. The bug could have let a compromised renderer trick the browser into reading local files.
The notable part is the operating model. Chrome’s team traces the work back to 2023 experiments using LLMs to improve security fuzzing coverage and performance. In 2024, Project Zero’s Naptime gave LLMs specialized tools for vulnerability research. In 2025, Big Sleep, built with DeepMind and Project Zero, found bugs in V8 and the graphics stack. The new post frames those experiments as part of a larger loop for finding, triaging, fixing, and shipping security updates faster.
Google lists several practical changes: model interoperability across open-weight and proprietary systems, a Chrome knowledge base built from past CVEs and Git history, and better developer workflows around agent-produced findings. For security teams, the value is not just whether a model flags a bug. It is whether the system can produce evidence, keep false positives manageable, and fit into the review path that turns a finding into a shipped patch.
HN discussion pushed on the same issues. Some commenters connected the findings to C and C++ memory-safety risk, while others asked how much of the result came from AI versus a concentrated internal security push. The useful takeaway sits between those views: AI is becoming part of the defensive supply chain, and browsers are large enough that shaving time from each step of a vulnerability’s life cycle matters.
Related Articles
Google said on March 17, 2026 that Personal Intelligence is expanding in the U.S. across AI Mode in Search, the Gemini app, and Gemini in Chrome. The feature connects services like Gmail and Google Photos so Google can answer with more user-specific shopping, travel, and troubleshooting help, and Google says it is available to free-tier users.
Google is rolling out Skills in Gemini in Chrome so users can save prompts and rerun them on the current page or selected tabs. The feature starts on Mac, Windows, and ChromeOS for English-US desktop users, with confirmations before actions like adding calendar events or sending email.
A Hacker News thread amplified Nicholas Carlini's report that Claude Code helped uncover remotely exploitable Linux kernel bugs, including one introduced in 2003. The case suggests frontier coding models are becoming useful vulnerability discovery tools even before they become strong automated exploit builders.