Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page needs only user interaction (UI:R), no auth (PR:N); UAF can yield full memory compromise, so C/I/A:H, though impact is 'potential' given iOS sandbox.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
3DescriptionCVE.org
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)
AnalysisAI
Use-after-free memory corruption in Google Chrome for iOS before version 150.0.7871.47 allows a remote attacker to trigger heap corruption when a victim loads a crafted HTML page, potentially leading to code execution within the browser context. The flaw was reported by Google's own security team and carries an NVD CVSS of 8.8, though Chromium rated its severity as Medium, and no public exploit has been identified at time of analysis. EPSS is low (0.21%, 11th percentile) and CISA SSVC records no observed exploitation, indicating this is a patch-on-schedule issue rather than an active threat.
Technical ContextAI
The vulnerability is a CWE-416 Use-After-Free in the Chrome browser engine, where an object is freed while a dangling pointer to it remains reachable; subsequent access to that pointer reads or writes freed heap memory, enabling heap corruption. Rendering attacker-controlled HTML/DOM structures is the trigger, a classic pattern for browser UAF bugs in DOM, layout, or JavaScript-bindings code. The CPE (cpe:2.3:a:google:chrome:*) is generic and does not scope to the iOS build, but the description and EUVD both specify the Chrome for iOS distribution channel. Note that on iOS all browsers, including Chrome, are required by Apple policy to use the system WebKit engine (WKWebView) rather than Chrome's own Blink/V8, so the practical exploitation surface may differ from desktop Chromium builds - this warrants vendor confirmation.
RemediationAI
Vendor-released patch: 150.0.7871.47 - upgrade Google Chrome for iOS to 150.0.7871.47 or later via the Apple App Store (enable automatic app updates to ensure timely rollout across managed devices). Verify the installed version in Chrome under Settings, About Chrome. Consult the Chrome Releases advisory (http://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html) and the NVD entry (https://nvd.nist.gov/vuln/detail/CVE-2026-13918) for release details. There is no browser-specific configuration workaround for a memory-corruption bug in the rendering path; as interim compensating controls until devices update, restrict browsing to trusted sites, deploy network-level malicious-URL/web filtering to reduce the chance of loading a crafted page, and on managed fleets use MDM to enforce the minimum Chrome version (trade-off: strict version enforcement can block users on unpatched devices from browsing until they update). Disabling JavaScript would reduce the DOM attack surface but breaks most modern sites and is generally impractical.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40604
GHSA-2h7m-jh29-4fmg