Severity by source
AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Updater in Google Chrome on Windows prior to 149.0.7827.53 allowed a local attacker to perform OS-level privilege escalation via a malicious file. (Chromium security severity: Medium)
AnalysisAI
Local privilege escalation in Google Chrome on Windows prior to 149.0.7827.53 stems from a use-after-free condition in the Updater component, allowing a local attacker who can place a malicious file to elevate to OS-level privileges. The flaw was reported by Google's Chrome security team with no public exploit identified at time of analysis, and EPSS scoring is very low at 0.01% reflecting minimal predicted exploitation activity. Chromium rates the severity as Medium while the CVSS base score of 7.3 reflects the high impact of OS-level privilege escalation.
Technical ContextAI
The vulnerability resides in Chrome's Updater component on Windows, which is the auto-update service responsible for maintaining browser versions and typically operates with elevated privileges to write to protected program directories. CWE-416 (Use After Free) describes a memory safety flaw where memory is referenced after it has been freed, often leading to memory corruption, crashes, or arbitrary code execution depending on heap layout and attacker control over the freed memory region. Because the Chrome Updater runs as a privileged Windows service or scheduled task, a use-after-free triggered by a malicious file processed by the updater provides a path from low-privilege user context to SYSTEM or administrator-level code execution.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.53 for Windows - upgrade immediately via the Chrome Releases stable channel update referenced at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html, which is delivered automatically by the Chrome Updater on next browser restart. Enterprise administrators using Chrome Browser Cloud Management or group policy should confirm the update has rolled out across fleet endpoints and force-restart browsers if needed. As compensating controls until patching, restrict local users' ability to write files to directories monitored or processed by the Chrome Updater service and apply Windows application control (WDAC or AppLocker) to limit execution of unsigned binaries placed by low-privilege users, with the trade-off of potential disruption to legitimate user-installed tools.
Same weakness CWE-416 – Use After Free
View allSame technique Privilege Escalation
View allVendor StatusVendor
SUSE
| Product | Status |
|---|---|
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34576
GHSA-3wpf-w9w2-6m84