Google released Chrome version 152.0.7977.82 on Thursday to patch 12 vulnerabilities, one of which attackers are actively exploiting in the wild.

The critical flaw, CVE-2026-85046, carries a CVSS score of 8.8 and stems from a type confusion bug in V8, Chrome's JavaScript and WebAssembly engine. Type confusion vulnerabilities occur when an attacker manipulates the browser's memory management to make it treat data as a different type than intended. In V8's case, this allows remote attackers to achieve arbitrary code execution without user interaction beyond visiting a malicious webpage.

The vulnerability affects all Chrome versions prior to 152.0.7977.82. Because active exploitation has been documented, the threat is immediate. Attackers can weaponize this flaw to gain remote code execution on victim machines, potentially leading to malware installation, credential theft, or lateral movement into corporate networks.

Google's release notes indicate the company discovered active exploitation attempts but did not disclose the specific attack vectors or threat actors involved. This is standard practice for zero-day patches. The absence of public technical details limits initial copycat attacks, though security researchers will likely reverse-engineer the patch to understand the vulnerability's mechanics within days.

Type confusion bugs in JavaScript engines have historically been high-value targets for exploit developers. In 2024 and 2023, similar V8 flaws enabled zero-click remote code execution exploits used by government-backed attackers and criminal groups. The specificity of this vulnerability to V8 means it affects billions of Chrome users globally, including those running Chrome on Windows, macOS, Linux, Android, and iOS.

Organizations should prioritize patching immediately. Chrome's automatic update mechanism will push version 152.0.7977.82 to most users within 24 to 48 hours, but administrators managing enterprise deployments should verify rollout completion. Users running older Chrome versions or extended release channels face higher risk during the update window.

The patch also addresses 11 additional vulnerabilities of varying severity. Google did not specify whether any of these receive active exploitation, though the presence of multiple CVEs in a single update suggests broader security hardening across the browser engine.

For end users, the update requires no action beyond allowing Chrome's automatic update process to complete. For enterprise security teams, the priority is verifying that all managed devices reach version 152.0.7977.82 or later. Devices that remain unpatched become potential infection vectors for supply chain attacks targeting corporate networks.

Given V8's role as the JavaScript engine for Chrome, Node.js, and other platforms, this vulnerability technically could affect systems beyond the Chrome browser itself if those applications run unpatched versions of V8. However, Google's patch specifically addresses Chrome's implementation, making the browser the primary attack surface.

Organizations using Chrome in high-risk environments, such as those handling sensitive financial or healthcare data, should treat this patch as emergency-priority and deploy it within hours rather than days.