Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in WebRTC in Google Chrome prior to 148.0.7778.179 allowed a remote attacker to execute arbitrary code via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Remote code execution in Google Chrome versions prior to 148.0.7778.179 stems from a use-after-free flaw in the WebRTC component, enabling a remote attacker to run arbitrary code when a victim visits a crafted HTML page. Chromium rates the severity as High and the CVSS 3.1 score is 8.8, but exploitation requires user interaction (UI:R); no public exploit identified at time of analysis.
Technical ContextAI
WebRTC (Web Real-Time Communication) is the browser subsystem that powers peer-to-peer audio, video, and data-channel communication and is implemented in C++ within the Chromium codebase. The root cause is CWE-416 (Use After Free), a memory-safety class of bug in which the program continues to dereference a pointer to memory that has already been released - allowing an attacker who can influence allocator state to place controlled data into the freed region and corrupt program control flow. The affected product per CPE is cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, covering all Chrome builds before the 148.0.7778.179 stable channel release.
RemediationAI
Vendor-released patch: Google Chrome 148.0.7778.179 - update all desktop installations to this stable channel build or later via the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/05/stable-channel-update-for-desktop_0841193308.html, ideally by enforcing automatic updates through enterprise policy and verifying via chrome://settings/help. For Chromium-derivative browsers, install the corresponding rebased build once published by each vendor. Until patching is complete, a viable compensating control is to disable or restrict WebRTC at the enterprise policy level (for example by setting WebRtcIPHandling to disable_non_proxied_udp or applying URLBlocklist entries that block WebRTC-enabling sites), accepting the side effect that this will break video conferencing, voice calls, and other real-time-communication web apps; combine with strict URL allowlisting and end-user warnings against opening untrusted links.
Same weakness CWE-416 – Use After Free
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-31169
GHSA-p85v-6f3q-83wg