Severity by source
AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:H/A:H
Network-delivered crafted page (AV:N, UI:R) with high complexity because a prior renderer compromise is required (AC:H); sandbox escape yields scope change (S:C) and full host impact (C/I/A:H).
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
3DescriptionCVE.org
Use after free in WebMIDI in Google Chrome on Windows prior to 149.0.7827.115 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
AnalysisAI
Use-after-free in Chrome's WebMIDI implementation on Windows lets a remote attacker who has already compromised the renderer process escape the sandbox via a crafted HTML page, elevating a renderer-level foothold toward host-level control. Rated Critical by Chromium and affecting all Chrome builds prior to 149.0.7827.115, the flaw has a patch available from Google but shows no public exploit identified at time of analysis and a very low EPSS of 0.06%.
Technical ContextAI
WebMIDI is the browser API (navigator.requestMIDIAccess) that exposes MIDI hardware and message routing to web content; its implementation spans the sandboxed renderer and the more privileged browser process. The root cause is CWE-416 (use-after-free): a MIDI-related object is freed while a dangling reference remains reachable, and subsequent access to that stale pointer corrupts memory. Because WebMIDI mediates between the renderer and higher-privilege components, a controlled use-after-free here becomes a lever for crossing the sandbox boundary rather than merely crashing the tab. The only CPE provided is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, and downstream repackaging is implied by the SUSE and Red Hat tags.
RemediationAI
Vendor-released patch: update Google Chrome to 149.0.7827.115 or later via the Stable channel, as described in Google's advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop_01962725236.html; restart the browser to ensure the update is applied since Chrome staged updates do not take effect until relaunch. For managed fleets, push the update through enterprise policy and verify the reported version in chrome://settings/help. There is no configuration workaround that fully removes the WebMIDI code path for normal browsing, but as an interim compensating control administrators can restrict WebMIDI exposure via enterprise policy and limit installation of untrusted extensions, and because exploitation requires a prior renderer compromise, keeping the site-isolation sandbox intact and blocking untrusted web content reduces the chained attack surface - with the trade-off that disabling MIDI features breaks legitimate web audio/MIDI applications.
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-36332
GHSA-p3m7-4j7v-27j4