Technology

Google Says AI Helped It Fix More Chrome Security Bugs in June Than the Previous Two Years Combined

Martin HollowayPublished 14h ago5 min readBased on 6 sources
Reading level
Google Says AI Helped It Fix More Chrome Security Bugs in June Than the Previous Two Years Combined

Google announced on July 30, 2026 that it fixed more security bugs in Chrome during June 2026 than in the preceding two years combined, attributing the surge to AI-assisted vulnerability detection and patching (TechCrunch).

The numbers are stark. Chrome versions 149 and 150, both released in June 2026, collectively addressed 1,072 security vulnerabilities. By comparison, the previous 23 Chrome releases spanning roughly two years — going back to Chrome 126 in June 2024 — patched 1,036 bugs in total (TechCrunch). In other words, two releases in a single month exceeded the aggregate output of nearly two years of prior updates.

Chrome 149 shipped on June 12, 2026 (Google Chrome Enterprise support). It alone patched 429 security vulnerabilities, 22 of them rated critical (Forbes). Chrome 150, also released in June, accounted for the remainder of the 1,072.

Doug Turner, Chrome's director of engineering, told TechCrunch that Google uses models like Gemini to preemptively find and fix vulnerabilities in the browser before they can be exploited (TechCrunch). Google also published a white paper detailing its AI-driven approach to flaw discovery and faster patching, which included a chart tracking security bugs fixed per Chrome release (TechCrunch; Google Security Blog).

Google is not the only platform vendor reporting an AI-driven uptick in patch throughput. Microsoft announced in July 2026 that it patched a record 570 security vulnerabilities across its product lines in a single monthly Patch Tuesday cycle, also citing its use of AI (TechCrunch). Apple, by an independent count maintained on GitHub by Proteas, patched 482 bugs in 2026 (TechCrunch).

The broader context here is that all three major platform vendors are now reporting substantially elevated patch volumes, and all three tie those numbers, directly or indirectly, to AI-assisted discovery. That pattern warrants careful interpretation. A spike in patched bugs can mean one of two things, or both: the discovery surface has expanded to catch flaws that previously went undetected, or the software under review is generating more defects at the same rate and the tooling is simply keeping pace. The numbers alone do not distinguish between these explanations. Google's white paper and Turner's comments lean toward the former framing — that AI models are surfacing vulnerabilities that human auditors and traditional fuzzing workflows would have missed or taken longer to find.

Worth flagging is the gap between raw patch counts and actual risk reduction. Chrome 149's 429 fixes included 22 critical-severity vulnerabilities; the severity breakdown for Chrome 150 has not been publicly itemized in the available sources. Without per-fix severity data across the full 1,072, it is hard to assess how much of the increase is catching genuinely exploitable flaws versus long-tail low-severity issues that fuzzer improvements and code-analysis tools routinely surface. The security impact depends heavily on whether the newly discovered bugs were being actively exploited, whether they required privileged access to trigger, and whether they affected default configurations — none of which is detailed in the announcement.

There is also a process question that the announcement does not address. Tripling or quadrupling the number of fixes shipped in a single release cycle places corresponding load on regression testing, patch review, and downstream enterprise change-management pipelines. Large patch bundles can introduce their own stability issues. Google has not publicly discussed how its AI-assisted workflow handles validation throughput, and the available sources do not cover false-positive rates — vulnerabilities flagged by the model that turned out not to be real or exploitable. For organizations that must test and deploy these updates across managed fleets, the operational rhythm is shifting whether or not the underlying code is getting meaningfully safer.

The optimistic read, and the one Google's framing invites, is straightforward: bugs that would have lingered in shipping code for months or years are being found and fixed before attackers can reach them. If the AI models are genuinely expanding the discovery surface rather than just accelerating the reporting of low-impact issues, the net effect is fewer latent vulnerabilities in a browser that runs on billions of devices. That is a real improvement, and it is one that compounds — each release leaves a smaller residual attack surface for the next cycle to inherit.

The cautionary note is that patch volume is a leading indicator of discovery capability, not a trailing indicator of code quality. The next several release cycles will tell whether the 1,072-bug month was a one-time catch-up as the models came online, or a sustained baseline. Either way, the era of AI-assisted security auditing for mainstream consumer software has clearly arrived, and the major platform vendors are now competing publicly on how many flaws they can find in their own code.