Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-reachable via a malicious page (AV:N, UI:R, PR:N); AC:H because winning a Skia race is timing-dependent and non-deterministic; S:U since code stays inside the sandbox.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Race in Skia in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandboxed remote code execution in Google Chrome for macOS before 151.0.7922.72 stems from a race condition in the Skia graphics library that a crafted HTML page can trigger to run arbitrary code within the renderer sandbox. Google (Chrome team) reported the flaw and rated it High severity; a stable-channel patch is available. There is no public exploit identified and EPSS is low (0.28%, 21st percentile), and CISA SSVC currently marks exploitation status as none.
Technical ContextAI
Skia is Chromium's 2D graphics rasterization engine used to render web content (Canvas, CSS, SVG, and general page compositing). The root cause is CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization, i.e., a race condition), where concurrently executing Skia code paths access shared state without correct synchronization, producing a memory-safety corruption (such as a use-after-free or type confusion window) that is exploitable for code execution. The affected component is the browser's rendering pipeline on the macOS platform specifically; per the description the resulting code execution occurs inside the renderer sandbox rather than as a full sandbox escape. The affected product per CPE is cpe:2.3:a:google:chrome (all versions prior to the fixed build).
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on macOS via the stable channel (Chrome Releases advisory: https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); restart the browser to complete the update since Chrome applies fixes only after relaunch. In managed fleets, push the update through MDM/enterprise policy and verify the running build via chrome://settings/help. Because the vulnerability requires loading attacker-controlled web content, an interim compensating control is to restrict browsing to trusted sites and enforce Chrome's Site Isolation and sandbox (both default-on; do not disable them) until the update is deployed; note that these controls reduce but do not eliminate exposure, so patching remains the definitive fix.
Same weakness CWE-362 – 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-50838
GHSA-w8rv-f4mw-5237