HIGH 7.5

CVE-2026-14409: Chrome V8 Remote Code Execution in Sandbox – Patch Now

A vulnerability in Chrome's V8 JavaScript engine allows attackers to run malicious code within the browser's sandbox if a user performs specific interactions with a crafted webpage. While the vulnerability requires user engagement and is marked as 'Low' severity by Google's internal classification, the CVSS score of 7.5 reflects the potential for complete compromise of user data within the browser process. All Chrome versions before 150.0.7871.46 are affected.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Weaknesses (CWE)
CWE-693
Affected products
1 configuration(s)
Published / Modified
2026-07-01 / 2026-07-03

NVD description (verbatim)

Inappropriate implementation in V8 in Google Chrome prior to 150.0.7871.46 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Low)

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-14409 stems from an inappropriate implementation in V8, Chrome's JavaScript engine. The vulnerability permits remote code execution (RCE) within the renderer process sandbox when a user performs targeted UI gestures on a malicious HTML page. The attack vector is network-based with no required privileges, but user interaction is mandatory. The issue is categorized under CWE-693 (Protection Mechanism Failure), indicating a defect in how security boundaries are enforced during specific operations. Code execution remains confined to the sandbox, limiting lateral movement, but an attacker can access sensitive data within that context.

Business impact

For organizations deploying Chrome as a primary browser, this vulnerability poses a risk to data confidentiality and integrity. An attacker could exfiltrate credentials, session tokens, or sensitive information from web applications accessed through a compromised session. The requirement for user interaction (specific UI gestures) reduces but does not eliminate real-world attack likelihood, especially against targeted users or via social engineering. Businesses relying on Chrome for sensitive operations—such as accessing cloud platforms, email, or financial systems—should treat this as a moderate operational risk until patching is complete.

Affected systems

Google Chrome versions prior to 150.0.7871.46 on all platforms (Windows, macOS, Linux) are vulnerable. The vulnerability does not affect other Chromium-based browsers unless they ship the same vulnerable V8 version without patches. Users of Edge, Brave, or other Chromium derivatives should verify their vendor's patch status independently.

Exploitability

Exploitation requires a remote attacker to craft a malicious HTML page and convince a user to visit it and perform specific UI gestures—such as certain mouse movements, button clicks, or keyboard interactions. This is not a wormable vulnerability and does not allow for unauthenticated remote access without user involvement. The barrier to exploitation is moderate: while the attack must be targeted or embedded in a social engineering campaign, no zero-click variants are known. The vulnerability is not listed on CISA's KEV catalog, indicating no known public exploits have been disclosed or actively weaponized at the time of publication.

Remediation

Update Google Chrome to version 150.0.7871.46 or later. Chrome's auto-update mechanism typically deploys patches within hours to days of release; verify completion on high-risk machines. For managed deployments, consult Google's Chrome Enterprise release notes and push patches through your mobile device management (MDM) or systems management tools. No workarounds exist; patching is the only mitigation.

Patch guidance

Patch availability: Google Chrome 150.0.7871.46 addresses this issue. End users can trigger manual updates via Chrome menu > Help > About Google Chrome, which automatically downloads and installs the patch on next restart. Enterprise administrators should verify patch deployment through Chrome Management Console or group policy settings (for Windows domains). Monitor your fleet for machines still running versions before 150.0.7871.46. Test the patch in a pilot group before broad rollout to avoid compatibility issues with internal web applications, though V8 patches rarely introduce breaking changes for standard web content.

Detection guidance

Monitor process execution and network behavior for signs of suspicious activity from Chrome renderer processes. Look for unexpected child processes spawned by chrome.exe or chromium, unusual memory allocations, or unusual outbound network connections from the browser. Endpoint detection and response (EDR) tools should flag attempts to exploit V8 vulnerabilities, though signature-based detection is difficult until exploits are weaponized. Network-based detection is not practical for this attack type, as the payload is embedded in HTML. User awareness training remains essential—educate staff to avoid clicking suspicious links or visiting untrusted sites, and to report unexpected browser behavior.

Why prioritize this

Although Google classified this as 'Low' severity internally, the CVSS 3.1 score of 7.5 (HIGH) reflects the real impact: an attacker gains arbitrary code execution with access to sensitive data within the user's browser session. The combination of network accessibility, user interaction requirement, and data exfiltration potential warrants prompt patching—within 1–2 weeks for standard environments and within 72 hours for high-risk users (e.g., those accessing financial systems or classified information). The lack of KEV listing and public exploits allows for measured but not leisurely remediation.

Risk score, explained

The CVSS 3.1 score of 7.5 (HIGH) is justified by the high impact on confidentiality and integrity (C:H, I:H), combined with the feasibility of network-based attack delivery. The mandatory UI interaction (AC:H) prevents a higher score, as does sandbox containment (limiting availability impact). The score appropriately reflects that while exploitation is not trivial, the potential harm to user data is substantial.

Frequently asked questions

Why does Google rate this as 'Low' severity when the CVSS score is 7.5 (HIGH)?

Google's internal severity classification and CVSS are independent metrics. Google's 'Low' rating may reflect their assessment of real-world exploitation probability and the sandbox boundary limiting system-wide compromise. CVSS 7.5 is calculated using a standardized formula that weighs the impact of successful exploitation (data theft, code execution) regardless of likelihood. Both perspectives are valid: Google emphasizes exploitability barriers; CVSS emphasizes impact. Organizations should prioritize based on CVSS and patch immediately.

Can this vulnerability be exploited without user interaction?

No. The vulnerability specifically requires a user to engage in 'specific UI gestures' on a malicious page. This might include clicking a button, dragging, typing, or other interactions. An attacker cannot exploit this through a passive drive-by download or zero-click method. However, social engineering or embedding the page in a legitimate-looking email link reduces friction significantly.

Is Chrome on mobile affected?

Yes. Chrome for Android and iOS running versions before 150.0.7871.46 are vulnerable, assuming the iOS version ships the same V8 engine (iOS Chrome uses WebKit by policy, so iOS impact may differ—verify with Apple and Google's advisories). Android Chrome users should apply the same patch urgently.

What if we use a different browser like Firefox or Safari?

Firefox and Safari are not affected by this vulnerability, as it is specific to V8 (Chrome's JavaScript engine). However, similar classes of bugs may exist in SpiderMonkey (Firefox) or JavaScriptCore (Safari). Assess your browser policy holistically rather than viewing CVE remediation as sufficient security posture.

This analysis is provided for informational purposes and does not constitute legal, compliance, or security advice. The vulnerability data is accurate as of 2026-07-03 and may be updated by vendors or NIST. Organizations must verify patch availability and compatibility in their own environments before deployment. No exploit code or weaponized proof-of-concept details are provided. SEC.co does not guarantee the absence of zero-day variants or unreported exploits. Consult vendor advisories and your security team before taking action. Source: NVD (public-domain), retrieved 2026-08-10. Analysis generated by SEC.co (claude-haiku-4-5).