Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Network vector with user interaction to load a page, but AC:H because a prior renderer compromise and heap grooming are required; scope changes (S:C) as the browser process is escaped with full C/I/A impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Input in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
Articles & Coverage 1
AnalysisAI
Sandbox escape in Google Chrome desktop before 151.0.7922.72 stems from a use-after-free in the browser's Input handling, which an attacker who has already compromised the renderer process can leverage via a crafted HTML page to break out of the renderer sandbox. Rated High by Chromium and CVSS 9.6 due to scope change, it requires user interaction (visiting a malicious page) and a prior renderer foothold. There is no public exploit identified at time of analysis and EPSS is low (0.29%), reflecting a chained, non-trivial exploitation path rather than trivial mass exploitation.
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome's Input subsystem, the browser-process component that processes input events and related IPC from renderer processes. Use-after-free occurs when a pointer to freed memory is reused, allowing an attacker who controls allocation timing and heap layout to reclaim the freed object and manipulate its state, typically yielding controlled memory corruption and code execution. Because the vulnerable code runs in the higher-privileged browser process (S:C, scope change), successful exploitation crosses the renderer/browser trust boundary that Chrome's multi-process sandbox is designed to enforce. Per CPE cpe:2.3:a:google:chrome, all Chrome desktop builds prior to the fixed 151.0.7922.72 are affected across platforms.
RemediationAI
Vendor-released patch: 151.0.7922.72 - update Google Chrome to 151.0.7922.72 or later via the built-in updater (chrome://settings/help) and relaunch to apply, as described in the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html). Enterprises should push the update through managed browser policies and verify the version fleet-wide, since Chrome's silent-update mechanism can be blocked by pinned versions or restricted network egress. If immediate patching is not possible, reduce the renderer-compromise prerequisite this bug depends on: enforce Site Isolation (default on), keep the sandbox enabled (never launch with --no-sandbox), and restrict browsing to trusted sites via URL allowlisting or remote browser isolation for high-risk users - the trade-off is reduced usability and residual exposure to any allowlisted-but-compromised site. There is no standalone toggle for the Input component, so upgrading is the only complete fix.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50814
GHSA-jfrf-4g9q-hwqj