Severity by source
Sources disagree (Low–High)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Attacker needs no account (PR:N) but the victim must actively install a malicious extension (UI:R); a successful heap-corruption use-after-free can yield high C/I/A within the browser process.
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
4DescriptionCVE.org
Use after free in BrowserTag in Google Chrome prior to 150.0.7871.47 allowed an attacker who convinced a user to install a malicious extension to potentially exploit heap corruption via a crafted Chrome Extension. (Chromium security severity: Low)
AnalysisAI
Heap corruption in Google Chrome's BrowserTag component affects all desktop builds prior to 150.0.7871.47, where a use-after-free (CWE-416) can be triggered by a crafted Chrome extension. An attacker who convinces a victim to install a malicious extension can potentially exploit the freed-memory condition to corrupt the heap and execute code. No public exploit identified at time of analysis, and EPSS is low (0.12%, 2nd percentile), consistent with the Chromium team's own 'Low' severity rating despite the NVD CVSS of 8.8.
Technical ContextAI
The flaw is a use-after-free (CWE-416) in BrowserTag, an internal Chromium browser-side object, reachable through the Chrome Extensions API surface. Use-after-free occurs when memory is freed but a dangling pointer is later dereferenced or reused, letting an attacker who controls heap allocation reclaim the slot with attacker-chosen data and pivot to heap corruption. CPE-level detail is limited: EUVD lists the affected boundary as 'Chrome <150.0.7871.47', which covers the Stable desktop channel (Windows, macOS, Linux) built on the Chromium engine. The Chromium tracker issue 497488593 is access-restricted (standard for unpatched Chrome bugs), so the exact object lifecycle bug is not publicly documented.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.47 or later, per the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html); most installs receive this automatically, but force a restart to apply the update and verify via chrome://settings/help. Because exploitation requires a malicious extension, an effective compensating control before/after patching is to restrict extension installation: enable enterprise policy ExtensionInstallBlocklist='*' with an ExtensionInstallAllowlist of vetted IDs, or set ExtensionInstallForcelist to curate only approved extensions - the trade-off is that users lose the ability to self-install extensions and helpdesk load may rise. Downstream Chromium browsers should be updated to the build that incorporates the corresponding upstream fix. There is no need for a network-level workaround since the trigger is a locally installed extension, not remote content.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
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-40727
GHSA-xm2c-mv2p-hffr