Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Local attack requiring a malicious file and user interaction, with AC:H because winning the CWE-362 race is a timing-dependent condition; full CIA impact via privilege escalation.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Race in Updater in Google Chrome on Mac prior to 151.0.7922.72 allowed a local attacker to perform OS-level privilege escalation via a malicious file. (Chromium security severity: Critical)
AnalysisAI
Local OS-level privilege escalation in Google Chrome's Updater on macOS (versions prior to 151.0.7922.72) allows a local attacker who can plant a malicious file to exploit a race condition and elevate privileges on the host. Google rated the underlying Chromium bug Critical, though the CVSS base score is 7.8 (High) reflecting the local attack vector and required user interaction. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the Critical Chromium rating signals a high-quality, security-relevant defect.
Technical ContextAI
The flaw resides in the Google Chrome Updater component, the privileged auto-update mechanism (on macOS, historically the Keystone/GoogleUpdater service) that runs with elevated rights to install browser updates. CWE-362 (Concurrent Execution using Shared Resource with Improper Synchronization - a race condition) is the root cause: a window exists between a check and a use (e.g., file validation and file operation) that a local attacker can interleave with a malicious file to cause the privileged updater to act on attacker-controlled content, yielding OS-level privilege escalation. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* confirms the affected application is Google Chrome, specifically its macOS build.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on macOS via the Chrome Stable channel; the fix is documented at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Because Chrome updates apply through the same Updater component involved here, verify the update actually completed (Chrome menu → About Google Chrome forces an update check and relaunch) rather than assuming background auto-update ran. As a compensating control until patched, restrict local access to shared/writable locations the updater relies on and limit which local users can drop files onto the endpoint, since exploitation requires a local attacker to place a malicious file - the trade-off is that tightening local filesystem permissions offers only partial mitigation and does not close the race window itself, so patching is the only reliable fix.
Same weakness CWE-362 – Race Condition
View allSame technique Privilege Escalation
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-50780
GHSA-vmw9-hq9j-9x52