Chrome Patched a Critical Chromoting Use-After-Free. Verify the Running Build.
Google has patched a critical use-after-free vulnerability in Chrome’s Chromoting component alongside six high-severity flaws. The fixes are shipping in Chrome 151.0.7922.173 and 151.0.7922.174 for Windows and macOS, and 151.0.7922.173 for Linux. Google has not reported active exploitation, but organisations should verify the installed version rather than assume the browser’s staged rollout has completed.
The Chrome team published the stable-channel update on 20 August 2026. It lists seven security issues, led by CVE-2026-76017, a critical use-after-free in Chromoting. Chromoting is the Chromium infrastructure associated with remote desktop functionality, but Google’s bulletin does not disclose the vulnerable execution path, prerequisites or a complete exploit scenario.
That evidentiary limit matters. A critical severity rating establishes that Google considers the potential impact serious. It does not, by itself, establish that the flaw is being exploited, that every Chrome user is directly reachable through remote desktop services, or that a public proof of concept exists.
Seven fixes cross several browser trust boundaries
The release contains one critical and six high-severity vulnerabilities:
- CVE-2026-76017: a critical use-after-free in Chromoting, reported internally by Google on 11 June 2026.
- CVE-2026-76018: a high-severity privilege-elevation flaw in Import, reported internally on 16 May.
- CVE-2026-76019: high-severity incorrect authorisation in Workers, reported anonymously on 26 July.
- CVE-2026-76020: a high-severity race condition in the V8 JavaScript engine, reported on 3 August.
- CVE-2026-76021: a high-severity use-after-free in the Document Object Model, reported by Google’s BigSleep team on 2 August.
- CVE-2026-76022: a high-severity buffer overflow in Network, reported on 7 August.
- CVE-2026-76023: high-severity improper resource control in Linux Toolkit Theming, reported on 11 August.
The list spans memory safety, authorisation, privilege boundaries and concurrency. It is therefore more than a single remote-desktop fix. Even where Chromoting is not an operational priority, the V8, DOM, Network and Workers findings still justify treating the browser update as a standard security rollout across managed endpoints.
Google is withholding the detail defenders would normally use
Google says access to bug details may remain restricted until a majority of users receive the fixes. The company can also retain restrictions when a vulnerability exists in a third-party library used by other projects that have not yet patched it.
This is normal for Chrome releases, but it creates a temporary information imbalance. Administrators know the affected components and severities, while researchers and attackers may be working from additional clues in code changes, crash behaviour or related projects. Defenders cannot wait for full technical disclosure before deciding whether to deploy.
The appropriate conclusion is measured urgency. There is no published evidence in Google’s bulletin that any of these seven vulnerabilities is under active attack. There is also no public exploit cited by Google. The update should not be described as a zero-day response unless later evidence changes that assessment.
A staged rollout is not the same as a completed patch
Google says the new stable builds will roll out over the coming days and weeks. That model reduces release risk, but it can leave a mixed estate during the interval. An organisation may have some endpoints on the fixed build, others waiting for the update and still others unable to restart because of long-running browser sessions.
Windows and macOS administrators should verify Chrome is at 151.0.7922.173 or 151.0.7922.174. Linux systems should be at 151.0.7922.173. Chromium-derived browsers should be checked against their own vendor advisories and release channels because their version numbers and deployment timing can differ.
Version inventory is especially important for virtual desktop infrastructure, kiosks, privileged administration workstations and systems where Chrome is launched through application packaging rather than a consumer auto-update path. A policy that permits updates is not evidence that the running process has loaded the fixed binary.
What defenders should do now
- Verify the running version. Check the browser’s About page or enterprise inventory, then confirm the running build matches the fixed release for the operating system.
- Force a restart where policy allows. Chrome may download an update without activating it until the browser restarts. Preserve user work and coordinate restart prompts rather than relying on an indefinite grace period.
- Review browser-management exceptions. Identify devices with update suppression, pinned versions, unmanaged portable builds or delayed deployment rings.
- Check remote-access exposure. Determine where Chrome Remote Desktop or related remote-support workflows are permitted. Do not infer exploitability from the component name, but do use the inventory to prioritise validation.
- Watch for new evidence. Reassess if Google opens the bug records, a reproducible proof of concept appears, scanning is observed or CISA adds one of the CVEs to its Known Exploited Vulnerabilities catalogue.
- Include downstream browsers. Monitor security releases from vendors that embed Chromium. A Chrome update does not automatically patch every Chromium-based product on the same schedule.
The operational lesson is version certainty
The critical rating will attract attention to Chromoting, but the defensive task is broader. Seven fixes landed across components that process remote interaction, imported data, worker permissions, JavaScript execution, document objects and network input.
Google’s staged rollout is a delivery mechanism, not a compliance result. The organisation that can prove its endpoints are running a fixed build is in a stronger position than one that merely assumes auto-update has done the work.
Sources
- Google Chrome Releases, Stable Channel Update for Desktop, published 20 August 2026; no publication time provided.
- Chromium Security, browser security programme and reporting guidance.


