Severity by source
Sources disagree (Medium–Critical)AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N
UXSS by definition crosses origin boundaries warranting S:C; race condition timing and mandatory user visit retain AC:H and UI:R respectively.
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Race in Chrome for iOS in Google Chrome on iOS prior to 151.0.7922.72 allowed a remote attacker to inject arbitrary scripts or HTML (UXSS) via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Universal Cross-Site Scripting (UXSS) in Google Chrome for iOS prior to 151.0.7922.72 allows a remote attacker to inject arbitrary scripts or HTML across origin boundaries by exploiting a race condition triggered through a crafted HTML page. The vulnerability requires user interaction and benefits from high attack complexity due to race-condition timing, placing real-world exploitation difficulty well above typical web vulnerabilities. No public exploit code exists and no active exploitation has been identified; SSVC assessment confirms exploitation status as none at time of analysis.
Technical ContextAI
CWE-362 (Concurrent Execution Using Shared Resource with Improper Synchronization) underlies this flaw - a classic race condition where a timing window in Chrome's iOS rendering pipeline allows an attacker to manipulate shared state before it is properly validated or locked. The result is a UXSS condition, meaning the injected scripts can operate across multiple origins, effectively bypassing the browser's same-origin policy. On iOS, Apple's platform restrictions historically forced third-party browsers including Chrome to use WebKit as the underlying rendering engine rather than Blink/V8, making the iOS codebase distinct from desktop Chrome. The affected CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* for versions prior to 151.0.7922.72. The race window likely exists in a navigation or frame-lifecycle event handler where the security context of a document is read and written non-atomically.
RemediationAI
Update Google Chrome for iOS to version 151.0.7922.72 or later, available through the Apple App Store. The patch is confirmed available per the Chrome stable channel release advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. For organizations managing iOS devices through MDM, enforce a minimum Chrome version policy to ensure fleet-wide compliance. There are no documented vendor-provided workarounds; as a compensating control prior to patching, administrators could restrict access to untrusted web content by enforcing Safe Browsing policies or web content filtering, though this introduces browsing friction and does not eliminate the attack surface. Users unable to update immediately should exercise caution when opening links from untrusted sources in Chrome for iOS.
Same weakness CWE-362 – Race Condition
View allSame technique Race Condition
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50850
GHSA-rrqv-x75g-7225