Severity by source
AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
Network delivery requires active user extension install (UI:R, AC:H); no privileges needed; sandbox containment (S:U) with full C/I/A impact within that scope.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Extensions in Google Chrome prior to 151.0.7922.137 allowed an attacker who convinced a user to install a malicious extension to execute arbitrary code inside a sandbox via a crafted Chrome Extension. (Chromium security severity: High)
AnalysisAI
Use-after-free in Google Chrome's Extensions subsystem prior to version 151.0.7922.137 enables an attacker to execute arbitrary code inside the Chrome sandbox by convincing a target to install a crafted malicious extension. The vulnerability class (CWE-416) indicates improper memory management in the extension handling code, where a freed memory reference is later dereferenced, corrupting heap state in a way an attacker can direct toward code execution. No public exploit or CISA KEV listing is identified at time of analysis; exploitation requires deliberate social engineering to achieve extension installation.
Technical ContextAI
CWE-416 (Use After Free) describes a memory safety flaw where a program retains a dangling pointer to heap memory after it has been freed. In Chrome's Extensions subsystem, the affected code path fails to properly invalidate object references during the extension lifecycle - a crafted extension can trigger the premature or incorrect release of a heap object while a reference to it remains in use, enabling controlled memory corruption. The CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* covers all platform variants of Chrome prior to 151.0.7922.137. Chrome's multi-process, sandboxed architecture means execution achieved via this flaw is confined to the renderer or extension process sandbox, reflected in the CVSS S:U (Scope Unchanged) metric - a sandbox escape would be required for system-level impact.
RemediationAI
Update Google Chrome to version 151.0.7922.137 or later, which contains the vendor-released patch as confirmed by the Stable Channel Update advisory at http://chromereleases.googleblog.com/2026/08/stable-channel-update-for-desktop_01815628406.html. Chrome's auto-update mechanism will deliver this release to most managed and consumer endpoints; administrators on enterprise deployments should verify forced update rollout via Group Policy or Google Admin Console and confirm the running version. As a compensating control prior to patching, organizations can disable extension installation entirely via Chrome Enterprise policy (ExtensionInstallBlocklist set to '*'), though this will break existing legitimate extensions and may impact productivity. Restricting extension installation to a vetted allowlist (ExtensionInstallAllowlist) is a less disruptive alternative that prevents arbitrary third-party extension installation without fully disabling the extension ecosystem. Monitoring Chrome extension inventory via endpoint management tooling to detect newly installed extensions can provide a detection layer.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-56985
GHSA-5qcx-j3rr-hjw9