Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H
Requires a pre-compromised renderer plus a UAF race and a user-loaded page, so AC:H and UI:R; the sandbox escape crosses the trust boundary (S:C) with total impact on the browser process.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in USB in Google Chrome on Mac prior to 150.0.7871.47 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)
AnalysisAI
Sandbox escape in Google Chrome for macOS before 150.0.7871.47 lets an attacker who has already compromised the renderer process break out of the browser sandbox by exploiting a use-after-free in the USB subsystem via a crafted HTML page. Rated High by Chromium and CVSS 9.6, it functions as a second-stage escalation primitive rather than a standalone entry point. There is no public exploit identified at time of analysis, and EPSS is low at 0.21% (11th percentile).
Technical ContextAI
The flaw is a CWE-416 use-after-free in Chrome's USB implementation (the browser-process plumbing behind WebUSB/USB device handling). A use-after-free occurs when code continues to reference heap memory after it has been freed, letting an attacker groom the freed allocation with controlled data and hijack the dangling pointer to corrupt memory or divert control flow. Because the affected code runs on the more-privileged side of Chrome's multi-process sandbox boundary, corrupting it from a compromised renderer yields execution in the higher-privilege browser process - a sandbox escape. Per the description the issue is specific to the macOS build; it is tracked internally as Chromium issue 516999424 and externally as EUVD-2026-40532.
RemediationAI
Vendor-released patch: 150.0.7871.47 - update Chrome on macOS to 150.0.7871.47 or later via the Chrome Releases advisory (https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_0175352312.html), then fully restart the browser so the new binary loads. In managed fleets, push the update through MDM/enterprise policy and verify the effective running version rather than the installed version. As an interim compensating control, restrict WebUSB via the DefaultWebUsbGuardSetting / WebUsbAskForUrls enterprise policies to deny sites access to USB devices, which shrinks the surface reaching the vulnerable code at the cost of breaking legitimate WebUSB-based web apps; because exploitation also requires a pre-compromised renderer, staying fully patched and enforcing Site Isolation further limits the chain. No standalone workaround fully substitutes for the update.
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-40532
GHSA-8rcv-2v9q-9vhm