Google Fixes Record 1,442 Security Flaws in Chrome Amid LLM-Driven Vulnerability Surge

The Google Chrome logo with a metallic patch over the red section on black

Quick Read

  • Google patched a record 1,442 flaws across Chrome 149, 150, and 151.
  • The surge is driven by LLMs accelerating automated vulnerability discovery.
  • A 13-year-old critical sandbox escape (CVE-2026-3545) was uncovered by a Gemini-powered agent harness.
  • Google is piloting twice-weekly security updates to counter fast-moving, AI-powered attacks.
  • Dynamic patching is being introduced to update background processes without browser restarts.

Google has announced the mitigation of a record-breaking 1,442 security vulnerabilities across its three most recent Chrome releases, signaling a fundamental shift in the software security landscape. The tech giant revealed that Chrome versions 149, 150, and 151 resolved more security flaws than the company fixed across the prior 23 major milestones combined. This massive wave of patches arrives as large language models (LLMs) significantly accelerate vulnerability discovery, leading to an unprecedented spike in new bug reports that threatens to overwhelm traditional manual patch-management pipelines.

The Scale of the AI-Driven Bug Surge

The sheer volume of recent fixes highlights how automated tools are transforming vulnerability research. In Chrome versions 149 and 150, both rolled out last month, Google resolved a combined 1,072 security bugs. This was followed on Wednesday by the release of Chrome 151, which patched an additional 370 flaws. Notably, Google’s internal security teams identified 349 of those 370 bugs, with seven of the total vulnerabilities classified as critical in severity.

This surge is not isolated to Google. According to statistics shared by the U.S. National Vulnerabilities Database (NVD), 46,872 security flaws have been recorded so far in 2026, rapidly approaching the 49,920 vulnerabilities reported for the entirety of 2025. The advent of LLMs has democratized and accelerated the bug-hunting process, allowing both automated defensive scanners and offensive actors to flag issues at a rate faster than development teams can traditionally remediate them.

The 13-Year-Old Flaw and Gemini’s Role

A prime example of this AI-driven paradigm shift is CVE-2026-3545, a critical sandbox escape vulnerability in Chrome’s Navigation component carrying a CVSS severity score of 9.6. If successfully exploited, the flaw could allow attackers to trick the browser into reading local files from a user’s system. Google patched this vulnerability in March 2026.

Crucially, the flaw had remained completely undetected in Chrome’s source code for more than 13 years. It was finally uncovered using an internal AI agent harness leveraging Google’s own Gemini LLM models. This underscores how automated systems are successfully identifying legacy architectural flaws that human code auditors and traditional fuzzing tools missed for over a decade.

Accelerating the Release Pipeline & Dynamic Patching

The rapid pace of automated discovery has forced Google to rethink its deployment pipeline. Currently transitioning to a two-week release cadence for major Chrome milestones alongside weekly security updates, the company announced it is piloting a shift to two security releases per week to counter “fast-moving, AI-powered attacks.”

To manage the operational bottleneck of this accelerated schedule, Google is automating the generation of release notes and CVE descriptions directly from security bug fixes, reducing the window between discovery and public patch deployment. Furthermore, the internet giant is exploring ways to dynamically apply patches without requiring users to restart Chrome.

By leveraging Chrome’s multi-process architecture, “dynamic patching” sequentially replaces background child processes, such as the Renderer and GPU, with updated binaries on the fly. For situations where a restart is unavoidable, Google is optimizing session restoration. In Chrome 150, the company introduced a feature for macOS that takes advantage of the operating system’s behavior where applications continue running in the background even after all windows are closed; Chrome now automatically restarts to apply pending updates when in this windowless state.

Structural Hardening: Moving Away from C++

Beyond patching individual bugs, Google is actively working to eliminate entire classes of vulnerabilities. The Chrome Security Team is hardening the runtime environment to combat legacy C++ weaknesses, such as use-after-free and out-of-bounds memory safety flaws. The company is systematically transitioning to memory-safe programming languages like Rust and rebuilding the browser’s top-level user interface using web technologies like HTML, CSS, and TypeScript.

Additionally, Google is moving all third-party dependencies onto automated update pipelines to ensure they remain current. The Chrome Security Team emphasized that while finding bugs is critical, the ultimate goal is to build a browser that remains continuously protected without disrupting the user, shifting the operational burden away from the end-user.

|
Creator:Azat TV Editorial

LATEST NEWS