HIGH 7.5

CVE-2026-13807: Chrome iOS Use-After-Free Vulnerability – Patch Now

A use-after-free vulnerability exists in Google Chrome's import functionality on iOS. An attacker can exploit this by hosting a malicious file and convincing a user to perform specific gestures (such as importing the file) within the browser. If successful, the attacker gains the ability to run arbitrary code on the affected device with the privileges of the Chrome process. The vulnerability affects Chrome versions before 150.0.7871.47.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Weaknesses (CWE)
CWE-416
Affected products
2 configuration(s)
Published / Modified
2026-06-30 / 2026-07-02

NVD description (verbatim)

Use after free in Import in Google Chrome on iOS prior to 150.0.7871.47 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code via a malicious file. (Chromium security severity: High)

2 reference(s) · View on NVD →

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

Technical summary

CVE-2026-13807 is a use-after-free memory safety vulnerability (CWE-416) in the Import component of Chromium-based Chrome on iOS. The flaw occurs when a freed memory region is accessed after deallocation, leading to memory corruption. An attacker supplies a specially crafted file that, when imported by a user, triggers unsafe memory access in the import handler. This permits arbitrary code execution in the context of the Chrome process. The vulnerability requires user interaction but not authentication, and isolation is limited to the renderer process sandbox on iOS.

Business impact

For organizations with mobile workforces relying on iOS devices for secure browsing and data handling, this vulnerability poses a material risk. A compromised Chrome process could lead to credential theft, sensitive data exfiltration, session hijacking, or installation of persistent malware on the device. If Chrome is used to access corporate resources, internal applications, or cloud infrastructure, the impact extends beyond the browser sandbox. Rapid patching is critical to prevent supply-chain attacks where malicious files are distributed through email, messaging, or file-sharing services.

Affected systems

Google Chrome for iOS versions prior to 150.0.7871.47 are vulnerable. The vulnerability is specific to the Chrome browser on Apple iPhone OS; other Chromium-based browsers or desktop Chrome versions may have different patch timelines. iOS versions themselves are not affected—the vulnerability lies in the Chrome application layer. Any organization or user running an unpatched Chrome instance on iOS is at risk if they download or import files from untrusted sources.

Exploitability

Exploitability is moderate to high in real-world scenarios. The attack requires user interaction—specifically, the user must be convinced to engage with a malicious file within the import UI. However, social engineering can be effective, especially if the file appears legitimate (e.g., a spreadsheet, document, or archive). No network-level exploitation or advanced technical user skills are required on the attacker's side. The barrier to exploitation is primarily social rather than technical, making it likely to be weaponized if the vulnerability becomes widely known and a reliable payload is developed.

Remediation

Update Google Chrome on iOS to version 150.0.7871.47 or later. Users can check their current version in Chrome Settings > About Chrome, which will also prompt an automatic update if one is available. Organizations managing iOS devices via MDM should push this update through their mobile device management solution with priority classification. For users unable to immediately update, the mitigation is to avoid importing files from untrusted sources and disable file downloads in Chrome if business processes permit.

Patch guidance

Apple's App Store will deliver Chrome 150.0.7871.47 and newer versions automatically or via the Updates tab. Verify the version number post-update in Chrome Settings > About Chrome. For enterprises using managed iOS devices, create a forced-update policy targeting Chrome to version 150.0.7871.47 minimum. Test the update in a pilot group before full rollout to ensure compatibility with line-of-business applications. Consider monitoring for attempted exploitation through file import logs if your organization has security logging infrastructure for mobile apps.

Detection guidance

Detection at the endpoint is challenging without platform-level process monitoring (available via MDM solutions with advanced telemetry). Monitor for unusual Chrome process terminations or crashes, which may indicate exploitation attempts. At the network level, inspect email and file-sharing gateways for suspicious file types (particularly archives, documents, or files with double extensions) being sent to iOS users. Log and alert on unusual file import activity if your organization has application-level logging. Post-exploitation forensics on iOS is limited; focus on rapid patching and user education as primary defenses.

Why prioritize this

This vulnerability merits immediate attention due to its high CVSS score (7.5), high Chromium severity rating, and the prevalence of Chrome on iOS devices. While KEV status is not yet assigned, the vulnerability is demonstrable, requires only user-level interaction, and leads to code execution. Organizations should treat this as a P1 or P2 priority depending on mobile device population and reliance on Chrome for business functions. Early patching prevents opportunistic exploitation before advanced toolkits are developed.

Risk score, explained

The CVSS 3.1 score of 7.5 (HIGH) reflects high impact (confidentiality, integrity, and availability compromised via arbitrary code execution) balanced against moderate attack complexity (AC:H) due to the requirement for specific user gestures. Network accessibility (AV:N) and lack of privilege escalation requirement (PR:N) elevate the score. The score appropriately reflects the real-world threat: while not remotely exploitable without user action, the combination of widespread Chrome adoption, iOS market penetration, and the ease of social engineering file imports justifies the HIGH severity classification.

Frequently asked questions

Is my iPhone at risk if I don't use Chrome for browsing?

No. This vulnerability is specific to the Chrome application. Safari, Firefox, and other browsers on iOS are not affected. However, if Chrome is installed and used for any purpose, update it promptly. Other apps using Chrome-based WebView (less common on iOS than Android) may carry similar risk depending on their implementation.

Can this vulnerability be exploited without the user downloading or importing a file?

No. The attack requires the user to engage with the import UI and specifically import a malicious file. Simply visiting a malicious website in Chrome is not sufficient. This significantly raises the barrier to exploitation compared to zero-click vulnerabilities, but social engineering remains a viable attack vector.

Will my data be encrypted if Chrome is compromised on iOS?

Encryption at rest on the device itself is managed by iOS, not Chrome. However, if the attacker gains code execution in the Chrome process, they can access unencrypted data within Chrome's memory and storage (passwords, browsing history, cached credentials, login sessions). Data in transit to websites remains encrypted via HTTPS, but the attacker can intercept it within the compromised process.

What should I tell my users about this vulnerability?

Advise users to update Chrome to the latest version immediately. Instruct them not to import files or attachments from unknown sources within Chrome, and to be cautious when clicking 'import' in response to unsolicited messages or emails. If your organization uses MDM, ensure it enforces automatic Chrome updates. Emphasize that this is not a Safari vulnerability and does not require disabling Chrome entirely—just keeping it current.

This analysis is based on publicly available vulnerability data as of the publish date. Patch version numbers and compatibility information should be verified against Google's official Chrome security advisory and Apple's release notes. Organizations should conduct internal testing before deploying updates to ensure compatibility with enterprise applications. This vulnerability assessment does not constitute legal or compliance advice; consult your security team and legal counsel regarding notification and remediation obligations under applicable data protection regulations. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).