Severity by source
Sources disagree (Low–High)AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Local installer flaw needing no prior privileges but victim-triggered install (UI:R); successful UAF yields code execution in the elevated installer context, so C/I/A all High.
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: google
Lifecycle Timeline
3DescriptionCVE.org
Use after free in Installer in Google Chrome on Windows prior to 150.0.7871.47 allowed a local attacker to perform OS-level privilege escalation via a malicious file. (Chromium security severity: Low)
AnalysisAI
OS-level privilege escalation in Google Chrome's Windows installer component (versions prior to 150.0.7871.47) lets a local attacker execute code at elevated privilege by planting a malicious file that triggers a use-after-free during installation. Google rates the Chromium security severity as Low, and while a vendor patch is available there is no public exploit identified at time of analysis; EPSS is very low (0.11%, 2nd percentile) and CISA SSVC records no observed exploitation. The high CVSS 7.8 reflects total technical impact if triggered, but exploitation requires local access, user interaction, and Windows-specific installer conditions.
Technical ContextAI
The flaw lives in the Chrome Installer on Windows and is classified as CWE-416 (Use After Free), a memory-corruption class where a pointer to freed heap memory is reused, letting an attacker control the contents of the reallocated region to hijack execution flow. Because the vulnerable code path runs within the installer - a process that typically executes with elevated/SYSTEM privileges to write into Program Files and register components - successfully controlling the freed object yields code execution at that higher privilege level. The affected CPE is cpe:2.3:a:google:chrome (all versions prior to the fix), and the issue is platform-specific to the Windows installer rather than the browser's rendering or sandbox layers.
RemediationAI
Vendor-released patch: Google Chrome 150.0.7871.47 - upgrade to this version or later on Windows, then fully restart the browser so the update is applied (Chrome auto-updates, but a relaunch is required to complete installation). Confirm rollout via the Chrome Stable channel advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Because exploitation depends on a local attacker placing a malicious file that the installer processes, interim compensating controls include restricting local/interactive access on multi-user Windows hosts, enforcing least privilege so untrusted users cannot stage files into installer-read locations, and monitoring for unexpected file drops or installer executions; these controls reduce opportunity but do not remove the underlying use-after-free, so patching remains the definitive fix.
Same weakness CWE-416 – Use After Free
View allSame technique Privilege Escalation
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-40781
GHSA-c3m3-f85p-m2r3