Skip to content
anavem.com logoanavem.com logo

Google Patches 382 Chrome Vulnerabilities, 15 Rated Critical

The 15 critical flaws are memory-safety and validation bugs across components such as GPU, Extensions, WebUSB and Bluetooth; Google reports no active exploitation for any of them.

On this page

Key takeaways

  • Google's Chrome Stable update fixes 382 vulnerabilities across Windows, Mac and Linux.
  • 15 flaws are rated critical, 67 high, 169 medium and 131 low severity.
  • Google's advisory reports no in-the-wild exploitation for any of the patched flaws.
  • SecurityWeek reports 358 of the 382 flaws were found by Google itself.
  • The critical flaws are memory-safety and input-validation bugs in components such as GPU, Extensions, WebUSB and Bluetooth.

What to do now

High urgency
  1. Update Chrome to the latest Stable build via Settings → About Chrome and relaunch the browser.
  2. In managed environments, confirm target-version enforcement and verify rollout across endpoints.
  3. Update Chromium-based browsers once their vendors ship the corresponding release.

Google has released a Chrome Stable channel update for Windows, Mac and Linux that fixes 382 security vulnerabilities, including 15 flaws rated critical and 67 rated high severity. According to Google's advisory, the update carries no report of in-the-wild exploitation for any of the patched issues, and the vast majority were discovered internally by the company.

The release stands out for its sheer volume - 382 fixes in a single update - which SecurityWeek attributes to a recent surge in Chrome bug discovery that Google has linked to AI, without detailing the specific tools involved.

Google shipped a Chrome update fixing 382 vulnerabilities, 15 of them critical, with no reported active exploitation.

Chrome's latest Stable update patches 382 security issues (15 critical, 67 high). Google reports no in-the-wild exploitation and says it found most of the flaws itself. Update Chrome and restart the browser to apply the fixes.

Affected & context

Event summary

Google released a Chrome Stable channel update for Windows, Mac and Linux that fixes 382 security vulnerabilities, 15 of which carry a critical severity rating and 67 a high severity rating, according to Google's advisory and reporting by SecurityWeek.

Why it matters

Chrome is one of the most widely deployed browsers in enterprise environments, so a patch of this size - including 15 critical memory-safety and validation flaws - warrants prompt fleet-wide updating even though no active exploitation has been reported.

Who is affected

Users and organizations running the Chrome Stable channel on Windows, Mac and Linux, and Chromium-based browsers that inherit the same fixes.

Vendors
Google
Products
Google Chrome
Geography
global
CVEs
CVE-2026-13774CVE-2026-13775CVE-2026-13776CVE-2026-13777CVE-2026-13778CVE-2026-13779CVE-2026-13780CVE-2026-13781CVE-2026-13782CVE-2026-13783CVE-2026-13784CVE-2026-13785CVE-2026-13786CVE-2026-13787CVE-2026-13788

What Google patched

Google has promoted a new Chrome Stable channel release for Windows, Mac and Linux that resolves 382 security vulnerabilities. Of these, 15 are rated critical and 67 high severity, with the remainder split between 169 medium and 131 low severity issues.

The update will roll out to users over the coming days and weeks through Chrome's standard staged rollout. Google's advisory notes that access to individual bug details may stay restricted until most users have updated, a routine practice that limits the window for reverse-engineering fixes into working exploits.

According to SecurityWeek, 358 of the 382 flaws were discovered by Google itself, continuing a run in which the company has reported hundreds of Chrome flaws across recent releases.

  • 382 total vulnerabilities fixed
  • 15 critical, 67 high, 169 medium, 131 low
  • 358 of 382 reported by Google (per SecurityWeek)

The critical flaws

