Severity by source
AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Cast in Google Chrome prior to 149.0.7827.53 allowed an attacker on the local network segment to potentially exploit heap corruption via malicious network traffic. (Chromium security severity: Critical)
AnalysisAI
Heap corruption in Google Chrome's Cast component prior to version 149.0.7827.53 allows adjacent-network attackers to trigger a use-after-free condition through crafted network traffic, potentially leading to arbitrary code execution within the renderer. Chromium rates the underlying severity as Critical, and no public exploit identified at time of analysis, though the AV:A vector means any attacker sharing the victim's LAN or Wi-Fi segment can attempt exploitation without authentication or user interaction.
Technical ContextAI
The flaw resides in Chrome's Cast subsystem, which implements the Google Cast protocol used to discover and stream media to Chromecast and other receiver devices over the local network (typically via mDNS/DIAL/SSDP discovery and DTLS-protected media channels). CWE-416 (Use After Free) indicates that an object in the Cast component is freed while a dangling pointer remains reachable; subsequent dereference of that pointer corrupts the heap, which an attacker can shape via malicious network frames to overwrite control data such as vtable pointers. Per the affected-products data, this impacts Chrome desktop builds prior to 149.0.7827.53 across the Chromium codebase; downstream Chromium-based browsers (Edge, Brave, Opera, Vivaldi) that share the Cast implementation are also likely affected pending their own respins.
RemediationAI
Vendor-released patch: Google Chrome 149.0.7827.53 or later via the Stable channel - update by opening chrome://settings/help and restarting the browser, or push the update through enterprise management (Chrome Browser Cloud Management, Group Policy, or MDM) referencing the advisory at https://chromereleases.googleblog.com/2026/06/stable-channel-update-for-desktop.html. For Chromium-derivative browsers, apply the vendor's respun build once available and track the Chromium bug at https://issues.chromium.org/issues/513136593. Where immediate patching is not possible, compensating controls include disabling the Media Router / Cast feature via the EnableMediaRouter=false enterprise policy (trade-off: users lose Chromecast and 'Cast tab' functionality), isolating endpoints onto trusted VLANs that block adjacent untrusted devices from reaching the Cast discovery ports (mDNS/UDP 5353, SSDP/UDP 1900, and Cast TCP 8008/8009), and instructing mobile users to avoid open public Wi-Fi until patched since AV:A exposure is dominated by shared wireless segments.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
View allVendor StatusVendor
SUSE
Severity: High| Product | Status |
|---|---|
| openSUSE Tumbleweed | Fixed |
Share
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-34553
GHSA-xrv4-rvr5-75gv