Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
AV:N and UI:R for the drive-by page; AC:H because success needs a pre-compromised renderer plus winning a non-deterministic race; S:C with C/I/A:H reflects a full sandbox escape into the browser process.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Race in Downloads in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Sandbox escape in Google Chrome on macOS prior to 151.0.7922.72 lets a remote attacker who has already compromised the renderer process break out of the browser sandbox by exploiting a race condition in the Downloads component through a crafted HTML page. Rated High by Chromium and carrying a CVSS 9.6 due to the scope-changing total impact, it is patched in the July 2026 Stable channel update. There is no public exploit identified at time of analysis, EPSS is low at 0.23%, and CISA SSVC records exploitation as 'none'.
Technical ContextAI
The flaw is a CWE-362 concurrent execution / race condition (TOCTOU-class) in Chrome's Downloads subsystem, which coordinates fetching, staging, and writing files across multiple threads and IPC boundaries between the renderer and the privileged browser process. A malicious HTML page can drive the renderer to interleave download operations such that shared state is manipulated between a check and its use, letting attacker-controlled renderer code influence a privileged operation and cross the sandbox boundary. The affected component is identified by CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*; the macOS-specific framing suggests the race is sensitive to platform download/file-handling behavior on that OS.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on macOS via the Stable channel (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html); restart the browser to complete the update since Chrome staged updates only take effect after relaunch. In managed fleets, push the update through your MDM/enterprise policy and confirm the running version rather than the installed version. There is no supported feature-level workaround for this internal race condition; because exploitation presupposes a compromised renderer, the practical compensating control until patching is to reduce renderer-compromise exposure - keep the rest of Chrome fully patched, enforce Site Isolation (default), and limit exposure to untrusted web content - accepting that these reduce but do not eliminate the risk of the underlying sandbox-escape bug.
Same weakness CWE-362 – Race Condition
View allSame technique Information Disclosure
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-50837
GHSA-37xg-v5ff-wmh2