Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Remote crafted-page delivery requires victim interaction (UI:R) with no privileges (PR:N); sandbox escape crosses a trust boundary (S:C) yielding full browser-process compromise (C/I/A:H).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Use after free in UI in Google Chrome prior to 148.0.7778.168 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's UI layer, driven by a use-after-free (CWE-416) reachable before version 148.0.7778.168, lets a remote attacker who lures a victim to a crafted HTML page break out of the renderer sandbox. Google rates the Chromium severity Critical and has shipped a fix; there is no public exploit identified at time of analysis, and EPSS is low (0.07%, 21st percentile), so this is a high-severity but not-yet-exploited memory-safety bug. SSVC lists exploitation as none with total technical impact.
Technical ContextAI
The flaw is a use-after-free (CWE-416) in Chrome's UI code - the browser-process-side chrome that manages windows, tabs and widgets rather than the sandboxed renderer. A UAF occurs when a heap object is freed but a dangling reference to it is later dereferenced, allowing an attacker who can control the reallocated memory to corrupt program state and hijack control flow. Because the buggy component lives in the higher-privileged browser/UI process, a successful exploit escapes the renderer sandbox, which is reflected in the CVSS scope-change (S:C). The single affected CPE is cpe:2.3:a:google:chrome, i.e. the Chrome desktop browser across platforms; Red Hat and SUSE tags indicate downstream Linux distribution rebuilds are also affected.
RemediationAI
Vendor-released patch: update Google Chrome to 148.0.7778.168 or later on all desktop platforms via the stable channel; Chrome normally auto-updates, so ensure the browser has been fully relaunched to apply the update and verify the version under chrome://settings/help. Users on Red Hat or SUSE builds should apply their distribution's corresponding Chromium update as it becomes available. Refer to Google's advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_12.html. Because exploitation requires the victim to load attacker content, interim compensating controls if patching is delayed include restricting browsing to trusted sites, deploying web/URL filtering to block untrusted pages, and enforcing rapid update rollout via enterprise policy - but none of these substitute for the fix, and disabling browser features does not reliably prevent a UI-layer UAF, so upgrading is the only durable remediation.
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 |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-30426
GHSA-5w85-m7vr-r7mx