If your organisation uses Google Chrome — and statistically, it does — you are currently running a browser with an actively exploited zero-day vulnerability that lets any malicious webpage silently take over the user’s browser process. No phishing link. No malicious attachment. No macro to enable. Just loading a page is enough. Google released an emergency patch on 3 September 2026, CISA added the flaw to its Known Exploited Vulnerabilities catalogue on 4 September, and set a federal remediation deadline of 18 September 2026. With Chrome’s global install base exceeding 3.45 billion devices, this is one of the broadest patch-windows of the year. If you have not already pushed Chrome 152.0.7977.82 or later to every managed endpoint, you are exposed right now.

🔑 Key Takeaways

  • CVE-2026-85046 is a type-confusion flaw (CWE-843) in Chrome’s V8 JavaScript engine, rated CVSS 8.8 (High).
  • Google confirmed active exploitation in the wild at the time of disclosure; no specific threat actor has been attributed.
  • A malicious webpage can trigger heap read/write access — and from there, code execution inside the browser’s sandboxed renderer — with zero user interaction beyond visiting the page.
  • Fixed in Chrome 152.0.7977.82 / 152.0.7977.83 (Windows, macOS) and 152.0.7977.82 (Linux), released 3 September 2026.
  • CISA KEV catalogue addition: 4 September 2026. Federal civilian agency patch deadline: 18 September 2026 under BOD 22-01.
  • This is the sixth Chrome zero-day of 2026 and the third V8-specific actively exploited bug this year.
  • All Chromium-based browsers (Microsoft Edge, Brave, Opera, Vivaldi) are likely affected and should be updated independently.

What Is CVE-2026-85046 and Why Is V8 Always in the Crosshairs?

Google’s V8 is the open-source JavaScript and WebAssembly engine at the heart of Chrome and every Chromium derivative. It processes the JavaScript on every webpage you load, which makes it one of the most powerful — and most attacked — software components in existence. A vulnerability in V8 is a vulnerability that is reachable from any website, on any OS, with the lightest-weight delivery mechanism imaginable: a URL.

CVE-2026-85046 is classified as a type-confusion bug under CWE-843 (Access of Resource Using Incompatible Type). Type confusion happens when a program allocates an object of one type and then uses it as if it were a different, incompatible type. In V8’s case, the compiler can incorrectly assign a PACKED_SMI_ELEMENTS map to an array that actually contains PACKED_ELEMENTS. The engine’s subsequent operations on that misclassified array bypass the type checks it relies on to enforce memory safety, producing arbitrary heap read and write primitives.

Once an attacker has arbitrary read/write on the JavaScript heap, they can corrupt V8’s internal object representations, forge pointers, and ultimately direct execution flow — achieving code execution inside Chrome’s sandboxed renderer process. Escaping the sandbox entirely still requires a separate privilege-escalation bug, but renderer RCE is already enough to steal cookies, session tokens, local passwords cached by the browser, and anything displayed or entered on screen.

The vulnerability was discovered by security researcher Salvatore Gulizia (alias: Serotav), who reported it to Google on 4 August 2026 and received a $1,000 bug bounty. Google’s disclosure notes that an exploit already existed in the wild at the time of disclosure — a disclosure pattern that typically indicates a threat actor discovered the bug first and the researcher found it independently during targeted analysis.

Timeline and Scope

Date Event
4 August 2026 Researcher Salvatore Gulizia reports the bug to Google
3 September 2026 Google releases Chrome 152.0.7977.82/.83 with fix; confirms active exploitation
4 September 2026 CISA adds CVE-2026-85046 to KEV catalogue
5 September 2026 Broad media coverage; patch adoption race accelerates
18 September 2026 Federal civilian agency patch deadline (BOD 22-01)

All Chrome releases prior to 152.0.7977.82 are vulnerable across Windows, macOS, and Linux. Because Chromium is the foundation for Microsoft Edge, Brave, Opera, Vivaldi, and dozens of other browsers, those products carry the same V8 codebase and are almost certainly affected — each must be patched independently through their own update channels.

The Broader V8 Exploitation Pattern in 2026

CVE-2026-85046 is not an isolated incident. It is the third V8-specific zero-day that Google has had to patch under active exploitation conditions in 2026 alone, and the sixth Chrome zero-day overall this year. This pattern should concern every security team. V8 is a high-value target because:

  • Universal reach: Chrome’s 3.45 billion-device install base means a weaponised V8 exploit has a larger potential attack surface than virtually any other client-side vulnerability.
  • Just-In-Time compilation complexity: V8’s JIT compiler optimises JavaScript execution for speed, introducing layers of type inference and speculation that create a broad attack surface for type-confusion and speculation-based bugs.
  • Financially and espionage-motivated actors: Browser exploits that need no user action beyond page load are premium weapons — they command high prices in underground markets and are favoured by APTs for watering-hole campaigns and spear-phishing-free infections.

For Indian enterprises and government bodies — where Chrome is overwhelmingly the default browser — this vulnerability is particularly acute. A watering-hole attack on a sector-specific news site, a vendor portal, or an HR platform could silently compromise hundreds of endpoints before the first alert fires. This follows a trend we have documented previously with Lazarus Group’s Operation Dream Job targeting Indian defence and aerospace, where browser-delivered exploits served as the initial access vector.

