CVE-2026-14431: Chrome V8 Type Confusion Remote Code Execution (CVSS 8.8)
A type confusion flaw in Chrome's V8 JavaScript engine allows attackers to run malicious code within the browser's sandbox by serving a specially crafted webpage. The vulnerability requires user interaction (visiting a malicious site) but carries high risk because it bypasses the sandbox's isolation protections and can lead to full browser compromise.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
- Weaknesses (CWE)
- CWE-843
- Affected products
- 1 configuration(s)
- Published / Modified
- 2026-07-01 / 2026-07-03
NVD description (verbatim)
Type Confusion in V8 in Google Chrome prior to 150.0.7871.46 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14431 is a type confusion vulnerability (CWE-843) in the V8 JavaScript engine embedded in Google Chrome. Type confusion occurs when the engine incorrectly handles or misidentifies the data type of an object during execution, allowing an attacker to manipulate memory or objects in unintended ways. A remote, unauthenticated attacker can exploit this via a crafted HTML page to execute arbitrary code within the Chrome sandbox. While the sandbox provides a containment boundary, successful exploitation can grant the attacker capabilities to read sensitive data, modify browser state, or chain to further system compromise.
Business impact
For organizations relying on Chrome as a primary browser, this vulnerability poses a direct threat to user data and system security. Attackers could steal credentials, session tokens, cached data, or sensitive documents visible in the browser. The risk is elevated because no special privileges or configuration are required—any user visiting a malicious website becomes a potential target. Organizations with a large Chrome footprint or those in high-risk verticals (financial services, government, healthcare) face heightened exposure.
Affected systems
Google Chrome versions prior to 150.0.7871.46 are affected. This includes all releases before the patched version across Windows, macOS, and Linux platforms. Organizations should identify all Chrome deployments in their environment, paying particular attention to managed and unmanaged instances, as well as any embedded Chromium-based browsers used in applications.
Exploitability
The vulnerability requires user interaction (opening a malicious HTML page) but is otherwise network-accessible and straightforward to trigger. No user authentication, special browser settings, or sophisticated social engineering is needed beyond basic phishing tactics. The barrier to exploitation is low, making active exploitation likely once the vulnerability becomes widely known or if targeted campaigns emerge. The CVSS score of 8.8 reflects the high impact (confidentiality, integrity, and availability all affected) combined with low attack complexity.
Remediation
Update Google Chrome to version 150.0.7871.46 or later immediately. For managed environments, deploy updates through your browser management tools or group policy. Verify successful patching by checking Chrome's version in Settings > About Chrome, which will auto-update if enabled. For users on unmanaged devices, enable automatic updates and verify the version number has advanced past 150.0.7871.46.
Patch guidance
Google Chrome will automatically update to patched versions if auto-update is enabled (the default for most users). In enterprise environments, verify your update mechanism (mobile device management, Windows Update, WSUS configuration, or equivalent) is configured to push the patch. Test patch deployment in a pilot group before organization-wide rollout to ensure no compatibility issues with internal web applications. Check Google's official security advisory or your vendor's release notes for the exact version number confirming the fix.
Detection guidance
Monitor for Chrome version numbers below 150.0.7871.46 using endpoint detection and response (EDR) tools, mobile device management (MDM), or browser inventory scripts. Check for any signs of exploitation, such as unexpected child processes spawned from Chrome, suspicious outbound connections, or credential usage anomalies following user web browsing sessions. Web proxy or email gateway logs may reveal delivery of malicious HTML payloads; look for suspicious attachment types or unusual traffic patterns to previously unknown domains.
Why prioritize this
This vulnerability merits immediate priority due to its high CVSS score (8.8), low attack complexity, network accessibility, and the massive installed base of Chrome. The lack of exploitation complexity and the minimal user-interaction barrier mean active exploitation is likely. Although sandboxing provides some protection, successful exploitation grants full browser compromise with potential data exfiltration. Organizations should treat this as a critical patching priority.
Risk score, explained
The CVSS 3.1 score of 8.8 (HIGH) reflects: network-accessible attack vector (no special network access required), low attack complexity (straightforward exploitation), no privilege escalation needed, and high impact across confidentiality, integrity, and availability. The required user interaction (visiting a malicious page) prevents a critical rating, but the ease of achieving that interaction via phishing or malicious advertising keeps risk elevated.
Frequently asked questions
Does this vulnerability allow attacks outside the Chrome sandbox?
No. The vulnerability results in code execution within the Chrome sandbox, which isolates the browser process from the underlying operating system. However, sandboxes can be escaped through additional exploits, or attackers can leverage browser compromise to steal data, steal credentials, or establish persistence for follow-up attacks.
Are Chromium-based browsers like Edge, Brave, or Opera affected?
Other Chromium-based browsers may be affected if they use a similarly vulnerable version of V8. Check each vendor's security advisories for their patching status. Some vendors ship their own release schedules, so patching timelines may differ from Chrome.
What should I do if I cannot update Chrome immediately?
Restrict user browsing to trusted, internal sites only; disable JavaScript in the browser if feasible for your use case; use additional security controls like DNS filtering to block known malicious domains; and increase monitoring for suspicious browser behavior. However, these are temporary mitigations—patching is the only reliable fix.
Why is this not in the CISA KEV catalog yet?
The KEV catalog is maintained separately and does not include all high-severity vulnerabilities. The absence from KEV does not indicate lower risk; organizations should prioritize patching based on CVSS scores, exploitability, and their own asset inventory.
This analysis is based on publicly available information as of July 2026. Organizations should verify all patch version numbers and compatibility against official vendor advisories before deployment. The presence of a vulnerability in an environment depends on asset inventory accuracy; conduct a thorough scan to identify all affected Chrome installations. Security controls and detection methods described are guidelines and should be adapted to organizational context and capabilities. No exploit code or weaponized proof-of-concept is provided herein. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-0162HIGHAndroid Audio SDP Parser Memory Corruption & RCE Vulnerability
- CVE-2026-10022HIGHChrome V8 Type Confusion Vulnerability in Extensions
- CVE-2026-10910HIGHType Confusion in Chrome V8 Engine – Arbitrary Code Execution
- CVE-2026-10935HIGHChrome V8 Type Confusion Remote Code Execution (CVSS 8.8)
- CVE-2026-10936HIGHType Confusion in Chrome V8 Engine – Remote Code Execution
- CVE-2026-10955HIGHType Confusion in Chrome ANGLE on Windows – Critical Patch Required
- CVE-2026-10962HIGHType Confusion in Chrome Media Handling – Code Execution Risk
- CVE-2026-11076HIGHChrome Type Confusion Vulnerability Enables Arbitrary Code Execution