Google Chrome
CVE-2026-7338
HIGH
Severity by source
AV:A/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Adjacent-network reach (AV:A) via Cast, no auth or interaction (PR:N/UI:N), but winning the UAF race is hard (AC:H), with full impact within the unchanged browser process scope.
Primary rating from Vendor (Chrome).
CVSS VectorVendor: Chrome
Lifecycle Timeline
4DescriptionCVE.org
Use after free in Cast in Google Chrome prior to 147.0.7727.138 allowed an attacker on the local network segment to potentially exploit heap corruption via malicious network traffic. (Chromium security severity: High)
AnalysisAI
Heap corruption in Google Chrome's Cast component (versions prior to 147.0.7727.138) allows an attacker positioned on the same local network segment to trigger a use-after-free via malicious network traffic, potentially leading to code execution within the browser process. The flaw was reported internally by the Chrome team and carries a High Chromium severity, but there is no public exploit identified at time of analysis and EPSS scores exploitation probability at effectively 0%. It is not listed in CISA KEV, and CISA's SSVC assessment marks exploitation as none and the attack as not automatable.
Technical ContextAI
The vulnerability lives in Chrome's Cast feature, which implements Google Cast (Chromecast) device discovery and media streaming over the local network, typically using mDNS/DIAL discovery and the Cast protocol over TCP/UDP. The root cause is CWE-416 (Use After Free): the Cast code path frees a heap object while a dangling reference remains reachable, so subsequent use of that reference operates on freed/reallocated memory, producing heap corruption. Because Cast processes attacker-influenced network traffic to identify and communicate with casting endpoints, a crafted stream of packets can drive the object lifecycle into the freed-then-reused state. The affected component is identified by CPE cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:* - the desktop Chrome browser across platforms (Red Hat and SUSE tags indicate downstream Linux distribution rebuilds are also affected).
RemediationAI
Vendor-released patch: Google Chrome 147.0.7727.138 - upgrade all desktop Chrome installations to 147.0.7727.138 or later via the Stable channel; Chrome typically auto-updates, so verify the update has applied and restart the browser to load the new binary (chrome://settings/help). Red Hat and SUSE users should apply the corresponding distribution Chromium/Chrome package updates. As an interim compensating control before patching, restrict exposure to the local-network attack surface: because the flaw is reached through Cast on the local segment, disabling media casting / not initiating Cast sessions on untrusted networks and segmenting or isolating clients from untrusted LAN/Wi-Fi peers (e.g. enabling client isolation on shared Wi-Fi, blocking mDNS/Cast discovery traffic between untrusted hosts) reduces reachability - the trade-off is loss of Chromecast/casting functionality on those networks. Advisory references: https://chromereleases.googleblog.com/2026/04/stable-channel-update-for-desktop_28.html and https://vuldb.com/vuln/360086.
Same weakness CWE-416 – Use After Free
View allSame technique Denial Of Service
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