MEDIUM 6.5

CVE-2026-14146: Google Chrome CSS Cross-Origin Data Leak Vulnerability

Google Chrome versions before 150.0.7871.47 contain a flaw in how the browser processes CSS that could allow an attacker to trick users into visiting a malicious website and leak data from other websites the user has open. The vulnerability requires user interaction (clicking a link or visiting a page) but does not require the attacker to have special privileges or bypass browser security features. While Chromium's security team rated this Low severity internally, the CVSS score reflects a Medium risk due to the potential for unauthorized information disclosure across security boundaries.

Source data · NVD / CISA · public domain

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

NVD description (verbatim)

Inappropriate implementation in CSS in Google Chrome prior to 150.0.7871.47 allowed a remote attacker 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

This vulnerability stems from an inappropriate implementation in Chrome's CSS handling mechanism that fails to properly enforce cross-origin isolation boundaries. An attacker can craft a malicious HTML page that, when visited by a user, exploits the CSS processing logic to exfiltrate data from other origins the user has authenticated to or has open in other tabs. The flaw is categorized under CWE-200 (Information Exposure), indicating a failure in the access control or data segregation layer. The attack surface is the HTML/CSS parsing and rendering pipeline; no network-level attacks or privilege escalation are required. Exploitation depends on user interaction—specifically navigating to or being redirected to the attacker's HTML page—but requires no special configuration or user behavior beyond normal browsing.

Business impact

Data leakage across websites poses a direct confidentiality risk to enterprises and users. Employees may inadvertently expose authentication tokens, session cookies, or sensitive information displayed on one site while simultaneously visiting an attacker-controlled page. For organizations with multi-tab workflows (research, analysis, secure portals), the risk is amplified. Financially, this could lead to account compromise, credential theft, or exposure of proprietary information. The attack is silent—users will not receive a warning that their cross-origin data is being harvested—making detection without monitoring difficult.

Affected systems

Google Chrome releases prior to version 150.0.7871.47 are affected. This includes all earlier stable, beta, and extended release branches of Chrome. Organizations using Chrome as their primary browser, or allowing it alongside corporate browsers, should prioritize updates. The vulnerability affects Chrome on all supported platforms (Windows, macOS, Linux, Android, iOS), though the practical risk varies by deployment scenario.

Exploitability

Exploitability is straightforward for an attacker with basic web development skills. A crafted HTML page using CSS tricks to trigger the vulnerability requires no sophisticated techniques, zero-day knowledge, or user-level vulnerabilities in other software. The primary barrier to exploitation is user interaction—the victim must navigate to or be sent to the attacker's page. This could happen via phishing, social engineering, malicious advertisements, or compromised websites. Once a user visits, the attack executes automatically without additional prompts or suspicious behavior that would alert the user. No exploit code is publicly available yet, but the low technical bar suggests exploitation could accelerate once details become widely known.

Remediation

Update Google Chrome to version 150.0.7871.47 or later. Chrome's automatic update mechanism typically deploys patches within days of release; verify that automatic updates are enabled in your environment. For managed deployments, push the update through your device management platform (Intune, MDM, etc.) to ensure compliance. Users on older Chrome versions should manually check Settings > About Chrome if automatic updates have not applied the patch. No workarounds are available; patching is the only mitigation.

Patch guidance

Chrome 150.0.7871.47 and later contain the fix. Verify the version by navigating to chrome://version in the address bar. For enterprise deployments: (1) confirm auto-update policies are enabled via group policy or MDM; (2) if using extended support channels, consult Chrome's release notes to confirm the patch is included in your branch; (3) test the patch in a staging environment before full rollout if your organization has critical web-based applications; (4) consider forcing updates if auto-update has delays. Minor version skips are safe—any version 150.0.7871.47 or higher eliminates the vulnerability.

Detection guidance

Detection is challenging because exploitation leaves minimal forensic traces. Monitor for: (1) unusual tab activity or rapid tab creation/closure in security logs if available; (2) network traffic anomalies to attacker domains if users visit phishing sites; (3) Chrome browser logs (if centrally collected) for CSS rendering errors or warnings; (4) user reports of suspicious website behavior or unexpected data access. Deploy web filtering and DNS monitoring to block known malicious domains used in CSS-based data exfiltration campaigns. Educate users to avoid clicking untrusted links and to be cautious of websites requesting access to sensitive information.

Why prioritize this

Although Chromium rated this Low internally, the CVSS 6.5 MEDIUM score reflects the real-world risk: (1) high attack complexity is low—no special setup needed; (2) user interaction is required but is highly probable in normal browsing; (3) confidentiality impact is high—attackers can leak sensitive cross-origin data; (4) the attack is silent and difficult to detect post-exploitation. For organizations with users who work with multiple web applications simultaneously or handle sensitive data in browsers, this poses elevated risk compared to purely local or network-layer vulnerabilities. Prioritize patching within 1–2 weeks.

Risk score, explained

The CVSS 6.5 (MEDIUM) score reflects: AV:N (network-accessible), AC:L (low attack complexity—no special tools or configuration), PR:N (no privileges required), UI:R (user interaction required—the victim must visit the page), S:U (scope unchanged), C:H (high confidentiality impact—data leakage), I:N (integrity not affected), A:N (availability not affected). The score appropriately elevates the risk above Chromium's internal Low rating because it accounts for the real-world likelihood of users visiting untrusted content and the significant confidentiality breach possible through cross-origin data extraction. An organization's risk tolerance should factor in the frequency of browser-based work and the sensitivity of data accessed through web applications.

Frequently asked questions

Can this vulnerability affect my organization if we don't use Google Chrome?

No. Only Google Chrome is affected. If your organization exclusively uses Firefox, Safari, Edge, or other browsers, this CVE does not apply. However, if employees use Chrome personally or for any work-related browsing, updating is still advisable.

Do I need to do anything if Chrome is set to auto-update?

Likely not. Chrome's auto-update feature typically deploys patches within 24–72 hours of release. Verify by checking Settings > About Chrome, which will display your current version and apply any pending updates. For enterprise environments, confirm that auto-update is enabled in your MDM/group policy configuration.

What should I tell users about this vulnerability?

Keep the message simple: Update Chrome to the latest version as soon as possible. Avoid clicking links in untrusted emails or messages. You may also remind them that visiting unfamiliar websites while logged into sensitive accounts (email, banking, work portals) poses a risk, not just from this vulnerability but from phishing and other attacks.

Is there any public exploit code or active exploitation of this vulnerability?

As of the publication date, no public exploit code is known to exist. However, the low technical complexity means that weaponized exploits could appear relatively quickly once details are widely disclosed. Patching promptly reduces exposure.

This analysis is based on publicly available information as of the publication date and reflects known facts about CVE-2026-14146. CVSS scores and technical details are subject to revision by NIST or the vendor. Patch version numbers and availability dates should be verified against the official Google Chrome release notes and security advisories. This document does not constitute professional security advice tailored to your organization; consult your internal security team or a qualified security professional for deployment decisions. The absence of known public exploits does not guarantee that exploitation is not occurring in the wild. Organizations should treat this vulnerability as actionable and prioritize patching based on their risk tolerance and operational context. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).