MEDIUM 4.3

CVE-2026-13946: Chrome iOS Cross-Origin Data Leak Vulnerability (Medium)

A security flaw in Google Chrome on iOS allows attackers to steal data from different websites by tricking users into viewing a specially crafted webpage. The vulnerability stems from improper handling of script injections, which can expose information that should remain hidden between websites. An attacker needs user interaction—typically clicking a link or visiting a malicious site—to exploit this, making it a moderate rather than critical risk.

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

NVD description (verbatim)

Inappropriate implementation in ScriptInjections 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: Medium)

2 reference(s) · View on NVD →

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

Technical summary

CVE-2026-13946 is a cross-origin information disclosure vulnerability in Chrome's ScriptInjections implementation on iOS. The flaw permits a network attacker to exfiltrate data across origin boundaries through a malicious HTML page when a user is socially engineered into visiting it. The underlying weakness is classified as CWE-352 (Cross-Site Request Forgery or CSRF-like behavior), though the actual vector involves script injection rather than traditional CSRF. The vulnerability was patched in Chrome 150.0.7871.47 and affects all prior versions on iOS.

Business impact

Organizations whose employees use Chrome on iOS face a data leakage risk if targeted by attackers. Sensitive information—such as authentication tokens, session data, or personal details exposed in web applications—could be stolen without detection. The impact is limited by the CVSS C:L (confidentiality low) rating and the requirement for user interaction, but in environments handling regulated data or competitive intelligence, even partial leakage poses compliance and business continuity concerns. Customer-facing applications should assume some iOS Chrome users may be compromised.

Affected systems

Google Chrome versions prior to 150.0.7871.47 on iOS are affected. This includes iPhone and iPad users running older Chrome builds. The vulnerability does not affect Chrome on Android, macOS, Windows, or Linux, nor does it affect Safari or other iOS browsers. Organizations should focus mitigation on iOS endpoints accessing sensitive web services.

Exploitability

Exploitability is straightforward from a technical standpoint but requires user action. An attacker must craft a malicious HTML page and socially engineer a user (via phishing, watering hole attacks, or advertising) to visit it while logged into a sensitive service. Once loaded, the page can leak cross-origin data without additional user consent. No authentication is required, and the network barrier to entry is low (CVSS AV:N). The practical exploitation rate is likely moderate because it depends on successful social engineering and the victim's browsing habits.

Remediation

Update Google Chrome on iOS to version 150.0.7871.47 or later. Users can enable automatic updates in the App Store settings to receive patches without manual intervention. For organizations without device management, communicating the update to users and enforcing minimum Chrome version policies (if using Mobile Device Management) is advisable. Until patched, users should avoid clicking links from untrusted sources and consider using Safari for accessing highly sensitive applications.

Patch guidance

Verify and deploy Chrome version 150.0.7871.47 or later on all managed iOS devices. If using Mobile Device Management (MDM) solutions such as Intune, Jamf, or MobileIron, configure policies to enforce minimum version requirements and automatic updates. For BYOD environments, provide clear guidance to employees and monitor adoption rates. No configuration workarounds exist; patching is the sole remediation.

Detection guidance

Detection is challenging without endpoint visibility. Look for indicators such as users accessing sensitive web applications from older Chrome builds on iOS (via user-agent analysis in web server logs, though spoofing is possible). Monitor web application access logs for unusual cross-origin requests or data exfiltration patterns that correlate with iOS Chrome traffic. Endpoint Detection and Response (EDR) tools with iOS support may flag suspicious script execution, but most organizations lack such visibility on personal or BYOD devices. Focus on patch compliance reporting rather than runtime detection.

Why prioritize this

While the CVSS score of 4.3 (Medium) might suggest lower priority, the vulnerability warrants timely attention due to its confidentiality impact on iOS users, the broad user base of Chrome, and the ease of exploitation via social engineering. iOS devices often handle sensitive tasks (banking, email, corporate apps), making data leakage material. The lack of active exploitation in the wild (KEV status: false) reduces urgency slightly, but organizations should still treat this as a standard medium-priority patch within a 30-day window.

Risk score, explained

The CVSS 3.1 score of 4.3 reflects a network-accessible vulnerability with low attack complexity and user interaction required (UI:R), resulting in low confidentiality impact but no integrity or availability loss (I:N, A:N). The scope remains unchanged (S:U), indicating the attacker cannot elevate privileges beyond their own context. The score appropriately captures the practical risk: real but constrained by the social engineering requirement and limited blast radius (iOS-only, data exposure rather than system compromise). Chromium's own assessment of Medium severity aligns with this rating.

Frequently asked questions

Does this vulnerability affect Chrome on Android or other platforms?

No. CVE-2026-13946 is specific to Chrome on iOS (iPhone and iPad). Android, macOS, Windows, and Linux versions are not affected. Similarly, Safari and other iOS browsers do not contain this flaw.

Can I be exploited without clicking a link or visiting a malicious site?

No. The vulnerability requires a user action—typically visiting a crafted webpage, often via social engineering. A user must be on that page while authenticated to a sensitive service for data leakage to occur. There is no passive, wormable vector.

What data is at risk?

Any data that a website can access in the user's browser memory or through API calls—such as session tokens, authentication cookies, personal information displayed on the page, or cross-origin API responses—could potentially be leaked. The risk is highest for sensitive services like banking, email, and corporate applications.

Do I need to do anything if I'm not using Chrome on iOS?

No. If you or your users exclusively use Safari, Chrome on Android, or Chrome on non-iOS platforms, this vulnerability does not directly affect you. However, if any users in your environment access your applications via iOS Chrome, they should update.

This analysis is based on CVE-2026-13946 as published on 2026-06-30 and modified on 2026-07-02. CVSS scores and vendor advisories may be updated; verify patching requirements directly with Google's Chrome release notes and Apple's security documentation. This vulnerability is not currently tracked in the CISA KEV catalog and shows no evidence of active exploitation as of the publication date. Actual exploitability and impact may vary based on deployment context, user behavior, and compensating controls. This document does not constitute security advice for any specific organization; consult your internal security team and vendor advisories before deploying patches. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).