Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Network-delivered crafted page needs no privileges (PR:N) but requires the victim to open it (UI:R); memory corruption yields High C/I/A within a renderer-confined, unchanged scope (S:U).
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Ozone in Google Chrome prior to 150.0.7871.115 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Remote heap corruption in Google Chrome desktop before 150.0.7871.115 stems from a use-after-free (CWE-416) in Ozone, the platform abstraction layer that mediates windowing, graphics, and input. A remote attacker who lures a victim into loading a crafted HTML page can trigger the freed-memory reuse and potentially achieve renderer-level code execution; Chromium rates the underlying flaw Critical. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the network-reachable, no-privilege, low-complexity CVSS 8.8 profile makes it a high-priority browser patch.
Technical ContextAI
Ozone is Chromium's abstraction layer that decouples the browser from the underlying native windowing/graphics stack (X11, Wayland, DRM/GBM, headless), handling surface creation, display configuration, and input event routing. A use-after-free (CWE-416) here means an object is freed while a dangling pointer to it is later dereferenced, letting an attacker reshape the freed heap slot and corrupt the heap. Because Ozone processes page-driven rendering and display state, a crafted HTML page can drive the allocation/free lifecycle to reach the vulnerable code path. Controlling the reclaimed freed memory is the classic primitive that leads from heap corruption toward arbitrary read/write and code execution within the affected process.
RemediationAI
Vendor-released patch: 150.0.7871.115 - update Google Chrome desktop to 150.0.7871.115 or later via the Chrome Releases stable channel update (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html) and relaunch the browser, since Chrome only applies staged updates on restart. In managed fleets, push the update through enterprise Chrome auto-update policies or MSI/pkg redeployment and verify the reported version. Because the only exploitation gate is opening a malicious page, interim compensating controls include enforcing rapid auto-update, restricting browsing to trusted sites via web/URL filtering, and ensuring the Chrome sandbox is not disabled (avoid the --no-sandbox flag); note that URL filtering does not stop malvertising or exploitation via compromised legitimate sites and so is not a substitute for patching. Users of other Chromium-based browsers should apply the corresponding vendor build once it incorporates the fixed engine version.
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 Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-42476
GHSA-8cjf-6ccp-mxf7