The 15 critical-rated issues are predominantly memory-safety bugs - mostly use-after-free - alongside a type-confusion flaw and several input-validation weaknesses. Per Google's advisory, they affect the following components:

  • Use-after-free: Extensions (CVE-2026-13774), GPU (CVE-2026-13775), WebUSB (CVE-2026-13778), Chromoting (CVE-2026-13779 and CVE-2026-13787), Browser (CVE-2026-13782), Views (CVE-2026-13783, CVE-2026-13784), Bluetooth (CVE-2026-13785), Ozone (CVE-2026-13786) and Fullscreen (CVE-2026-13788)
  • Type confusion: Dawn (CVE-2026-13776)
  • Insufficient validation of untrusted input: iOSWeb (CVE-2026-13777), ANGLE (CVE-2026-13780) and Skia (CVE-2026-13781)

More broadly, SecurityWeek describes the patched flaws as use-after-free, out-of-bounds, incorrect security UI, uninitialized use, type confusion and insufficient input validation issues. Many affect the renderer process and can typically be triggered via crafted web content, which could allow a remote attacker to achieve arbitrary code execution inside the renderer sandbox. In some cases, an attacker who has already compromised the renderer may be able to escape the sandbox and run code on the underlying system.

  • Critical flaws are mostly use-after-free memory-safety bugs
  • Components include GPU, Extensions, WebUSB, Bluetooth, Views and Ozone
  • Renderer-process flaws can be triggered via crafted web content

Google's advisory does not indicate in-the-wild exploitation for any of the 382 flaws in this release.

This release continues a pattern of unusually large Chrome patches. SecurityWeek reports that Google has discovered and fixed hundreds of Chrome flaws across recent releases, a surge the outlet says Google has linked to AI - although the company has not shared which specific AI tools are driving the increase.

Google's own advisory notes that many of its security bugs are caught during development using fuzzing and sanitizer tooling such as AddressSanitizer, MemorySanitizer and libFuzzer. The advisory also credits external security researchers, with bug-bounty rewards on this release reaching up to $36,000 for a high-severity use-after-free flaw in the GPU component (CVE-2026-13789).

Separately, and not part of this update, SecurityWeek notes that earlier in the month Google patched what it described as the fifth actively exploited Chrome zero-day of 2026.

  • SecurityWeek: recent Chrome discovery surge linked by Google to AI
  • Google has not disclosed which AI tools are involved
  • Top bug-bounty reward in this release: $36,000 (CVE-2026-13789)

What admins and users should do

Because 15 of the fixes are critical and several involve renderer-process code execution, IT teams should push the update across managed Chrome fleets promptly, even though no active exploitation has been reported for these specific flaws.

To apply the fix, open Chrome's Settings → About Chrome, allow the browser to fetch the latest Stable build, and relaunch - an update only takes effect after the browser restarts. In managed environments, verify that your update policies and target version enforcement are pointed at a build that includes these fixes, and confirm rollout across endpoints through your management console. Chromium-based browsers that track upstream releases should be updated once their vendors ship the corresponding version.

  • Fix applies after the browser is relaunched
  • Managed fleets should verify version enforcement and rollout

Timeline

  1. Chrome Stable update released

    Google announced the Chrome Stable channel update for Windows, Mac and Linux, fixing 382 security vulnerabilities including 15 rated critical.

    Source: Chrome Releases

    Confidence: High

  2. Coverage published

    SecurityWeek reported on the release, noting that 358 of the 382 flaws were found by Google and that no in-the-wild exploitation was mentioned.

    Source: SecurityWeek

    Confidence: High

Impact

A large-volume Chrome security update fixes 382 flaws, 15 critical, that could enable code execution via crafted web content. Patches are available and no active exploitation has been reported, but the number of critical memory-safety bugs makes prompt updating advisable.

Business impact

Low if patched promptly; unpatched fleets remain exposed to memory-safety flaws that could be triggered by malicious web content.

Technical impact

Multiple renderer-process flaws could allow arbitrary code execution inside the sandbox, with possible sandbox escape in some cases.

Security impact

15 critical and 67 high-severity vulnerabilities resolved; no reported in-the-wild exploitation for this set.

