What changed
Google’s September 3 Chrome stable-channel update fixes CVE-2026-85046, a high-severity type-confusion vulnerability in V8, the JavaScript and WebAssembly engine used by Chrome. Google says an exploit for the vulnerability exists in the wild. The fixed desktop versions are 152.0.7977.82/.83 on Windows and macOS and 152.0.7977.82 on Linux. Public vulnerability records describe crafted HTML as the delivery path for executing arbitrary code inside the browser sandbox. CISA added CVE-2026-85046 to the Known Exploited Vulnerabilities catalog on September 4.
Why it matters
A browser zero-day is also a development and operations dependency when Chrome is used for testing, automation, managed workstations and browser-based administrative tooling. Confirmed exploitation changes the patch decision from normal release hygiene to an immediate version-verification problem. The important boundary is equally clear: Google has not described this vulnerability itself as a sandbox escape, so BTN should not turn 'code execution inside the browser sandbox' into a broader host-compromise claim without evidence.
The vulnerable component is V8
CVE-2026-85046 is a type-confusion flaw in Chrome’s V8 JavaScript and WebAssembly engine. Public vulnerability data says a remote attacker can reach it through crafted HTML and execute arbitrary code inside the sandbox.
Google confirms active exploitation
Google’s security advisory says an exploit exists in the wild. That moves the issue beyond a theoretical high-severity CVE and justifies accelerated patching and fleet verification.
The fixed-build boundary is explicit
Windows and macOS users need Chrome 152.0.7977.82/.83 or later; Linux users need 152.0.7977.82 or later. Managed environments should verify deployed versions rather than assume an update policy has already reached every machine.
Do not overstate what the advisory proves
The available public evidence establishes code execution inside Chrome’s sandbox. It does not, by itself, establish a sandbox escape, server-side V8 exploitability, or compromise of every Chromium-derived runtime. Those broader questions require product-specific advisories.