Google Rushes Patch for In-the-Wild Chrome V8 Zero-Day (CVE-2026-11645)

Red | Vulnerability
Download Now
Google Rushes Patch for In-the-Wild Chrome V8 Zero-Day CVE-2026-11645 | HiveForce Labs TA2026161

HiveForce Labs · Threat Advisory · Vulnerability Report

Google Rushes Patch for In-the-Wild Chrome V8 Zero-Day (CVE-2026-11645)

Google has patched an actively exploited zero-day in the Chrome V8 JavaScript engine — CVE-2026-11645 — an out-of-bounds read/write vulnerability that can enable memory corruption, information disclosure, and potentially arbitrary code execution. A victim visiting a malicious web page is all that is required. All Chrome versions before 149.0.7827.103 on Windows, macOS, and Linux are affected. Update immediately.

Threat Level: Red Zero-Day — Actively Exploited CISA KEV Listed Drive-By Compromise First Seen: April 27, 2026 Admiralty Code: A1 Patch Available — Chrome 149
CVECVE-2026-11645
ComponentChrome V8 Engine
CWECWE-125 / CWE-787
Affected VersionsBefore 149.0.7827.103
Fixed (Win/Linux)149.0.7827.102
Fixed (macOS)149.0.7827.103
PlatformsWindows, macOS, Linux
First SeenApril 27, 2026
PublishedJune 10, 2026

Section 01

Summary

Google has released an emergency patch for CVE-2026-11645, a high-severity zero-day in the V8 JavaScript and WebAssembly engine powering Google Chrome and all Chromium-based browsers. The vulnerability is an out-of-bounds read/write flaw (CWE-125 / CWE-787) in Chrome's JavaScript execution component, enabling memory corruption, sensitive data exposure, and potentially arbitrary code execution — all without any user interaction beyond visiting a malicious web page. Google has confirmed active in-the-wild exploitation. No information has been disclosed regarding threat actors, targeted sectors, geographic focus, or post-exploitation activity.

The fix ships as Chrome 149.0.7827.102 for Windows and Linux, and 149.0.7827.103 for macOS, released as part of a broader emergency security rollout. Because V8 is shared across all Chromium-based browsers — including Microsoft Edge, Brave, Opera, and Vivaldi — organisations must audit and update all derivative browsers in addition to Chrome itself.

CVE
CVE IDNameAffected ProductZero-DayCISA KEVPatch
CVE-2026-11645 Google Chromium V8 Out-of-Bounds Read and Write Vulnerability Google Chrome (all versions before 149.0.7827.103)

Section 02

Vulnerability Details

#1

Root Cause: Out-of-Bounds Memory Access in V8 (CWE-125 / CWE-787)

The V8 engine is the open-source JavaScript and WebAssembly runtime responsible for compiling and executing JavaScript code within web pages in Chrome and all Chromium-based browsers. CVE-2026-11645 stems from an out-of-bounds memory access issue that permits unauthorized read and write operations beyond allocated memory boundaries — classified as both CWE-125 (Out-of-bounds Read) and CWE-787 (Out-of-bounds Write). V8 remains a prime target for attackers seeking reliable browser exploitation paths.

#2

Impact: Memory Corruption to Arbitrary Code Execution

Out-of-bounds read/write flaws in browser engines are particularly dangerous because they can enable attackers to corrupt neighboring memory objects, expose sensitive information from process memory, and build arbitrary read/write primitives. These primitives provide significant control over browser memory — making this class of bug a recurring feature in sophisticated browser exploitation chains used by both nation-state actors and cybercriminal groups.

#3

Zero-Click Drive-By: Single Page Visit Sufficient

Exploitation requires only that an attacker host or compromise a malicious web page crafted to trigger the vulnerable code path in V8. Once a victim visits the page, the flaw can be exploited without any further user interaction. This zero-click drive-by delivery model makes CVE-2026-11645 especially high-risk for any organisation where users browse the web on Chrome or any Chromium-based browser.

#4

Active Exploitation Confirmed — Attribution Withheld

Google has confirmed that CVE-2026-11645 has been exploited in the wild, with the earliest known exploitation dating to April 27, 2026. At present, no information has been disclosed regarding the threat actors involved, targeted sectors, geographic focus, or post-exploitation activity — consistent with Google's standard practice of withholding attribution details until patching reaches sufficient rollout coverage.

Affected Product & CPE
CVE IDAffected ProductAffected CPECWE
CVE-2026-11645 Google Chrome before 149.0.7827.103 (Windows, macOS, Linux) cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* CWE-125, CWE-787

Section 03

Recommendations

01

Update Chrome Immediately

Apply the Chrome 149 stable channel update without delay. Patched versions are 149.0.7827.102 for Windows and Linux, and 149.0.7827.103 for macOS. Use enterprise endpoint management or browser management policies to push updates across all managed endpoints, and verify deployment via software inventory reporting.

02

Force Browser Relaunch After Update

Chrome downloads updates in the background, but the patched binary does not take effect until the browser restarts. In managed environments, enforce relaunch policies or maintenance window prompts to ensure users are actually running the patched version. Track patch deployment and relaunch compliance as distinct metrics.

03

Restrict High-Risk Browsing While Patches Propagate

For endpoints where immediate patching is not possible — kiosk devices, VDI golden images, or systems with change management constraints — temporarily increase controls around high-risk web browsing. Consider limiting access to uncategorized URL categories, enforcing web isolation for untrusted content, or deploying browser-level exploit protection mechanisms.

04

Monitor for Suspicious Browser-Derived Activity

Even with patching underway, monitor endpoints for anomalous behaviours indicating exploitation attempts. Watch for unexpected child processes spawned by Chrome, unusual network beacons shortly after browsing events, abnormal crash patterns in Chrome renderer processes, or signs of lateral movement originating from endpoints with active browser sessions.

05

Audit Chromium-Based Browser Inventory

V8 is shared across all Chromium-based browsers — Microsoft Edge, Brave, Opera, and Vivaldi. Ensure all Chromium-derivative browsers in the environment are updated to versions incorporating the V8 fix. Maintain an accurate inventory of all browser types and versions deployed across the organisation, treating each as a patching obligation equal to Chrome itself.


Section 04

MITRE ATT&CK TTPs

Initial AccessT1189
Drive-By Compromise: Exploitation of CVE-2026-11645 requires only that a victim visits a malicious or attacker-controlled web page. The out-of-bounds V8 flaw is triggered silently during JavaScript execution, with no further user interaction needed — the defining characteristic of a drive-by compromise attack.
ExecutionT1203
Exploitation for Client Execution: The V8 out-of-bounds read/write vulnerability enables arbitrary code execution within the Chrome renderer process. Successful exploitation provides attackers with code execution in the context of the browser, serving as a foothold for sandbox escape and further post-exploitation activity.
Defense EvasionT1211
Exploitation for Defense Evasion: Memory corruption primitives built from the out-of-bounds read/write access can be leveraged to bypass browser security boundaries — including sandbox restrictions and memory integrity controls — enabling attackers to evade detection mechanisms while expanding their access within the compromised process.
Resource Dev.T1588 / T1588.006
T1588.006 – Vulnerabilities: The active exploitation of CVE-2026-11645 in the wild indicates that threat actors — nation-state or criminal — acquired and weaponised this V8 vulnerability prior to public disclosure, consistent with the systematic identification and operationalisation of browser engine vulnerabilities for use in targeted or broad campaigns.

Section 05

References & Patch Links