Severity by source
AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Local vector because exploitation needs an in-sandbox foothold (AV:L); no added privileges within the compromised renderer (PR:N); sandbox escape crosses a trust boundary so S:C with full C/I/A impact.
Primary rating from Vendor (google).
CVSS VectorVendor: google
Lifecycle Timeline
8DescriptionCVE.org
Integer overflow in Chromecast in Google Chrome prior to 150.0.7871.182 allowed a local attacker to potentially perform a sandbox escape via malicious network traffic. (Chromium security severity: High)
AnalysisAI
Sandbox escape in the Chromecast component of Google Chrome before 150.0.7871.182 lets a local attacker corrupt memory through an integer overflow (CWE-190) triggered by crafted network traffic, potentially breaking out of the renderer sandbox to gain broader access on the host. Google rated the Chromium severity High, and the CVSS score is 9.3 driven by the scope change from a sandbox escape. There is no public exploit identified at time of analysis, EPSS exploitation probability is very low (0.10%), and CISA SSVC marks exploitation as none.
Technical ContextAI
The flaw lives in Chrome's Chromecast (Cast) subsystem, which handles device discovery and media streaming to Chromecast/Cast-enabled receivers and processes incoming network data as part of the casting protocol. CWE-190 (Integer Overflow or Wraparound) describes the root cause: an arithmetic operation on attacker-influenced size or length values wraps past the maximum representable value, producing an undersized allocation or miscalculated bounds that leads to out-of-bounds memory access - consistent with the 'Buffer Overflow' tag accompanying the integer-overflow classification. Because the affected code runs inside the Chrome renderer/sandbox boundary, a successful overflow can be leveraged as a sandbox escape rather than a simple crash. The single CPE provided (cpe:2.3:a:google:chrome) scopes this to the Chrome desktop browser rather than a standalone Chromecast hardware device.
RemediationAI
Vendor-released patch: update Google Chrome to 150.0.7871.182 or later via the Stable channel update (https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_0256605430.html); most installations auto-update, so verify the version under chrome://settings/help and relaunch to apply. In managed fleets, push the updated build through your enterprise update policy and confirm minimum-version enforcement. Where immediate patching is not possible, a targeted compensating control is to disable or restrict the Cast/Chromecast feature and block outbound/inbound mDNS and Cast discovery traffic (UDP 5353 and the SSDP/Cast ports) at the network layer to reduce reachability of the vulnerable Cast parser - the trade-off is loss of casting functionality for users and possible disruption to legitimate media-streaming workflows. Chromium-based browsers (Edge, Brave, etc.) should be updated to builds incorporating the corresponding upstream fix.
Same weakness CWE-190 – Integer Overflow or Wraparound
View allSame technique Buffer Overflow
View allVendor StatusVendor
SUSE
Severity: Critical| 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-47571
GHSA-fp8j-cv93-rg46