MEDIUM 6.5

CVE-2026-13847: Chrome iOS Cross-Origin Data Leak Vulnerability

Google Chrome for iOS contains a flaw in how it validates user-supplied input when rendering web pages. An attacker can craft a malicious HTML page that, when viewed on an affected iOS device, leaks sensitive data from websites the user has visited or logged into—data that should be isolated between different web origins. The vulnerability affects Chrome versions prior to 150.0.7871.47 on iOS and requires user interaction (the user must visit the attacker's page), but once that happens, no additional steps are needed to compromise cross-origin data.

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

NVD description (verbatim)

Insufficient validation of untrusted input in Chrome for iOS 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: High)

2 reference(s) · View on NVD →

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

Technical summary

The vulnerability stems from insufficient input validation (CWE-20) in Chrome's iOS rendering engine. The flaw allows a remote attacker to bypass same-origin policy protections through a crafted HTML document. When processed by the vulnerable browser, the malicious page can access or exfiltrate data associated with other origins—including authentication tokens, cookies, or sensitive content from other websites. The attack vector is network-based, requires no special privileges, and is triggered by user interaction (visiting the malicious page). The impact is strictly confidentiality; there is no code execution, denial of service, or data modification.

Business impact

Organizations whose users access sensitive web applications via Chrome on iOS face a temporary risk of credential and data exposure. Financial services, healthcare platforms, enterprise portals, and SaaS applications are potential targets. An attacker could weaponize this to steal session tokens, extract personal information, or exfiltrate proprietary data. The attack requires social engineering to lure users to a malicious site but could be combined with phishing or watering-hole campaigns for scale. The window of exposure is limited to devices running unpatched Chrome versions.

Affected systems

Google Chrome on Apple iOS devices running versions prior to 150.0.7871.47 are affected. The vulnerability is specific to the iOS platform; Chrome on Android, macOS, Windows, and Linux are not impacted by this particular flaw. All iOS users with Chrome installed and not yet updated to version 150.0.7871.47 or later are at risk.

Exploitability

The vulnerability has a CVSS score of 6.5 (Medium severity) and is not currently listed on CISA's Known Exploited Vulnerabilities catalog, indicating no publicly confirmed active exploitation at the time of publication. The attack requires user interaction—a victim must be tricked into visiting a crafted web page—which limits the attack surface compared to network-only or local vulnerabilities. However, the barrier to exploitation is low: the attacker needs only HTML crafting skills and a method to distribute the malicious page (phishing, ads, compromised websites). Once a user visits, the exploitation is automatic.

Remediation

Users must update Chrome for iOS to version 150.0.7871.47 or later. Apple's App Store typically pushes updates automatically, but users can manually check for updates in the App Store or Chrome settings. Organizations should communicate the availability of this patch to iOS users and encourage immediate installation, especially for users who access sensitive web applications. No workarounds exist; patching is the only mitigation.

Patch guidance

Google has addressed this vulnerability in Chrome for iOS version 150.0.7871.47. Users should enable automatic updates in the App Store to receive the patch without manual intervention. IT administrators managing iOS devices via MDM (Mobile Device Management) solutions should verify their deployment of Chrome updates and confirm patch rollout across the fleet. Check the Apple App Store or Google Chrome release notes for verification that your installed version matches or exceeds 150.0.7871.47.

Detection guidance

Detection is difficult on the endpoint side because the attack manifests as normal browsing traffic to a malicious HTML page. Network-based detection could look for anomalous cross-site data exfiltration patterns or identify known malicious pages hosting this exploit. Web application security teams should monitor for unusual access patterns or data leaks correlating with the vulnerability timeline. Encourage users to report suspicious pages or unexpected authentication prompts. Validate Chrome version compliance across your iOS fleet using MDM reporting or by requiring users to confirm their version in a security assessment.

Why prioritize this

Although the CVSS score is Medium (6.5) and no active exploitation is confirmed, this vulnerability affects a widely-used platform (iOS Chrome) and compromises a fundamental security boundary (same-origin policy). Cross-origin data leaks can expose authentication credentials and personal information at scale if weaponized in a phishing campaign. Prioritization should be high for organizations whose employees use iOS devices to access web-based business applications, particularly in regulated industries or those handling sensitive data. The easy distribution and low detection overhead make this a practical target for attackers despite the user interaction requirement.

Risk score, explained

The CVSS 3.1 score of 6.5 reflects a network-accessible vulnerability (AV:N) with low attack complexity (AC:L) requiring no privileges (PR:N) but user interaction (UI:R). The impact is limited to confidentiality (C:H), with no integrity or availability compromise (I:N, A:N). The score appropriately captures the severity of cross-origin data leakage while acknowledging the user-interaction gate. However, organizations handling highly sensitive data or with large iOS user bases should treat this as high priority for rapid patching, as the real-world impact can exceed the base CVSS rating.

Frequently asked questions

Can an attacker execute code or completely take over my phone via this vulnerability?

No. This vulnerability is limited to leaking data between web origins. It does not allow code execution, malware installation, or system compromise. The attacker can read or steal data the browser has access to, but cannot modify it or access the underlying iOS operating system.

Do I need to do anything if I have automatic updates enabled on my iPhone?

If you have automatic updates enabled in the App Store, Chrome for iOS will update to version 150.0.7871.47 automatically, and you will be protected. You can verify your Chrome version in Chrome settings > About Chrome. If updates are manual, you must visit the App Store and install the latest Chrome version.

Is this vulnerability actively being exploited in the wild?

As of the publication date, this vulnerability is not listed on CISA's Known Exploited Vulnerabilities catalog, which means there is no confirmed evidence of active, in-the-wild exploitation. However, the straightforward nature of the attack means exploitation could occur once the vulnerability becomes widely known. Patching promptly is the best defense.

How can attackers get users to visit their malicious page?

Attackers typically use phishing emails, malicious ads, compromised legitimate websites, or social engineering to trick users into clicking a link. Educating users to be suspicious of unexpected links and keeping Chrome updated remain the best defenses.

This analysis is provided for informational purposes and reflects the state of the vulnerability as documented by Google, Chromium security advisories, and CVSS 3.1 scoring. Security intelligence and prioritization should incorporate your organization's specific environment, threat model, and asset criticality. Always verify patch availability and compatibility with your iOS deployment before rolling out updates. No exploit code, working proof-of-concept, or detailed attack methodology is provided herein. Consult official Google Chrome, Apple, and CISA advisories for authoritative technical guidance and remediation timelines. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).