MEDIUM 4.3

CVE-2026-14045: Chrome Cross-Origin Data Leak via Renderer Compromise

A flaw in Google Chrome's network handling allows attackers who have already compromised the browser's renderer process to steal sensitive data from websites the user visits. The attacker would craft a malicious webpage designed to leak information across security boundaries that normally keep data from different websites separate. This requires the attacker to have already gained control of Chrome's rendering engine, making this a post-compromise issue rather than a remote code execution vector.

Source data · NVD / CISA · public domain

CVSS
3.1 · 4.3 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N
Weaknesses (CWE)
CWE-20
Affected products
1 configuration(s)
Published / Modified
2026-06-30 / 2026-07-02

NVD description (verbatim)

Insufficient validation of untrusted input in Network in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to leak cross-origin data 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-14045 stems from insufficient input validation in Chrome's Network component. The vulnerability permits a compromised renderer process to exfiltrate cross-origin data through a specially crafted HTML page. The renderer, already operating under attacker control, can bypass the Same-Origin Policy protections that isolate data between different websites. The issue affects Chrome versions prior to 150.0.7871.47 and is classified as CWE-20 (Improper Input Validation). Google assigned this a Low severity rating internally, though the CVSS 3.1 score of 4.3 reflects the confidentiality impact and network-based attack surface.

Business impact

The practical risk depends on your organization's threat model. If your concern is preventing initial compromise, this vulnerability alone does not grant remote code execution—it requires an attacker to already control the renderer process. However, in advanced attacks where an adversary has achieved code execution in Chrome, this flaw provides an additional avenue to harvest sensitive user data, session tokens, or authentication credentials from cross-origin sites. For enterprises with high-value targets or users handling sensitive financial or medical data, this compounds the damage from an already-compromised browser.

Affected systems

Google Chrome versions prior to 150.0.7871.47 are affected. This includes all older stable, beta, and development channels. Chrome on Windows, macOS, Linux, Android, and iOS versions before the patched release are in scope. Organizations using Chromium-based browsers (Edge, Brave, Opera, etc.) may face similar exposure depending on whether those vendors backport the fix; verify with each vendor's advisory.

Exploitability

Exploitation requires two conditions: (1) the attacker must first compromise the Chrome renderer process, and (2) the user must visit a malicious webpage. The renderer compromise typically requires a separate exploit—such as a use-after-free, type confusion, or sandbox escape in Chrome itself or a plugin. Once that prerequisite is met, triggering the data leak via a crafted HTML page requires only user interaction (visiting a webpage), which is low effort. The CVSS vector reflects these constraints: the attack requires no privileges (PR:N) and user interaction (UI:R), but is network-accessible (AV:N) with low attack complexity (AC:L).

Remediation

Update Google Chrome to version 150.0.7871.47 or later immediately. Chrome automatically checks for updates on startup and typically applies them after restart. For managed environments, deploy the latest version via your enterprise deployment tool (such as ADMX templates for Windows or MDM for mobile). Verify the update has been applied using Chrome's About page (chrome://about). No configuration changes or workarounds are available for unpatched versions.

Patch guidance

Roll out Chrome 150.0.7871.47 or later to all endpoints. Prioritize user-facing devices and developer workstations that browse untrusted websites. For Chromebook deployments, enable auto-updates and confirm all devices have checked in within 24 hours. For enterprise Chrome on Windows/Mac, use your standard desktop deployment pipeline; Google provides ADMX templates to enforce updates. On mobile, ensure MDM policies mandate the latest Play Store or App Store version. Test the update in a non-production environment first if you have custom Chrome extensions that may have compatibility concerns.

Detection guidance

Detection of active exploitation is difficult without access to renderer process memory or detailed network telemetry. However, monitor for: (1) unusual cross-origin data requests from Chrome (e.g., a single tab making requests to unrelated domains), (2) network traffic patterns inconsistent with user browsing behavior, (3) Chrome crash dumps or renderer process restarts (which may indicate exploitation attempts or the prior compromise that enabled this attack). SIEM rules should flag any Chrome instances attempting to exfiltrate data across security boundaries if you have endpoint visibility into network policies.

Why prioritize this

Although the CVSS score is moderate (4.3), prioritize patching because this vulnerability bridges a critical gap for attackers who have already achieved renderer-level code execution. It transforms a renderer compromise from stealing data only within that tab into a cross-site data harvesting tool. Any organization that views renderer exploits as a realistic threat model—particularly those in high-value sectors or handling sensitive data—should treat this as high priority. The fix is straightforward and automatic, lowering remediation friction.

Risk score, explained

The CVSS 3.1 score of 4.3 (MEDIUM) reflects: (1) Network-based attack surface (AV:N), (2) Low attack complexity and no privilege requirement, reducing barrier to exploitation once renderer is compromised, (3) User interaction required (UI:R) to visit the malicious page, (4) Confidentiality impact (C:L) allowing leakage of cross-origin data, (5) No integrity or availability impact. The score appropriately downgrades the risk relative to remote code execution flaws because the prerequisite renderer compromise is the harder part; this vulnerability is the 'follow-up' payload. However, in a chain attack where initial compromise is delivered via phishing or watering hole, this flaw becomes a high-value secondary stage.

Frequently asked questions

Do I need to update if my users only visit trusted internal websites?

Partial risk reduction applies. If users never visit untrusted external websites, the attack surface shrinks because the attacker cannot easily deliver the malicious HTML page. However, if your organization hosts any web applications or employees browse the public internet, you remain exposed. The safest assumption is to patch all instances, since the update is automatic and low-friction.

Is this a zero-day or was it exploited in the wild before the advisory?

This is not listed on CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating no confirmed in-the-wild exploitation at the time of publication. However, absence from KEV does not guarantee no attacker awareness; treat any network-accessible vulnerability in widely-used software as potentially targeted.

Does this vulnerability allow remote code execution?

No. The vulnerability requires an attacker to already control the Chrome renderer process. It does not grant code execution by itself; it leverages an existing code execution foothold to steal data. If you are concerned about remote code execution in Chrome, focus on other flaws or ensure your browser, OS, and plugins are all kept current.

Why is Chromium's internal severity 'Low' but the CVSS score is 'MEDIUM'?

Google's internal severity rating reflects their triage context and exploit prevalence; the CVSS 3.1 score of 4.3 is a standardized measure of technical impact. CVSS accounts for network accessibility and user interaction differently than vendor-internal ratings. Use CVSS for consistent comparison across products and vendors, but consult the vendor's advisory for context on how dangerous they believe the flaw to be in practice.

This analysis is based on the published CVE description and vendor advisory as of the date provided. We do not conduct independent proof-of-concept testing or confirm the full scope of affected versions. Verify patch version numbers and compatibility with your environment against Google's official Chrome release notes. Timelines and exploit availability may change; monitor CISA KEV and vendor advisories for updates. This document does not constitute legal or compliance advice; consult your internal security and risk teams before making remediation decisions. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).