Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page needs no auth but requires the victim to open it (UI:R); sandboxed RCE keeps scope unchanged (S:U) yet yields high C/I/A within the renderer.
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
4DescriptionCVE.org
Out of bounds write in WebRTC 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 the WebRTC component of Google Chrome before 148.0.7778.168 lets a remote attacker achieve arbitrary code execution inside the renderer sandbox when a victim opens a crafted HTML page. Rated High by Chromium and CVSS 8.8, it requires user interaction (visiting a page) but no authentication. There is no public exploit identified at time of analysis, EPSS is low (0.07%), and CISA SSVC lists exploitation as none, indicating no observed in-the-wild activity yet.
Technical ContextAI
The flaw is a CWE-787 out-of-bounds write in WebRTC, the real-time communication engine built into Chromium that handles audio/video peer connections, RTP/SRTP media, data channels, and codec processing directly from web content. Memory-safety defects in this stack are historically valuable because WebRTC parses attacker-influenced media and session data in the renderer process. The single affected CPE is cpe:2.3:a:google:chrome and, by shared-code inheritance, other Chromium-based browsers and the Red Hat/SUSE Chromium packages referenced in the tags. An out-of-bounds write corrupts memory adjacent to an intended buffer, which can be leveraged to control execution flow.
RemediationAI
Vendor-released patch: update Google Chrome to 148.0.7778.168 or later via the Stable channel (chrome://settings/help forces the check and applies the update on restart), per https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_12.html; Chromium-based and distribution packages (Red Hat, SUSE) should be upgraded to the vendor's fixed rebuild once published. As an interim compensating control before patching, reducing WebRTC exposure lowers the attack surface - enterprise administrators can restrict it via policy (URLBlocklist, WebRtcUdpPortRange limits, or disabling WebRTC media flags) - with the trade-off that video conferencing, screen sharing, and voice features (Meet, Teams web, and similar) will break. Restricting browsing to trusted sites and enforcing prompt auto-update are lower-friction stopgaps until the update is deployed.
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-30440
GHSA-vrq8-3x54-8jj3