What You Should Do — Sanjay Seth’s Action Plan

This vulnerability demands an immediate, structured response, not a “we’ll get to it in the next patch cycle” deferral. Here is the prioritised action plan I recommend to every client:

  1. Patch Chrome on every managed endpoint today. Open Chrome, navigate to chrome://settings/help, and confirm the version reads 152.0.7977.82 or higher. For enterprise environments, push the update via your endpoint management platform (Intune, SCCM, Google Admin, Jamf) with an enforcement deadline of 24 hours for internet-facing machines and 72 hours for internal-only workstations.
  2. Don’t forget Chromium-derivative browsers. Audit every managed device for Edge, Brave, Opera, and Vivaldi installations. Each needs a separate update. Edge’s equivalent patch from Microsoft should arrive within days; monitor Microsoft’s Security Update Guide for confirmation.
  3. Enable Chrome’s forced-update policies. Enterprise deployments should enforce ChromeVariations and BrowserSwitcherEnabled policies to eliminate version drift. Version sprawl is how a “patched” organisation leaves 15% of its fleet exposed.
  4. Review web-browsing controls in your zero-trust architecture. If your environment uses a zero-trust network access (ZTNA) model, ensure DNS filtering and web-gateway policies are blocking known exploit-delivery domains. A browser exploit delivered from a newly registered or compromised domain is exactly the class of threat a well-configured ZTNA gateway should intercept before it reaches the endpoint.
  5. Check for indicators of compromise. Although no specific threat actor has been publicly attributed, look for anomalous child processes spawned by Chrome (unexpected cmd.exe, PowerShell, or shell invocations on Windows/Linux), unusual outbound network connections from browser processes, and credential theft artefacts. Given the CISA KEV pace this week, treat unpatched browsers on any system with access to sensitive data as actively compromised until updated.
  6. Communicate to end users. A brief all-hands notification — “please restart Chrome to apply a critical security update” — dramatically accelerates adoption on unmanaged or BYOD devices. Frame it as urgent; it is.

For organisations in regulated sectors (BFSI, healthcare, defence, government) in India, this vulnerability likely triggers mandatory notification under CERT-In’s Information Security Practices and Procedures for Protected System Rules, 2018 and the broader IT Act framework. Document your patch deployment timeline now.

Frequently Asked Questions

Does this affect Chrome on Android and iOS?

Google’s advisory for CVE-2026-85046 specifically addresses the desktop (Windows, macOS, Linux) stable channel. Chrome for Android and iOS uses different rendering architectures and update mechanisms; Google has not confirmed whether those platforms share the same vulnerable V8 code path. Apply updates from the Play Store and App Store as they become available, and treat mobile as potentially affected until Google issues explicit clarification.

Is there a workaround if I cannot patch immediately?

There is no effective technical workaround that preserves full browser functionality. Disabling JavaScript globally would prevent exploitation but would also break the vast majority of modern web applications, making it impractical for enterprise use. The only real mitigation is applying the patch. In the interim, restrict Chrome usage on high-value assets (domain controllers, financial systems, executive devices) and enforce proxy-based web filtering to block access to uncategorised or newly registered domains where exploit infrastructure is most likely to be hosted.

Why is CVSS 8.8 and not 10.0 if this is so dangerous?

CVSS 8.8 reflects the fact that the attack requires a user to visit a malicious page — it is not a network-exploitable flaw that can traverse to an unauthenticated system. The score also caps at High rather than Critical because renderer-process code execution does not, by itself, give an attacker OS-level access; a sandbox escape (a separate vulnerability) would be needed for that. However, CVSS score does not equal business risk: active exploitation in the wild against 3.45 billion potential targets with zero interaction required makes this operationally more urgent than many 9.x-scored vulnerabilities that remain theoretical.

Is my FortiGate or network firewall going to catch this?

Unlikely, for two reasons. First, most exploit delivery today happens over HTTPS, which your perimeter firewall cannot inspect without TLS decryption enabled. Second, even with TLS inspection, browser exploit payloads are often obfuscated and polymorphic — they are designed to evade signature-based detection at the network layer. Your firewall is a critical layer of defence, but it is not a substitute for endpoint-level browser patching. This is exactly the kind of threat that a properly configured endpoint detection and response (EDR) solution, combined with Zero Trust policy enforcement, is designed to catch after the initial infection attempt. The patch eliminates the initial infection attempt entirely.

Ready to Assess Your Exposure?

CVE-2026-85046 is a sharp reminder that the browser is not just a productivity tool — it is one of the largest attack surfaces in your organisation, and it sits on every desk. If your enterprise security architecture, patch management programme, or zero-trust controls need an independent review in light of today’s threat landscape, I am here to help.

Contact Sanjay Seth for a security assessment — whether you need a rapid vulnerability posture review, help designing a zero-trust browser isolation strategy, or an expert second opinion on your current patch-management controls. Thirty years of hands-on experience securing enterprise networks across India and the region is at your disposal.

Sources: Google Chrome Releases Blog — Stable Channel Update 3 September 2026; CISA Known Exploited Vulnerabilities Alert, 4 September 2026; The Hacker News; BleepingComputer; SecurityWeek.