Affected audience: IT administrators and MSPs managing Chrome fleets, End users of Chrome on Windows, Mac and Linux, Vendors of Chromium-based browsers

Action required.

Technical details

CVEs
CVE-2026-13774, CVE-2026-13775, CVE-2026-13776, CVE-2026-13777, CVE-2026-13778, CVE-2026-13779, CVE-2026-13780, CVE-2026-13781, CVE-2026-13782, CVE-2026-13783, CVE-2026-13784, CVE-2026-13785, CVE-2026-13786, CVE-2026-13787, CVE-2026-13788
Attack vector
Many flaws affect the renderer process and can typically be triggered via crafted web content, per SecurityWeek.
Affected versions
Chrome Stable builds prior to the 2026-06-30 desktop update
Patched versions
150.0.7871.46 (Linux), 150.0.7871.46/.47 (Windows/Mac)

Mitigations

  • Apply the Chrome Stable update and relaunch the browser.
  • Enforce a patched target version across managed Chrome deployments.

Technical references

Response

Vendor statement

Google published a Stable channel advisory documenting the 382 fixes and crediting internal tooling and external researchers; the advisory does not mention in-the-wild exploitation.

Customer guidance

Google directs users to update through the Stable channel, which rolls out over the coming days and weeks.

Response status: Patched

Patch available: Yes

Workaround available: No

FAQ

How many vulnerabilities did this Chrome update fix?

The update fixes 382 vulnerabilities: 15 rated critical, 67 high, 169 medium and 131 low severity, according to Google's advisory and SecurityWeek.

Are any of these Chrome flaws being exploited?

Google's advisory does not mention in-the-wild exploitation for any of the flaws in this release. Separately, SecurityWeek notes Google patched the fifth actively exploited Chrome zero-day of 2026 earlier in the month, which is not part of this update.

What are the critical vulnerabilities?

The 15 critical flaws are CVE-2026-13774 through CVE-2026-13788 - mostly use-after-free memory-safety bugs, plus a type-confusion flaw and several input-validation issues - affecting components such as GPU, Extensions, WebUSB, Bluetooth, Views, Ozone and Fullscreen.

How do I update Chrome?

Open Settings → About Chrome, let the browser download the latest Stable build, and relaunch Chrome. The fix only takes effect after the browser restarts. In managed environments, verify version enforcement and rollout through your admin console.

The bottom line

Google's Chrome Stable channel update resolves 382 vulnerabilities - 15 critical and 67 high - with no reported in-the-wild exploitation and most flaws found internally by Google.

A large but routine security update: patch promptly given the volume of critical memory-safety flaws, even though none are known to be exploited.

What happens next

Watch for the staged rollout to complete, for any of these CVEs to appear in exploitation trackers such as CISA KEV, and for further detail on the AI tooling behind Google's discovery surge.

What to do

Update Chrome and confirm the fix has rolled out across your managed devices.

Sources

  1. Google (Chrome Releases) · Jun 30, 2026 · Primary source

    Claims supported
    • The update fixes 382 security vulnerabilities
    • 15 critical CVEs (CVE-2026-13774 through CVE-2026-13788) and their affected components
    • Top bug-bounty reward of $36,000 for CVE-2026-13789
    • No exploitation note is present in the advisory
  2. SecurityWeek · Jul 1, 2026

    Claims supported
    • Severity breakdown: 15 critical, 67 high, 169 medium, 131 low
    • 358 of 382 flaws were found by Google
    • The discovery surge is likely AI-driven, with no tools disclosed
    • Renderer-process flaws can lead to code execution and possible sandbox escape
    • Google patched the fifth actively exploited Chrome zero-day of 2026 earlier in the month
Reader actions
Was this helpful?
Rate this articleRate
6 readers viewed this article

Reader reviews

Rate this articleBe the first to rate
No written reviews yetRate the article above, or be the first to share your experience.