Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Base in Google Chrome on Mac prior to 148.0.7778.216 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 on macOS prior to 148.0.7778.216 allows a remote attacker to break out of the renderer sandbox by enticing a user to visit a crafted HTML page that triggers a use-after-free in the Base component. Chromium rates the severity Critical and CVSS scores it 9.6, though no public exploit is identified at time of analysis and EPSS exploitation probability is currently very low (0.03%).
Technical ContextAI
The flaw lives in Chromium's 'Base' subsystem - the foundational C++ utility library (//base) used across the browser, including by the renderer process on macOS. The root cause class is CWE-416 (Use-After-Free): a heap object is referenced after it has been freed, allowing an attacker who controls heap layout to coerce the freed slot into containing attacker-influenced data, leading to memory corruption and control-flow hijack. The CPE entry cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* combined with the description scopes the issue to the macOS Chrome build; the CVSS scope-change flag (S:C) reflects that the bug crosses Chrome's sandbox boundary, meaning successful exploitation moves the attacker out of the constrained renderer process and into a higher-privileged context.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 for macOS - upgrade immediately via the Stable channel by relaunching Chrome or pushing the update through your endpoint management tooling, per https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. For managed fleets, verify Chrome's auto-update policy is not disabled and that the macOS Keystone updater is reachable. Until users have restarted into the fixed build, compensating controls include enforcing Site Isolation (already default), restricting browsing on macOS endpoints to trusted sites via proxy or DNS filtering, and steering high-risk users to a temporarily different browser; note these reduce but do not eliminate exposure because any visited page can deliver the exploit, and that aggressive URL filtering can break legitimate workflows.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Critical| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33181
GHSA-rmrv-48gv-336h