MEDIUM 4.3

CVE-2026-14003: Chrome Extension Policy Enforcement Flaw Allows Cross-Origin Data Leakage

A flaw in how Google Chrome enforces security policies for extensions allows a malicious extension to access and leak data from websites you visit across different origins—essentially reading information it shouldn't have access to. An attacker would need to trick you into installing a malicious extension first, but once installed, the extension can quietly exfiltrate sensitive cross-origin data without additional user interaction. This affects Chrome versions before 150.0.7871.47.

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-284
Affected products
1 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Insufficient policy enforcement in Extensions in Google Chrome prior to 150.0.7871.47 allowed an attacker who convinced a user to install a malicious extension to leak cross-origin data via a crafted Chrome Extension. (Chromium security severity: Medium)

2 reference(s) · View on NVD →

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

Technical summary

CVE-2026-14003 exploits insufficient policy enforcement within Chrome's extension sandbox model. The vulnerability resides in how Chrome validates and restricts cross-origin data access for extensions. A crafted malicious extension can bypass these origin-based access controls to read sensitive information from websites, violating the Same-Origin Policy principles that normally isolate web content. The weakness is classified under CWE-284 (Improper Access Control) and carries a CVSS 3.1 score of 4.3 (Medium), reflecting the requirement for user interaction (extension installation) to trigger the flaw, though the information disclosure itself is straightforward once the extension is active.

Business impact

While the attack requires user deception to install a malicious extension, the impact is non-trivial for organizations. Compromised extensions could harvest authentication tokens, session cookies, personal data, or proprietary information visible in web applications. For enterprises with strict data governance or regulatory requirements (HIPAA, PCI-DSS, GDPR), unauthorized cross-origin data leakage from employee browsers creates compliance exposure. The risk is particularly acute in environments where employees regularly interact with sensitive SaaS applications or internal web portals.

Affected systems

All installations of Google Chrome prior to version 150.0.7871.47 are vulnerable. This includes Chrome on Windows, macOS, Linux, Android, and ChromeOS platforms. The vulnerability does not affect Chromium-based browsers built from source code prior to the patched commit, but users of unpatched Chrome distributions remain at risk.

Exploitability

Exploitation requires user interaction: an attacker must convince a user to install a malicious extension, either through social engineering, deceptive packaging, or supply-chain compromise of a legitimate extension. The bar for user deception is relatively low—disguised as a productivity tool, theme, or language extension. Once installed, no further user action is needed for data exfiltration. Public exploit code is not widely available, but the underlying technique is well within the reach of motivated threat actors.

Remediation

Update Google Chrome to version 150.0.7871.47 or later. Chrome will auto-update on most platforms; verify your installed version in Chrome Settings > About Chrome. Organizations should also conduct extension audits to identify any suspicious, obsolete, or unnecessary extensions already installed. Consider deploying extension management policies via Chrome Enterprise policies to restrict installation to a curated allow-list of approved extensions.

Patch guidance

Deploy Chrome 150.0.7871.47 or later. Most users receive automatic updates; however, verify completion by checking Chrome Settings > About Chrome, which will show 'Google Chrome is up to date' once patched. For enterprise deployments using Google Admin Console or third-party endpoint management tools, push the update through your standard channel and monitor rollout completion. No additional configuration changes are required; the patch enforces policy controls by default.

Detection guidance

Monitor for installation of suspicious or unexpected browser extensions across your organization. Use browser management tools (Google Admin Console, endpoint detection and response platforms, or browser extension monitoring software) to audit installed extensions and flag those from unknown publishers or with excessive permissions. Log and alert on extensions requesting 'read all data' or cross-origin manifest permissions. Web proxies and threat intelligence feeds may flag known malicious extensions.

Why prioritize this

Despite a CVSS score of 4.3, this vulnerability merits prompt patching because it directly enables data theft from authenticated web sessions and the exploitation path (tricking users to install extensions) is realistic in social engineering campaigns. Organizations handling sensitive data in browser-accessible applications should prioritize this update. However, it does not warrant emergency response procedures—schedule the patch in your standard monthly or bi-weekly update cycle.

Risk score, explained

The CVSS 3.1 score of 4.3 (Medium) reflects low attack complexity and no special privileges required, but penalties for mandatory user interaction (extension installation) and limited scope (information disclosure only, no code execution or system compromise). The vector CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N indicates network-based attack, low complexity, no privileges needed, but required user action and only confidentiality impact. While the score is moderate, the real-world risk depends on how effectively your organization controls extension installations and user security awareness.

Frequently asked questions

Do I need to worry about this if I don't use browser extensions?

Not directly. This vulnerability only affects users or organizations that have installed extensions. However, if your organization does allow extension use, even by a subset of users, audit those users' extensions and prioritize Chrome updates across your fleet.

Can this vulnerability be exploited remotely without any user action?

No. An attacker must first convince a user to install a malicious extension. Once installed, the extension can operate in the background, but initial installation requires user interaction—either clicking 'Add extension' in the Chrome Web Store or manually loading an extension from a file.

What types of data can a malicious extension steal through this vulnerability?

Depending on what websites the user visits and what data is displayed, a malicious extension could steal session tokens, authentication cookies, personal information, form data, or content from web applications. It is constrained to data visible in the user's browser context, not underlying server data.

Is Chrome on mobile (Android) affected?

Yes. Chrome on Android prior to version 150.0.7871.47 is vulnerable if extensions are installed. Note that extension availability on mobile Chrome is more limited than desktop, but the vulnerability applies where extensions are available.

This analysis is based on the CVE-2026-14003 vulnerability record published on 2026-06-30. Patch versions, affected product ranges, and vendor advisories should be verified against official Google Chrome security releases. This vulnerability is not currently listed on the CISA Known Exploited Vulnerabilities (KEV) catalog. No public exploit code is currently available, but organizations should assume threat actors will develop exploitation techniques. This document does not constitute legal or compliance advice; organizations should assess their own compliance obligations and update their systems according to their risk management policies. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).