Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered via crafted page needing only user interaction (UI:R, PR:N, AC:L); high renderer-process impact retained, though sandbox containment (S:U) means host compromise needs a further escape.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Extensions in Google Chrome prior to 150.0.7871.47 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Use-after-free in the Extensions component of Google Chrome before 150.0.7871.47 lets a remote attacker execute arbitrary code within the renderer sandbox when a victim opens a crafted HTML page. Chromium rated the security severity Medium, though the associated CVSS score is 8.8 (High) due to network vector and high impact; there is no public exploit identified at time of analysis and EPSS exploitation probability is low at 0.26%. Google has shipped a fixed Stable channel build.
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome's Extensions subsystem, part of the Chromium browser engine. Use-after-free occurs when code continues to reference heap memory that has already been freed, allowing an attacker who controls subsequent heap allocations to place attacker-influenced data at the dangling pointer's location and corrupt object state. In browser exploitation this is a classic primitive for hijacking control flow. The description explicitly scopes the resulting code execution to 'inside a sandbox,' meaning the corruption occurs in the sandboxed renderer/extension process rather than the privileged browser process, so a full system compromise would require chaining an additional sandbox-escape bug. No CPE strings were provided, but the EUVD affected-version data identifies desktop Chrome builds prior to 150.0.7871.47.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.47 or later on the Stable channel, as announced in Google's release notes at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html; the bug is tracked at https://issues.chromium.org/issues/500566906. Most installations receive this automatically, so verify the running version under chrome://settings/help and relaunch to apply the update, and ensure managed fleets are not pinning an older build. If patching must be delayed, reduce exposure by restricting or disabling browser extensions via enterprise policy (ExtensionInstallBlocklist / ExtensionInstallAllowlist) since the flaw is in the Extensions component - trade-off: this can break workflows that depend on approved extensions. Users of Chromium-based browsers should update to a release that has rebased onto the patched Chromium version once their vendor ships it.
Same weakness CWE-416 – Use After Free
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-40574
GHSA-9qcf-4vgg-28rh