Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page requires a user to visit (UI:R) but no auth (PR:N); renderer UAF yields high CIA within an unchanged scope (S:U) as code stays in the sandbox.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Input in Google Chrome prior to 150.0.7871.115 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 desktop before 150.0.7871.115 stems from a use-after-free in the browser's Input component, letting a remote attacker who lures a victim to a crafted HTML page run arbitrary code inside the renderer sandbox. Google rates the Chromium severity High and CVSS is 8.8, requiring user interaction (visiting a malicious page) but no authentication. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the memory-corruption class and network attack vector make it a standard high-priority browser patch.
Technical ContextAI
The flaw is a CWE-416 use-after-free within Chrome's Input subsystem, the component that dispatches and processes user input events (keyboard, mouse, pointer, touch) in the Blink/renderer pipeline. Use-after-free occurs when code continues to reference memory after it has been freed, allowing an attacker who controls heap layout to place attacker-influenced data where a freed object was, then trigger a dangling reference to corrupt memory and hijack control flow. Because the exploitation surface is reached through page-driven input event handling, a crafted HTML/JavaScript page can drive the allocation and free sequence. Per Google's own wording, arbitrary code execution here is achieved 'inside a sandbox,' meaning the renderer process sandbox still constrains the attacker absent a separate sandbox-escape bug.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.115 or later on Windows, macOS, and Linux via the built-in updater (Settings > About Google Chrome) and relaunch the browser to apply, per the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html). Managed fleets should push the update through enterprise policy/patch management and force a browser restart, since Chrome updates only take effect after relaunch. Users of other Chromium-based browsers should update to the release that incorporates the equivalent fix. As an interim compensating control before patching, reduce exposure by restricting browsing to trusted sites, deploying URL/ad filtering to cut malvertising exposure, and enabling site isolation (default on) to keep the renderer sandbox boundary intact - noting these reduce but do not eliminate risk from a crafted page, and are no substitute for the update.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: Critical| 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-42489
GHSA-jhrp-v2xg-mr29