Severity by source
Sources disagree (Low–Critical)AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:H
vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Bluetooth in Google Chrome on Mac prior to 148.0.7778.216 allowed an attacker who convinced a user to install a malicious extension to potentially perform a sandbox escape via a crafted Chrome Extension. (Chromium security severity: Critical)
AnalysisAI
Sandbox escape in Google Chrome on macOS versions prior to 148.0.7778.216 allows attackers to break out of the browser's renderer sandbox via a use-after-free flaw in the Bluetooth component. Exploitation requires convincing a user to install a malicious Chrome Extension, which then triggers the bug through crafted extension interactions. Chromium rates this Critical severity; no public exploit identified at time of analysis and EPSS remains low (0.01%) despite the high CVSS of 9.0.
Technical ContextAI
The flaw resides in Chrome's Bluetooth subsystem, which provides Web Bluetooth and extension-facing APIs allowing pages and extensions to discover and communicate with nearby Bluetooth Low Energy devices. CWE-416 (Use After Free) indicates that the Bluetooth code path retains and dereferences a pointer to a heap object after that object has been freed, typically due to mismatched object lifetimes between asynchronous Bluetooth events and JavaScript-driven extension callbacks. Because the bug enables a sandbox escape, the freed object is reachable from the broker/utility process that handles Bluetooth on macOS, allowing a compromised renderer or extension process to gain code execution outside the renderer sandbox. The single affected CPE (cpe:2.3:a:google:chrome) is constrained by the description to macOS builds prior to 148.0.7778.216.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.216 for macOS - upgrade the stable channel immediately by allowing Chrome's auto-update to complete or deploying the build via MDM, per the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0877304591.html. As a compensating control until patching completes, restrict extension installation to an enterprise allowlist using the ExtensionInstallAllowlist / ExtensionInstallBlocklist policies (side effect: blocks legitimate user-installed extensions and increases helpdesk load), and consider setting ExtensionInstallForcelist to pin only vetted extensions. Disabling Web Bluetooth and the experimental Web Bluetooth API via the DefaultWebBluetoothGuardSetting policy reduces the available attack surface for the Bluetooth subsystem, with the trade-off that any internal tooling relying on Web Bluetooth will break. Hunt for recently installed unknown extensions across the macOS fleet as a detection measure.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: Low| Product | Status |
|---|---|
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33176
GHSA-5fc2-9c9r-4rvq