MEDIUM 6.5

CVE-2026-14074: Chrome iOS WebAuthentication Side-Channel Information Leak

A side-channel vulnerability in Google Chrome's WebAuthentication implementation on iOS allows an attacker to leak sensitive cross-origin data through a crafted web page. The flaw exists in Chrome versions before 150.0.7871.47 and requires user interaction to trigger. An attacker would craft a malicious HTML page that, when visited by a victim, exploits timing or behavioral differences in the WebAuthentication API to infer or extract data from other websites the user has authenticated to.

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

NVD description (verbatim)

Side-channel information leakage in WebAuthentication in Google Chrome on iOS 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

CVE-2026-14074 is a side-channel information leakage vulnerability in the WebAuthentication API implementation within Google Chrome for iOS. The vulnerability stems from information being inadvertently disclosed across origin boundaries, enabling a remote attacker to infer or extract sensitive data via carefully crafted HTML content. The attack leverages observable differences in API behavior or timing when authenticating credentials—a common pattern in side-channel attacks. Affected versions include Chrome prior to 150.0.7871.47 on iOS. While Google classified this internally as Low severity, the CVSS 3.1 score of 6.5 reflects the confidentiality impact and the fact that exploitation requires user action to visit an attacker-controlled page.

Business impact

This vulnerability primarily threatens user privacy on iOS devices. If exploited, attackers could infer which websites or services a user is authenticated to, potentially enabling targeted phishing, account enumeration, or social engineering attacks. For organizations, the risk is chiefly to employee device security when staff use Chrome on iOS for corporate authentication or access to sensitive web applications. The cross-origin data leakage could compromise authentication flows and expose organizational membership or service usage patterns. However, the requirement for user interaction to visit a malicious page limits the attack surface in controlled environments.

Affected systems

Google Chrome for iOS versions prior to 150.0.7871.47 are affected. This includes all Chrome installations on Apple iPhone OS that have not been updated to the patched version. Android and desktop Chrome versions are not impacted by this specific vulnerability. The issue is specific to iOS due to architectural differences in how Chrome implements WebAuthentication on that platform.

Exploitability

Exploitation requires two preconditions: (1) the victim must be using an affected version of Chrome on iOS, and (2) the victim must visit an attacker-controlled website that hosts the crafted HTML payload. There is no network-based or local exploitation pathway. The attack is probabilistic in nature—the attacker observes side-channel behaviors (such as timing differences or API response patterns) rather than directly reading memory or executing code. This makes reliable exploitation dependent on careful payload design and repeated observations. No public proof-of-concept or active exploitation has been tracked in the KEV catalog.

Remediation

Update Google Chrome on iOS to version 150.0.7871.47 or later. This patch resolves the side-channel leak by hardening the WebAuthentication API against timing and behavioral inference attacks. Users should enable automatic app updates in the App Store, and enterprise administrators should push the update to managed devices. No configuration changes are necessary; patching is the sole remediation.

Patch guidance

Verify the installed version of Chrome on iOS by launching the app, navigating to Settings > About Chrome, and confirming the version number. If the version is below 150.0.7871.47, initiate an update immediately. For personal devices, enable App Store automatic updates to prevent future delays. For enterprises managing iOS devices via MDM, deploy Chrome 150.0.7871.47 or later through your management platform's app distribution mechanism. Rollout can typically begin immediately; there are no known compatibility issues or breaking changes in this patch.

Detection guidance

Monitor for users accessing or lingering on suspicious websites, particularly those advertising authentication or credential verification tools. On networks with web traffic inspection capability, look for HTML pages using WebAuthentication API calls (detector.webauthn patterns or navigator.credentials patterns) combined with timing measurement libraries. Endpoint Detection and Response (EDR) tools on iOS may have limited visibility, but note that actual data exfiltration would occur over HTTPS, making behavioral detection difficult without API-level inspection. Focus detection efforts on identifying compromise of downstream accounts that use cross-origin authentication schemes.

Why prioritize this

Although the internal Chromium severity is Low, this CVE warrants prompt patching due to its direct impact on user privacy and authentication security. The CVSS 6.5 Medium rating reflects the confidentiality impact and the broad user base of Chrome on iOS. The vulnerability is not yet exploited in the wild (KEV status: false), providing a window to patch proactively. Organizations with significant iOS user bases or those using iOS for enterprise authentication should deprioritize this above critical vulnerabilities but treat it as a high-priority update cycle item.

Risk score, explained

The CVSS 3.1 score of 6.5 (Medium) is driven by high confidentiality impact (C:H), no integrity or availability impact, and network-based attack vector with low complexity (AV:N, AC:L). The requirement for user interaction (UI:R) moderates the score from a higher severity band. Compared to remote code execution vulnerabilities, this is less severe, but compared to vulnerabilities with no data exposure risk, it carries meaningful risk. The score appropriately reflects that while the attack surface is narrow (iOS Chrome only), the potential for privacy breaches justifies a Medium severity classification.

Frequently asked questions

Do I need to worry about this if I use Chrome on Android or desktop?

No. This vulnerability is specific to Google Chrome on Apple iOS. The WebAuthentication implementation differs across platforms, and Android and desktop Chrome versions are not affected by this side-channel leak.

Could this vulnerability steal my passwords or login credentials directly?

No. This is a side-channel attack that leaks information about *which* websites or services you are authenticated to, not the actual passwords or credentials themselves. An attacker gains knowledge about your account relationships, which could enable targeted social engineering or phishing, but not direct credential theft.

What should I do if I think I've visited a malicious website using Chrome on iOS?

Update Chrome to version 150.0.7871.47 or later immediately, then change passwords for any sensitive accounts as a precaution. If you notice unauthorized account activity, contact the affected service provider. However, since this vulnerability requires the attacker to observe side-channel behavior in real-time, retrospective compromise from a single visit is unlikely unless you spent considerable time on the malicious page.

Does this vulnerability affect Safari or other browsers on iOS?

No, this is specific to Google Chrome's WebAuthentication implementation. Safari and other browsers have different implementations and are not affected by this particular vulnerability, though they may have their own security considerations.

This analysis is based on the CVE record and public vulnerability disclosures as of the publication date. Patch version numbers and affected versions should be verified against Google's official Chrome release notes and Apple's security advisories before deployment. Side-channel vulnerabilities can be difficult to exploit reliably in practice, and no active exploitation has been confirmed. Organizations should validate patch compatibility within their own environments before broad rollout. This information is provided for informational purposes and does not constitute legal, compliance, or professional security advice. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).