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

Google says it fixed 1,072 security flaws across Chrome’s two latest releases in June, a total that exceeds the 1,036 flaws fixed across the preceding 23 releases over roughly two years. The company attributed part of the unusually high count to internal tools built on Gemini, which it says can help engineers find vulnerabilities, investigate reports and generate candidate remediations at far greater scale.[1]

The claim matters because Chrome is one of the world’s most widely deployed pieces of consumer software, and browser flaws can be especially consequential: a successful exploit may expose web sessions, bypass browser security boundaries or provide an initial foothold for a broader attack. But the figures are best read as evidence that AI may be accelerating the security-maintenance pipeline—not as proof, by themselves, that Chrome has suddenly become intrinsically safer.

By the numbers

  • 1,072: Security flaws Google says it fixed across Chrome’s two latest releases in June.
  • 1,036: Flaws fixed across the previous 23 Chrome releases over about two years.
  • 23 releases: The comparison period Google used for its earlier total.
Chromebook laptop
Photo: Mr.ちゅらさん, CC BY-SA 4.0, via Wikimedia Commons

What the higher fix count measures

A vulnerability-fix count is an operational metric: it records issues that have been identified, assessed and addressed in software releases. For users, that process has practical value. A flaw that remains undiscovered or unpatched can be available to attackers; a flaw that has been fixed and delivered through Chrome’s update system has a much smaller window in which it can be exploited by users running current versions.

Google’s reported jump is notable because it compares two releases with 23 prior releases. The company says its Gemini-based internal tools allow security and engineering teams to scan more code paths, investigate a larger volume of reports and produce more possible fixes than a conventional manual workflow could handle.[1] In a mature browser codebase, that capacity can matter as much as raw coding speed. Security work often involves reproducing an issue, determining whether it is reachable, tracing data flow across components, finding related variants and reviewing a patch for regressions.

Generative AI can assist at several of those stages. It can summarize a bug report, explain unfamiliar code, search for patterns resembling a known weakness, propose a patch or test case, and help reviewers inspect whether a proposed change reaches the right component. The useful outcome is not that a model writes code unattended; it is that human security teams can move more reports through validation and remediation without increasing their backlog at the same rate.

Chrome security fixes cited by Google1,072flaws fixed across twolatest June rel1,036flaws fixed across thepreceding 23 re23previous Chromereleases in comparison
Data: TechCrunch, reporting Google's figures

Why discovery and remediation are different from safety

The headline number should not be treated as a direct measurement of Chrome’s current risk level. A larger number of fixes can mean that a product contained more defects, that its developers became better at finding existing defects, that researchers submitted more reports, or that the company changed how it groups and counts related issues. It can also reflect a concentrated campaign against a particular class of bugs.

In this case, Google’s account supports the interpretation that detection and triage capacity rose sharply. That is meaningful progress, but it does not reveal several facts needed to make a broader safety claim: the severity distribution of the 1,072 fixes, how many were remotely exploitable, how many were already known to attackers, whether any were exploited in the wild, or how quickly patches reached users.

Nor does a high patch count establish that the underlying rate at which new vulnerabilities are introduced has fallen. AI may help find and fix defects faster while AI-assisted coding, increasingly complex browser features or expanding attack research produce new defects elsewhere. The more rigorous measure over time would combine discovery rates with severity, exploitability, time-to-fix, update adoption and evidence of real-world exploitation.

Google Chrome laptop
Photo: Mr.ちゅらさん, CC BY-SA 4.0, via Wikimedia Commons

How Gemini could change browser security engineering

Browser security is particularly suited to tools that reduce the cost of large-scale code analysis. Chrome includes networking, rendering, JavaScript execution, media processing, graphics, extensions, sandboxing and operating-system integration. Vulnerabilities can emerge at the boundaries among those systems, and an initially narrow report may require searching a large codebase for variants.

An internal AI system can act as a force multiplier when it is connected to approved source repositories, bug trackers, test infrastructure and code-review processes. It can identify candidate call paths, translate a natural-language report into likely code locations, generate targeted test inputs and suggest changes for engineers to validate. Used properly, those outputs remain inputs to a security process that includes reproducibility checks, regression tests, fuzzing, code review and controlled release management.

That human oversight is essential. Language models can misunderstand program semantics, propose incomplete mitigations or produce changes that appear plausible but fail under edge cases. In security-sensitive code, an inaccurate patch can introduce a regression or create a false sense of closure. Google’s reported results therefore say more about an AI-augmented engineering system than about autonomous vulnerability repair.

A signal for the wider software market

Google’s disclosure offers a rare outcome-oriented data point in a technology market crowded with claims about AI coding assistants. Much of the public discussion has focused on developer productivity: how quickly code is written, how many suggestions are accepted, or whether teams can ship features faster. Those measures do not necessarily correlate with better software.

Security remediation is a more relevant test because it links AI assistance to a result users can understand: fewer known flaws left unresolved in widely used software. If other vendors can demonstrate similarly auditable improvements in finding, reproducing and patching vulnerabilities, security teams may become one of the most important buyers of AI-assisted developer tooling.

The caveat is that companies will need to publish comparable evidence. Raw bug counts alone are difficult to compare between organizations with different products, disclosure policies, severity frameworks and release cadences. More useful reporting would distinguish critical from low-severity flaws, disclose median time from report to patch, identify whether issues were externally reported or internally discovered, and track whether patches prevent exploit variants from reappearing.

What users and defenders should watch next

For ordinary Chrome users, the immediate lesson remains familiar: enable automatic updates and restart the browser when updates are available. AI-assisted discovery benefits users only after fixes are reviewed, released and installed.

The next important question is whether Google can sustain the higher remediation rate while reducing the number of high-impact defects that reach stable releases. Signals worth watching include the severity of future Chrome advisories, the pace of fixes for actively exploited vulnerabilities, and whether Google provides more detail about how Gemini-assisted workflows are evaluated. It will also matter whether these tools improve preventive security practices—such as test generation, fuzzing and secure design review—rather than merely accelerating cleanup after a flaw is found.

Google’s June figure is substantial evidence that AI can help a large engineering organization process security work at greater volume. It is not yet a complete safety scorecard. The real test is whether the expanded capacity shortens attackers’ opportunities and makes the browser’s most dangerous vulnerabilities less common over time.

Editor’s Take

I see this as one of the more credible ways to judge AI coding tools: not by lines of code or chatbot demos, but by whether they help a security team close a much larger number of verified issues in software people rely on every day. Chrome is a sufficiently large and complex codebase that even modest improvements in code navigation, variant analysis and patch preparation can produce meaningful user benefit.

Still, I would not equate 1,072 fixes with a browser that is automatically safer by the same margin. I want Google to show the next layer of evidence: severity breakdowns, time-to-remediation, exploit-in-the-wild data and proof that AI-assisted fixes do not create regressions. If those measures improve alongside fix volume, the industry will have a far stronger case that AI is becoming security infrastructure rather than simply a faster code generator.

References

  1. TechCrunch – https://techcrunch.com/2026/07/30/google-says-it-fixed-more-chrome-bugs-in-june-than-over-the-past-two-years-thanks-to-ai/

Leave a Reply

Your email address will not be published. Required fields are marked *