Severity by source
Sources disagree (Low–High)AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-reachable crafted page (AV:N/AC:L/PR:N) needs a user to open it (UI:R); code runs in the unchanged renderer sandbox (S:U) with full control of that process (C/I/A:H).
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 DevTools 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: Low)
AnalysisAI
Sandbox-contained arbitrary code execution in Google Chrome (Chromium DevTools component) before version 150.0.7871.47 allows a remote attacker to run code within the renderer sandbox by luring a victim to a crafted HTML page. The flaw is a use-after-free (CWE-416); Google rated its Chromium security severity as Low because execution is confined to the sandbox rather than the host OS. There is no public exploit identified at time of analysis, EPSS is low (0.21%), and CISA SSVC lists exploitation as none - but a vendor patch is already available in the Stable channel.
Technical ContextAI
The defect lives in Chrome's DevTools subsystem, which is built on the Chromium/Blink rendering engine and the Chrome DevTools Protocol used for page inspection and debugging. CWE-416 (use-after-free) means an object is freed while a dangling pointer to it remains reachable; subsequent access lets an attacker control freed heap memory and ultimately hijack execution. Per the CPE (cpe:2.3:a:google:chrome), the affected artifact is the Chrome desktop browser application; because Chromium is the upstream base, downstream Chromium-derived browsers (and the SUSE-packaged builds noted in the tags) may inherit the same flaw until they rebase. Critically, the description scopes code execution to 'inside a sandbox' - the renderer process - so a second sandbox-escape bug would be required to reach the underlying operating system.
RemediationAI
Vendor-released patch: Google Chrome 150.0.7871.47 (Stable channel) - upgrade to this version or later, which for most users happens automatically once the browser is restarted, so instruct users to relaunch Chrome to apply the pending update and verify via chrome://settings/help. Reference the Google Chrome Releases advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html. Organizations running Chromium-derived or SUSE-packaged browsers should track and apply their distributor's rebased build. As a compensating control until patching, you can reduce the specific attack surface by discouraging or restricting DevTools usage on untrusted pages and by using enterprise policy to enforce prompt browser updates; broadly blocking DevTools is impractical for developer populations and offers limited benefit given the low real-world exploitation risk, so prioritizing the automatic update rollout is the pragmatic path.
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-40778
GHSA-46x6-9622-7q2g