Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Chrome for iOS in Google Chrome on iOS prior to 149.0.7827.53 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Remote code execution in Google Chrome for iOS prior to version 149.0.7827.53 allows a remote attacker to execute arbitrary code by enticing a user to visit a crafted HTML page. Chromium rates the underlying use-after-free as Critical severity, though SSVC currently shows no observed exploitation and no public exploit identified at time of analysis. The CVSS 8.8 rating reflects high impact across confidentiality, integrity, and availability, tempered by a required user interaction (visiting the malicious page).
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome for iOS, the WebKit-backed iOS build of Google's Chrome browser. Use-after-free bugs occur when memory is freed but a dangling pointer is subsequently dereferenced, allowing an attacker to manipulate the freed allocation (heap grooming) and hijack control flow or corrupt object state. On iOS, Chrome is required by Apple platform policy to use the system WebKit engine rather than Blink, so the affected component is likely in Chrome's iOS-specific UI/integration layer or the embedded WebKit interaction rather than Blink/V8 itself. Chromium's internal tracker entry (issues.chromium.org/513514692) is referenced but not publicly disclosed in detail.
RemediationAI
Upgrade Chrome for iOS to version 149.0.7827.53 or later - this is the vendor-released patch confirmed by Google's Chrome Releases advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html and the NVD/EUVD entry at https://nvd.nist.gov/vuln/detail/CVE-2026-10896. On managed iOS fleets, push the update via MDM (Intune, Jamf, Workspace ONE) and verify installed version via device inventory. As a compensating control until patching completes, restrict use of Chrome on iOS in favor of Safari (which uses the same underlying WebKit but is not affected by this Chrome-specific issue), or apply web content filtering at the network edge to block untrusted HTML sources - trade-off is user friction and incomplete coverage on cellular/off-network devices. User awareness guidance to avoid untrusted links is a partial mitigation only, given UI:R is satisfied by simple page visits.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34345
GHSA-5g72-3h75-mgv2