CVE-2026-13918: Chrome iOS Use-After-Free Vulnerability (CVSS 8.8)
A use-after-free vulnerability exists in Chrome for iOS that allows attackers to corrupt memory and potentially take control of the affected device through a malicious webpage. The flaw affects Chrome versions before 150.0.7871.47 on iPhone and iPad. An attacker needs only to trick a user into visiting a crafted website—no special access or complex interaction is required beyond basic browsing.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 8.8 HIGH · CVSS:3.1/AV:N/AC:L/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-06
NVD description (verbatim)
Use after free in Chrome for iOS in Google Chrome on iOS prior to 150.0.7871.47 allowed a remote attacker to potentially exploit heap corruption 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-13918 is a use-after-free (CWE-416) memory safety vulnerability in the Chrome rendering engine on iOS. When Chrome processes a specially crafted HTML page, it may free memory prematurely while still holding references to that memory. Subsequent access to the freed memory can corrupt the heap, potentially allowing arbitrary code execution within the Chrome sandbox context. The Chromium project classified this as Medium severity, though the CVSS 3.1 score of 8.8 reflects the high practical impact due to low attack complexity and user interaction requirements.
Business impact
iOS users running vulnerable Chrome versions face credential theft, data exfiltration, and device compromise. For enterprises with BYOD policies or iOS-heavy workforces, this vulnerability increases the attack surface for phishing campaigns that host malicious pages. The low barrier to exploitation—simply visiting a link—makes it suitable for mass exploitation attempts. Organizations should prioritize patching to prevent compromised employee devices from becoming pivot points for lateral network movement.
Affected systems
Google Chrome on iOS versions prior to 150.0.7871.47 are vulnerable. This includes Chrome on Apple iPhone OS and iPad OS. Desktop Chrome (Windows, macOS, Linux) is not affected by this specific flaw. Other Chromium-based browsers on iOS may also be affected if they use the same rendering engine code path, though Google Chrome is the primary concern.
Exploitability
Exploitability is straightforward. An attacker distributes a link to a malicious HTML page via email, social engineering, or watering hole attacks. When a victim using vulnerable Chrome on iOS visits the page, the use-after-free is triggered automatically—no special browser settings, extensions, or user interaction beyond clicking the link is required. The attack requires network access but no authentication. The lack of complexity and low user friction make this attractive for targeted campaigns and broad exploit attempts alike.
Remediation
Update Chrome on iOS to version 150.0.7871.47 or later. Apple's App Store deployment mechanism typically rolls out updates to Chrome within 24–48 hours of release. Users should enable automatic app updates in iOS settings to avoid manual update steps. Organizations should confirm update deployment through Mobile Device Management (MDM) solutions if managing corporate devices.
Patch guidance
Verify and confirm that all iOS devices running Chrome have been updated to version 150.0.7871.47 or later. Check the Chrome version in Settings > About Google Chrome on affected devices. For MDM-managed environments, push the update through your deployment platform and verify compliance within 7 days of release. If users have disabled automatic updates, send a security notice encouraging immediate manual update. Monitor app store release notes and Google Chrome release channels for confirmation of the patch.
Detection guidance
On-device detection is limited because this is a memory corruption flaw that may not leave persistent logs. Network-level detection should focus on blocking known malicious HTML pages if indicators of compromise are published. Monitor for unusual Chrome crashes or restarts on iOS devices, which may indicate exploitation attempts. If suspicious activity correlates with a user visiting an untrusted website, assume potential compromise and recommend full device review. Endpoint detection platforms with iOS support should flag attempts to access known malicious URLs. Log authentication events for anomalies following device compromise timeframes.
Why prioritize this
Despite Chromium's Medium severity rating, this vulnerability scores 8.8 (HIGH) under CVSS 3.1 due to network-only attack surface, low complexity, and high confidentiality/integrity/availability impact. iOS devices are common in business environments, and the ease of exploitation through standard web browsing makes this a practical threat. Patching has minimal friction because app updates are automatic on modern iOS. The lack of active public exploitation (KEV status: not added) provides a window to patch before widespread abuse, making this a high-priority but not critical-emergency issue.
Risk score, explained
The CVSS 3.1 score of 8.8 reflects: (1) Network-only attack vector—no physical access required; (2) Low attack complexity—a standard HTML page triggers the flaw; (3) No privileges required; (4) User interaction required—a user must visit the page, but social engineering is trivial; (5) Unrestricted scope—sandbox escape may be possible; (6) High impact across confidentiality, integrity, and availability. The difference from Chromium's Medium rating likely reflects their stricter process for sandbox-contained flaws, whereas a CVSS evaluation considers full compromise potential.
Frequently asked questions
Can I be exploited just by receiving a link, or do I have to click it?
You must click (or be redirected to) the malicious page for the vulnerability to trigger. However, attackers routinely use phishing, misleading advertisements, and social engineering to make this click happen. There is no drive-by infection without user action.
Does this affect Chrome on Android or desktop platforms?
No. This vulnerability is specific to Chrome on iOS. Android and desktop versions use different rendering engine code paths that do not contain this particular use-after-free flaw.
If I update Chrome, am I protected immediately?
Yes. Once updated to version 150.0.7871.47 or later, the vulnerable code path is patched. However, ensure all your devices are updated, including any secondary devices or backups used by staff.
What should I do if I suspect someone visited a malicious page on their iPhone?
Have the user update Chrome immediately, change passwords for sensitive accounts (email, finance, VPN), and monitor account activity for unauthorized access. Consider a full device review if the user also handles highly sensitive data. If using an MDM solution, verify device compliance status.
This analysis is based on official CVE data and vendor advisories current as of the publication date. Patch versions and timelines should be verified against Google's official Chrome release notes and Apple's App Store deployment status before implementation. This page does not constitute a guarantee of security; organizations must conduct their own risk assessment and testing. No exploit code or weaponized proof-of-concept is provided. Users are responsible for patching and monitoring their own environments. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10001HIGHChrome Sandbox Escape via PerformanceManager Use-After-Free
- CVE-2026-10002HIGHGoogle Chrome PDFium Use-After-Free Vulnerability (CVSS 8.8)
- CVE-2026-10003HIGHChrome Use-After-Free Code Execution Vulnerability Analysis
- CVE-2026-10005HIGHChrome macOS Use-After-Free RCE Vulnerability (7.5 CVSS)
- CVE-2026-10007HIGHChrome Use-After-Free in SVG Arbitrary Code Execution (CVSS 8.8)
- CVE-2026-10012HIGHChrome Skia Use-After-Free Sandbox Escape (v148.0.7778.216)
- CVE-2026-10013HIGHUse-After-Free in Chrome WebCodecs – Patch Guide & Risk Assessment
- CVE-2026-10016HIGHUse-After-Free in Chrome DOM – Sandbox Code Execution Vulnerability