CVE-2026-13915: Chrome iOS Use-After-Free Vulnerability (CVSS 8.8)
A use-after-free memory flaw in Chrome for iOS allows attackers to corrupt heap memory and potentially take control of your device if you visit a malicious webpage and perform certain UI gestures, such as scrolling or tapping in specific ways. The vulnerability affects Chrome on iPhones running iOS versions prior to 150.0.7871.47. While Google rated this as medium severity internally, the CVSS score of 8.8 reflects the practical risk: no special privileges are required, the attack works over the network, and successful exploitation grants full read, write, and delete access to device memory.
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 who convinced a user to engage in specific UI gestures 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
This vulnerability is classified as a use-after-free (CWE-416) in the Chromium rendering engine on iOS. Use-after-free flaws occur when an application references memory that has already been freed, allowing attackers to manipulate heap structures and achieve code execution or data corruption. In this case, a crafted HTML page can trigger the dangling pointer dereference when a user interacts with the page via specific UI gestures. The flaw resides in Chrome for iOS specifically, meaning it affects iPhone and iPad users running vulnerable Chrome versions. The attack surface is broad because no authentication or elevated privileges are needed—only user interaction with a webpage hosted on the attacker's infrastructure.
Business impact
Successful exploitation could lead to complete compromise of an affected iOS device, including unauthorized access to sensitive data, device manipulation, or installation of malware. For enterprises managing BYOD (bring-your-own-device) programs or relying on iOS devices for corporate work, this represents a material risk to confidentiality and integrity of business data. Users who browse untrusted content or are targeted with spear-phishing links hosting the exploit page face direct personal risk. The requirement for user interaction (clicking, tapping, or scrolling on a malicious page) lowers barrier to attack compared to zero-click vulnerabilities, but social engineering can reliably trigger the necessary gestures.
Affected systems
Google Chrome on iOS (iPhone OS) versions prior to 150.0.7871.47 are vulnerable. This includes all Chrome releases distributed through Apple's App Store for iPhones and iPads before the patched version. The vulnerability does not affect Chrome on Android, Windows, macOS, or other platforms—only the iOS variant is impacted due to platform-specific rendering code paths.
Exploitability
Exploitability is moderately straightforward. An attacker must host a specially crafted HTML page and convince a user to visit it via link, advertisement, or social engineering. The user must then engage in specific UI interactions (likely scrolling, pinch-zoom, or tapping elements). No browser plugins, extensions, or user configuration changes are required. The lack of user authentication requirements and the network accessibility of the attack vector elevate practical exploitability. However, the requirement for user gesture means silent, background exploitation is unlikely. Threat actors would need to combine this flaw with social engineering or advertising network compromises to achieve broad impact.
Remediation
Update Chrome for iOS to version 150.0.7871.47 or later. Users should enable automatic app updates in the Apple App Store settings to receive patches promptly. Organizations managing iOS devices should enforce app update policies via Mobile Device Management (MDM) solutions and consider restricting Chrome usage in favor of managed browsers with faster patch deployment if internal risk tolerance is low.
Patch guidance
Google released version 150.0.7871.47 of Chrome for iOS as the patched build. Verify this version number against Google's official Chrome release notes and Apple's App Store listing. Most users on automatic updates will receive the patch within days of release. Manual installation may be required for users with automatic updates disabled. Organizations using Apple Business Manager or similar enterprise distribution channels should trigger deployment of the patched version immediately. There are no known interim mitigations; patching is the primary control.
Detection guidance
Monitor Chrome crash reports and device logs for heap corruption exceptions or unexpected Chrome terminations. On iOS, crashes may be visible through Apple's Crash Reporter and MDM analytics if configured. Network-based detection is limited since the attack uses standard HTTPS traffic to a legitimate-looking webpage; behavioral detection of malicious HTML crafting on web servers is possible but requires advanced content inspection. User education remains critical—encourage reporting of unexpected Chrome crashes or unresponsive browser behavior. Endpoint Detection and Response (EDR) tools on iOS are limited compared to desktop platforms, so patch velocity is the primary defense.
Why prioritize this
Assign this vulnerability high priority despite Google's internal 'Medium' severity rating. The CVSS 8.8 score reflects the true risk: network accessibility, no privilege requirement, and complete system compromise potential. The use-after-free class is a common precursor to remote code execution. While the requirement for user interaction reduces likelihood compared to zero-click flaws, the ease of social engineering and the ubiquity of iPhones in both consumer and enterprise environments make this a material threat. Organizations with iOS-dependent workflows should patch within days, not weeks.
Risk score, explained
The CVSS 3.1 score of 8.8 (HIGH) is driven by: Attack Vector (Network) = remote exploitation over the internet; Attack Complexity (Low) = no special conditions needed; Privileges Required (None) = standard user can trigger the flaw; User Interaction (Required) = the user must perform specific gestures, which is a limiting factor but achievable via social engineering; Scope (Unchanged) = only Chrome process is affected; Confidentiality/Integrity/Availability Impact (High for all three) = successful exploitation grants read, write, and execute capabilities within the process context. The internal 'Medium' severity rating from Google likely reflects lower real-world exploitation rates or the presence of mitigating platform features on iOS; however, the CVSS model correctly captures the maximum potential impact if the vulnerability is exploited.
Frequently asked questions
I'm an iPhone user. Do I need to update Chrome?
Yes. If you use Chrome on iOS and have not updated to version 150.0.7871.47 or later, you should update immediately through the Apple App Store. If you have automatic app updates enabled, the patch should arrive automatically. This flaw can be exploited by visiting a malicious webpage, so avoiding untrusted links is a helpful interim step, but patching is essential.
Does this affect Safari or other iOS browsers?
No, this vulnerability is specific to Chrome for iOS. Safari and other third-party browsers built on iOS's WebKit do not contain this particular use-after-free flaw. If you prefer Safari or another browser, you are not directly affected, though staying current on all software is always recommended.
Can I be exploited if I just visit a website by accident?
The attack requires specific UI gestures, so a passive visit alone is typically insufficient. However, a malicious website could be designed to trigger these gestures automatically or through social engineering (e.g., 'Please scroll down to see the offer'). Attackers may also embed the exploit in advertisements or hide it on compromised legitimate websites, so defensiveness is warranted.
What should enterprise security teams do?
Prioritize deployment of Chrome for iOS 150.0.7871.47 through your MDM solution within 1–2 business days. If you cannot patch rapidly, consider restricting Chrome usage on corporate devices or using a managed browser vendor that offers faster patch cycles. Monitor device logs for Chrome crashes as an early indicator of exploitation attempts. Conduct user awareness training about suspicious links, especially those directing to 'special offers' or urgent actions.
This analysis is provided for informational purposes only and reflects the vulnerability record as of the publication date. SEC.co makes no warranty regarding the accuracy, completeness, or timeliness of this information. Organizations must verify patch version numbers, affected product lists, and remediation steps against authoritative vendor advisories before implementing security decisions. Exploit code details and weaponization techniques are intentionally omitted. Always consult your internal risk assessment, asset inventory, and legal/compliance obligations when prioritizing vulnerability remediation. 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