Google Chrome
CVE-2026-7336
HIGH
Severity by source
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Remote crafted page with mandatory user interaction (UI:R), no auth (PR:N); code execution stays in-sandbox so scope is Unchanged, with high C/I/A within the renderer.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in WebRTC in Google Chrome prior to 147.0.7727.138 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
AnalysisAI
Remote code execution in Google Chrome's WebRTC component (versions prior to 147.0.7727.138) allows a remote attacker to run arbitrary code within the renderer sandbox by luring a victim to a crafted HTML page. The flaw is a use-after-free memory corruption reported by Google's own Chrome team; there is no public exploit identified at time of analysis and it is not listed in CISA KEV. EPSS is very low (0.01%), and CISA SSVC scores exploitation as 'none', indicating no observed exploitation despite the high technical severity.
Technical ContextAI
The vulnerability resides in WebRTC, the real-time communication stack built into Chromium that handles peer-to-peer audio/video and data channels directly from web content. It is a CWE-416 Use-After-Free: a heap object is freed while a dangling reference remains reachable, and subsequent access to that stale pointer lets an attacker corrupt memory and hijack control flow. Because WebRTC processing runs inside the sandboxed renderer process, the described code execution is confined to that sandbox rather than the host OS. The affected component is identified by CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*, covering the Chrome desktop application across all versions below the fixed build.
RemediationAI
Vendor-released patch: update Google Chrome to 147.0.7727.138 or later via the Chrome Stable channel; most installations will receive this automatically, but administrators should force-restart the browser to complete the update since Chrome only applies pending updates on relaunch, and verify the running version under chrome://settings/help. Downstream Chromium consumers should apply the corresponding Red Hat and SUSE package updates as they are published. There is no supported configuration-level workaround that fully neutralizes a WebRTC memory bug, but until patching completes you can reduce exposure by restricting untrusted browsing and, in managed environments, disabling WebRTC where it is not needed via enterprise policy (e.g. WebRtcAllowLegacyTLSProtocols/URL-based WebRTC restrictions or blocking peer connections) - with the trade-off that this breaks video conferencing and other real-time features. Refer to the vendor advisory at https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html.
Same weakness CWE-416 – Use After Free
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| SUSE Package Hub 15 SP6 | Fixed |
| openSUSE Leap 15.6 | Fixed |
| openSUSE Leap 16.0 | Fixed |
| SUSE Package Hub 15 SP6 | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today