Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted-page delivery gives AV:N/AC:L/PR:N, but the victim must open the page (UI:R); renderer memory-corruption RCE yields C:H/I:H/A:H with S:U as impact stays in the sandbox.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Blink 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: High)
AnalysisAI
Remote code execution in Google Chrome's Blink rendering engine (versions prior to 150.0.7871.47) allows a remote attacker to run arbitrary code inside the renderer sandbox by luring a victim to a crafted HTML page. The flaw is a use-after-free (CWE-416) rated High by Chromium and 8.8 (CVSS 3.1); it requires user interaction (visiting a malicious page) and no privileges. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, with a low EPSS of 0.26% (17th percentile).
Technical ContextAI
Blink is the rendering engine underpinning Chromium-based browsers (Chrome, and by extension Edge, Brave, Opera and others), responsible for parsing HTML/CSS and executing DOM operations. The root cause is a use-after-free (CWE-416): an object is freed while a dangling pointer or reference to it remains reachable, and subsequent access to that stale memory lets an attacker control freed heap contents to corrupt memory and hijack control flow. Because the bug lives in the renderer process, arbitrary code execution is confined to the Blink/renderer sandbox per the description; a separate sandbox-escape primitive would be required to reach the host OS. The affected CPE scope is Google Chrome desktop builds below 150.0.7871.47.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.47 or later via the Chrome Releases stable channel update (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html); restart the browser to apply the update since Chrome staging does not take effect until relaunch. In managed fleets, push the update through enterprise policy or your software distribution tooling and verify the reported version in chrome://settings/help. If immediate patching is not possible, reduce exposure by enabling Chrome's Enhanced Safe Browsing, restricting browsing to trusted sites, and applying the site-isolation and renderer-hardening defaults (do not disable the sandbox), accepting that these lower but do not eliminate the risk of a malicious HTML page triggering the use-after-free.
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-40501
GHSA-rgw6-446j-4gh8