Google Chromium V8 Out of Bounds Write Vulnerability
First seen Sep 10, 2026 · Updated Sep 10, 2026
CVE-2026-87491 is an out-of-bounds write vulnerability in Google Chromium's V8 JavaScript engine that allows remote code execution within the browser sandbox via a crafted HTML page. The flaw is included in CISA's Known Exploited Vulnerabilities catalog, indicating active exploitation in the wild, and affects all Chromium-based browsers including Chrome, Edge, and Opera. Organizations must patch by the September 23, 2026 CISA deadline to mitigate risk of remote compromise.
Technical Analysis
CVE-2026-87491 stems from an out-of-bounds write flaw in the V8 JavaScript/WebAssembly engine, triggered when a victim loads a maliciously crafted HTML page, allowing memory corruption that can lead to arbitrary code execution within the browser's sandboxed renderer process. Because V8 is shared across all Chromium-derived browsers, the vulnerability has broad reach across Chrome, Edge, Opera, Brave, and other Chromium forks, and successful exploitation typically requires chaining with a sandbox escape to achieve full host compromise. CISA's KEV listing confirms this is being actively exploited, likely via drive-by download or watering-hole campaigns rather than requiring user interaction beyond page visits. Organizations should treat this as high urgency given the low complexity of delivery (a single malicious webpage) and the potential for silent, unattended exploitation. AI agent systems that use Chromium-based headless browsers or embedded browser automation (e.g., Puppeteer, Playwright, Selenium-driven agents performing web browsing, scraping, or RAG data collection) are directly exposed, as an autonomous agent visiting an attacker-controlled or compromised page could trigger silent code execution on the host running the agent, potentially exposing API keys, credentials, or internal tool access.
Affected Systems
Chromium-based browsers prior to patched versions, including Google Chrome, Microsoft Edge, and Opera; any application or automation framework embedding a vulnerable Chromium/V8 build, including headless browser instances used in AI agent web-browsing tools, scraping pipelines, and browser automation frameworks (e.g., Puppeteer, Playwright).
Indicators of Compromise
- No specific IOCs published at this time; monitor CISA KEV updates and vendor security advisories for indicators associated with active exploitation.
Remediation Steps
- 1
Apply Vendor Patches Immediately
Update Chrome, Edge, Opera, and any other Chromium-based browsers to the latest patched version addressing CVE-2026-87491 before the September 23, 2026 CISA deadline.
- 2
Update Embedded/Headless Browser Dependencies
Audit and update Chromium/Chromium-Embedded-Framework versions bundled in AI agent frameworks, browser automation tools (Puppeteer, Playwright, Selenium), and RAG web-scraping pipelines.
- 3
Restrict Untrusted Web Content
Limit automated agents and browsers from navigating to untrusted or unvetted URLs; implement allowlisting where feasible.
- 4
Enable Sandboxing and Least Privilege
Ensure browser sandbox protections are enabled and that agent/browser processes run with minimal privileges and isolated credentials to limit blast radius if exploited.
- 5
Monitor for Exploitation Indicators
Deploy EDR and browser crash/telemetry monitoring to detect anomalous renderer process behavior consistent with exploitation attempts.
CVE / Advisory IDs
Industries Most Exposed
Respond to this threat
Pro subscribers get a full AI-generated incident-response playbook for this threat — detection, containment, eradication, and recovery steps — plus an unlimited AI Threat Advisor for questions about your environment.