Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in WebRTC in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: Medium)
AnalysisAI
Remote code execution in Google Chrome's WebRTC component prior to 149.0.7827.53 allows remote attackers to execute arbitrary code within the renderer sandbox when a victim visits a crafted HTML page. The flaw is a use-after-free memory corruption issue rated CVSS 8.8 with high impact across confidentiality, integrity, and availability, though execution remains confined to the sandbox and no public exploit identified at time of analysis.
Technical ContextAI
WebRTC (Web Real-Time Communication) is the browser subsystem that handles peer-to-peer audio, video, and data channels and is implemented in C++ inside Chromium's renderer process. CWE-416 (Use After Free) describes a class of memory corruption where code references a heap object after it has been freed, allowing an attacker who can control the reallocated memory to hijack object virtual tables or function pointers and pivot to arbitrary code execution. WebRTC has historically been a high-value target because it exposes complex parsers and state machines (SDP, RTP, DTLS, ICE) to attacker-controlled web content, expanding the renderer attack surface considerably.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.53 or later on the Stable channel - update via Chrome's built-in updater (chrome://settings/help) or enterprise tooling, referencing the Chrome Releases advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html and the upstream tracker at https://issues.chromium.org/issues/501424047. Administrators managing Chromium-derived browsers should monitor their respective vendors and apply the equivalent update once published. As a temporary compensating control until patches are deployed, disabling WebRTC via enterprise policy (e.g., WebRtcAllowLegacyTLSProtocols and the WebRtcUdpPortRange / WebRtcLocalIpsAllowedUrls policies, or setting WebRtcIPHandling to disable_non_proxied_udp) reduces exposure, with the trade-off that video conferencing, screen sharing, and voice apps (Google Meet, Teams, Discord, Slack huddles) will break or fall back to TURN; alternatively, blocking outbound STUN/TURN at the network edge and using browser isolation or strict ad/script blocking on untrusted sites narrows the delivery path.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: Important| Product | Status |
|---|---|
| SUSE Package Hub 15 SP7 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| openSUSE Tumbleweed | Fixed |
| SUSE Package Hub 15 SP7 | Affected |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34579
GHSA-47p6-3xx4-p3qm