Chrome 152 sandbox RCE actively exploited (CVE-2026-85046) [PoC]
CVE-2026-85046
CVE-2026-85046: Google Chrome before 152.0.7977.82 type confusion lets attackers execute code in the sandbox via a crafted HTML page. Update to 152.0.7977.82 or later.
Actively exploited in the wild - CVE-2026-85046 is a high-severity type confusion vulnerability in Google Chrome’s V8 JavaScript engine (versions prior to 152.0.7977.82) that allows a remote attacker to execute arbitrary code inside the browser sandbox via a crafted HTML page. The fix is available in Chrome 152.0.7977.82 - update immediately.
Overview
CVE-2026-85046 is a type confusion bug in the V8 JavaScript engine used by Google Chrome. Type confusion occurs when the browser mistakenly treats one kind of data as another, which can corrupt memory in predictable ways. An attacker who successfully triggers this bug can then execute arbitrary code on the victim’s machine, albeit within the confines of Chrome’s sandbox.
The attack vector is straightforward: a victim only needs to visit a maliciously crafted web page. No additional user interaction beyond the page load is required, making this a practical and dangerous attack chain when combined with a sandbox escape. Google has rated this vulnerability as High severity, and the Chromium security team assigned it a severity rating consistent with the CVSS score of 8.8.
Impact
Successful exploitation grants the attacker code execution within the Chrome renderer sandbox. While the sandbox limits what the attacker can do directly, code execution inside the browser is a critical first step in a multi-stage attack. Threat actors frequently chain such browser bugs with a separate sandbox escape to achieve full system compromise.
The vulnerability requires no authentication and can be triggered over the network with low attack complexity. The only mitigating factor is that user interaction is required - the victim must open the malicious page.
Remediation
Google has released Chrome 152.0.7977.82, which contains the fix for CVE-2026-85046. Users and administrators should:
- Update Chrome to version 152.0.7977.82 or later immediately.
- Enable automatic updates to ensure future patches are applied without delay.
- Enterprise administrators should push the update across managed devices promptly, as this bug is confirmed as actively exploited.
This is not the first Chrome V8 zero-day this year. See our coverage of CVE-2026-11645, a similar V8 bug exploited in the wild, and the broader weekly threat roundup covering recent Chrome and Ivanti zero-days. CISA has also added this CVE to its Known Exploited Vulnerabilities catalog, as detailed in our coverage of the KEV additions.
Security Insight
The regularity of V8 type confusion bugs in Chrome’s patch cycle is becoming a pattern that defenders cannot ignore. Between CVE-2026-11645 and now CVE-2026-85046, attackers are consistently weaponizing JavaScript engine bugs within days of discovery. This cadence suggests that either the V8 codebase remains too complex for comprehensive fuzzing coverage, or that exploit developers have developed reliable tooling that maps type confusion vulnerabilities directly to working exploits. For organizations, the practical takeaway is that browser patching must be treated with the same urgency as operating system patching - the browser is now the primary attack surface for most users.
Further Reading
Never miss a critical vulnerability
Get real-time security alerts delivered to your preferred platform.
Public PoC References
Unverified third-party code
These repositories are publicly listed on GitHub and have not been audited by Yazoul Security. They may contain malware, backdoors, destructive payloads, or operational security risks (telemetry, exfiltration). Treat them as hostile binaries. Inspect source before execution. Run only in isolated, disposable lab environments (offline VM, no credentials, no production data).
Authorized use only. This information is provided for defensive research, detection engineering, and patch validation. Using exploit code against systems you do not own or do not have explicit written permission to test is illegal in most jurisdictions and violates Yazoul's terms of use.
| Repository | Stars |
|---|---|
| HORKimhab/CVE-2026-85046 CVE-2026-85046 | ★ 1 |
Showing 1 of 1 known references. Source: nomi-sec/PoC-in-GitHub.
Related Advisories
Type Confusion in Turbofan in Google Chrome prior to 147.0.7727.101 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)...
JIT miscompilation in the JavaScript Engine: JIT component. This vulnerability affects Firefox < 149, Firefox ESR < 115.34, Firefox ESR < 140.9, Thunderbird < 149, and Thunderbird < 140.9....
JIT miscompilation in the JavaScript Engine component. This vulnerability affects Firefox < 149, Firefox ESR < 140.9, Thunderbird < 149, and Thunderbird < 140.9....
Post-authentication Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') vulnerability has been identified in the SMA1000 Appliance Management Console (AMC) which...