MEDIUM 4.3

CVE-2026-14057: Chrome FedCM Same-Origin Policy Bypass – Patch and Remediation Guide

A vulnerability in Google Chrome's Federated Credential Management (FedCM) implementation allows attackers to bypass the same-origin policy—a fundamental browser security boundary that prevents malicious websites from accessing data belonging to other sites. An attacker could craft a deceptive HTML page to trick users into visiting it, potentially enabling unauthorized access to credentials or identity information. The vulnerability affects Chrome versions before 150.0.7871.47 and requires user interaction to exploit.

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:N/I:L/A:N
Weaknesses (CWE)
CWE-346
Affected products
1 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Inappropriate implementation in FedCM in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to bypass same origin policy 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-14057 is an origin-policy bypass flaw in Chrome's FedCM component, a credential-handling subsystem designed for federated identity workflows. The root cause is inappropriate implementation logic that fails to properly enforce same-origin restrictions when processing federated credential requests. By crafting a malicious HTML payload and inducing a user to visit the page, an attacker can circumvent the browser's origin-checking mechanisms, allowing credential leakage or impersonation scenarios. The issue is classified as CWE-346 (Origin Validation Error) and carries a CVSS 3.1 score of 4.3 (Medium severity), reflecting moderate impact with low attack complexity but requiring user interaction.

Business impact

This vulnerability poses a targeted identity and authentication risk. Organizations relying on federated login workflows (OAuth, SAML, or similar patterns via FedCM) may face credential compromise or session hijacking if users are tricked into visiting attacker-controlled sites. The impact is contained by the requirement for active user participation, reducing the risk of large-scale automated exploitation. However, phishing campaigns targeting employees at federated-identity-heavy organizations could weaponize this flaw to obtain legitimate credentials without triggering secondary authentication factors.

Affected systems

Google Chrome browsers with versions prior to 150.0.7871.47 are affected. Chromium-based browsers that have not yet merged this patch (including Edge, Brave, Opera, and other Chromium derivatives) may also be vulnerable until they update. Desktop, mobile, and embedded deployments running unpatched versions of these browsers are in scope.

Exploitability

The attack requires network access and user interaction; it is not remotely exploitable without social engineering. The barrier to exploitation is moderate: an attacker must either trick a user into visiting a crafted URL or embed the payload in a compromised website. Once a user lands on the malicious page, the browser-level flaw is triggered automatically. No special attacker privileges are required. Chromium's internal assessment rated this as Low severity, suggesting limited real-world exploitation potential or narrow attack surface.

Remediation

Update Google Chrome to version 150.0.7871.47 or later immediately. Users can verify their Chrome version by navigating to chrome://settings/help, which will also auto-download and install the latest version if available. For Chromium-based browsers (Edge, Brave, etc.), check for updates through their respective update mechanisms. Organizations with managed Chrome deployments should push the update via their device management platform to ensure timely coverage.

Patch guidance

Google has released Chrome 150.0.7871.47 to address this vulnerability. Apply the patch at your earliest convenience, prioritizing any systems or users handling federated identity workflows or high-value authentication scenarios. Most users will receive auto-updates within days; enterprises should verify deployment across their fleet. Test the update in a non-production environment first if your organization has critical web application dependencies on Chrome's FedCM behavior, though such dependencies are uncommon outside identity-provider ecosystems.

Detection guidance

Monitor for suspicious HTML pages served from unexpected origins or embedded in phishing emails, especially those that trigger federated login flows. Browser logs and security event data may show FedCM-related warnings or errors if exploitation is attempted. Implement email content filtering to detect phishing attempts that reference federated services. Network segmentation and user awareness training reduce the likelihood that users will click through to attacker-controlled pages. Endpoint detection tools should flag unusual credential-exchange behavior correlated with unpatched Chrome versions.

Why prioritize this

While the CVSS score is moderate, this vulnerability should be patched promptly because it undermines a core browser security boundary and targets authentication workflows. However, its reliance on user interaction and absence from the Known Exploited Vulnerabilities (KEV) catalog indicate it is not yet under active mass exploitation. Prioritize patching over emergency procedures, but do not delay beyond your standard update cadence. Organizations with high-value identity systems or frequent phishing attacks should move this to the front of the queue.

Risk score, explained

The CVSS 3.1 score of 4.3 (Medium) reflects a network-accessible vulnerability with low attack complexity but mandatory user interaction and limited direct impact (integrity only, no confidentiality or availability loss). The score appropriately captures the authentication-boundary breach, while the Medium rather than High rating acknowledges the interaction requirement and narrow attack surface. The absence of KEV status and Chromium's Low severity designation suggest this flaw is less likely to be weaponized at scale compared to, for example, a remote-code-execution issue.

Frequently asked questions

What is FedCM and why does this vulnerability matter?

FedCM (Federated Credential Management) is a Chrome API that securely handles login workflows across federated identity providers. By bypassing same-origin policy, an attacker can potentially steal or misuse credentials, undermining the trust model on which federated authentication depends. This is especially concerning for organizations using OAuth or SAML-like flows in the browser.

Do I need to do anything if I use Chrome but don't use federated login?

Technically, any Chrome user with the vulnerable version is at risk if they visit a malicious page. However, the attack requires active user participation and targets federated credential scenarios specifically. General best practice is to keep Chrome updated for security and performance. If you are on an auto-update cycle, you will receive version 150.0.7871.47 automatically within days.

Is this vulnerability already being exploited in the wild?

No. The vulnerability is not listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, indicating no evidence of active real-world exploitation at the time of disclosure. This does not mean it will never be exploited; it means organizations have a window to patch before attackers shift focus to this flaw.

What should security teams focus on during remediation?

Verify Chrome and Chromium-based browser versions across your environment using mobile device management, endpoint detection, or asset inventory tools. Prioritize any systems handling sensitive federated identity workflows. Communicate the patch availability to users and test it in a lab before broad rollout if you have custom web applications. Reinforce phishing awareness training, as the exploit requires user trust or deception.

This analysis is based on official vendor disclosures and CVSS assessment data current as of the publication date. Security researchers and organizations should verify patch versions and availability against Google's official Chrome release notes and security advisories. Attack scenarios described herein are illustrative and not a substitute for threat modeling specific to your environment. No exploit code or weaponized proof-of-concept is included or endorsed by SEC.co. Always test security updates in a controlled environment before deploying to production systems. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).