Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page needs no privileges but requires the victim to open it (UI:R); memory-corruption RCE gives high C/I/A, but scope stays unchanged as execution is confined to the renderer sandbox.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds write in WebAudio in Google Chrome prior to 148.0.7778.168 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Out-of-bounds write in Google Chrome's WebAudio component (versions prior to 148.0.7778.168) lets a remote attacker achieve arbitrary code execution within the renderer sandbox when a victim opens a crafted HTML page. Google rates the Chromium severity as High and has shipped a fixed Stable channel build; there is no public exploit identified at time of analysis and the EPSS score is very low (0.07%). Because execution is confined to the sandbox, real-world impact typically requires chaining a separate sandbox-escape bug.
Technical ContextAI
The flaw is a CWE-787 out-of-bounds write in WebAudio, the Web Audio API implementation that lets pages synthesize, process, and route audio through a graph of audio nodes running inside the renderer process. Malformed audio-processing parameters or buffer sizing in this native C++ code path allow writes past the bounds of an allocated buffer, corrupting adjacent heap memory. The affected CPE is cpe:2.3:a:google:chrome (Chromium-based), so the same underlying WebAudio code affects downstream Chromium builds; Red Hat and SUSE tags indicate Linux distributions repackaging Chromium/Chrome are also in scope. Memory-corruption primitives of this class are a well-known route to control of program flow and code execution.
RemediationAI
Vendor-released patch: update Google Chrome to 148.0.7778.168 or later via the Stable channel and relaunch the browser to apply it, per the Chrome release advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_12.html. For managed fleets, push the updated build through your enterprise update mechanism and confirm relaunch, since the fix only takes effect after restart. Red Hat and SUSE users should pull the corresponding distribution package once rebased on the fixed Chromium. If immediate patching is not possible, reduce exposure by restricting browsing to trusted sites and, where feasible, disabling the Web Audio API surface via policy or content controls to remove the vulnerable code path - note this will break legitimate audio-processing web applications (conferencing, games, media tools).
Same weakness CWE-787 – Out-of-bounds Write
View allVendor StatusVendor
SUSE
Severity: High| 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-30436
GHSA-r4p4-x45m-mwxq