Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Network-delivered via a crafted page with no auth (PR:N) but requiring the victim to open it (UI:R); sandbox escape crosses a trust boundary (S:C) with full impact.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
5DescriptionCVE.org
Use after free in Ozone in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Sandbox escape in Google Chrome desktop before 151.0.7922.72 stems from a use-after-free in the Ozone platform abstraction layer, letting a remote attacker who lures a victim to a crafted HTML page break out of the renderer sandbox and gain broader host access. Rated Critical by Chromium with CVSS 9.6 and a scope-changed vector, though exploitation currently shows as none in CISA SSVC and EPSS is low (0.31%). Vendor patch is available; no public exploit or KEV listing has been identified at time of analysis.
Technical ContextAI
Ozone is Chromium's platform abstraction layer that mediates low-level windowing, graphics/GPU surface, and input handling across backends (X11, Wayland, DRM). The flaw is CWE-416 (Use After Free): a memory object in Ozone is freed while a dangling reference remains reachable, and subsequent access to that stale pointer allows an attacker to influence freed-then-reallocated memory. Because Ozone sits at the boundary between the sandboxed renderer and higher-privileged browser/GPU processes, corrupting its state is a classic primitive for a sandbox escape rather than a mere renderer crash. The affected surface per CPE is cpe:2.3:a:google:chrome (all versions prior to the fixed build), i.e. the desktop Chrome browser across platforms using the Ozone stack.
RemediationAI
Vendor-released patch: Chrome 151.0.7922.72 - upgrade to this build or later on all desktop endpoints per the Stable channel advisory at https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0887107924.html. Chrome typically auto-updates, so verify via chrome://settings/help and relaunch to apply the update, and push the update through enterprise management (Google Update / policy) to ensure fleet coverage. There is no product-specific configuration workaround for a memory-corruption sandbox escape; as an interim compensating control before patch rollout completes, limit exposure by restricting browsing to trusted sites and enabling stricter site isolation, though this does not neutralize the underlying bug and only reduces the chance of encountering a malicious page. Users of Chromium-based browsers should apply their vendor's corresponding update once published.
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-50782
GHSA-6wpc-625g-qwg8