Severity by source
AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Local attacker feeds crafted traffic to the privileged updater (AV:L, PR:N, UI:N); use-after-free yields full control of that component, so C/I/A all High with unchanged scope.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
8DescriptionCVE.org
Use after free in Updater in Google Chrome on Mac prior to 151.0.7922.72 allowed a local attacker to perform privilege escalation via malicious network traffic. (Chromium security severity: High)
AnalysisAI
Privilege escalation in Google Chrome's Updater component on macOS (versions before 151.0.7922.72) stems from a use-after-free (CWE-416) that a local attacker can trigger via malicious network traffic, letting them execute code in the context of the privileged updater process. Google rated the Chromium severity as High and has shipped a fixed stable-channel build; there is no public exploit identified at time of analysis and EPSS exploitation probability is low (0.18%, 7th percentile). CISA's SSVC framework records no observed exploitation and marks the flaw as not automatable but with total technical impact.
Technical ContextAI
The vulnerability lives in Google Chrome's auto-update mechanism (the GoogleUpdater/Keystone service that keeps Chrome current on macOS), which typically runs with elevated privileges to write into protected application directories. CWE-416 (use-after-free) means the code continues to reference a heap object after it has been freed; an attacker who influences the timing or content of data the updater processes - here characterized as malicious network traffic reaching the updater - can cause the dangling pointer to be reused, corrupting memory and enabling controlled behavior in the privileged process. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* identifies the affected product as the Google Chrome application; the exposure is specific to the macOS build of the updater rather than the browser renderer sandbox.
RemediationAI
Vendor-released patch: update Google Chrome to 151.0.7922.72 or later on macOS, per Google's stable-channel advisory (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html). Chrome normally auto-updates, so ensure the browser is fully relaunched to complete installation and confirm the running version under chrome://settings/help; in managed fleets, push the updated build through your MDM or software-distribution tooling and verify the updater service itself is on the current release. Because the flaw is in the updater rather than page-rendering, disabling browser features does not mitigate it - the compensating control until patching is to restrict local access to the affected macOS hosts and monitor for anomalous updater process behavior, accepting that blocking or crippling the auto-updater would itself leave systems unpatched and is not advised.
Same weakness CWE-416 – Use After Free
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-50842
GHSA-qh6m-vhx2-qh42