MEDIUM 6.5

CVE-2026-14048: Chrome Chromecast Use-After-Free Memory Disclosure

A use-after-free flaw in Google Chrome's Chromecast component allows an attacker positioned on the same local network to extract sensitive data from the browser's memory using a specially crafted malicious peripheral device. The vulnerability affects Chrome versions before 150.0.7871.47 across Windows, macOS, and Linux systems.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.5 MEDIUM · CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-416
Affected products
4 configuration(s)
Published / Modified
2026-06-30 / 2026-07-01

NVD description (verbatim)

Use after free in Chromecast in Google Chrome prior to 150.0.7871.47 allowed an attacker on the local network segment to obtain potentially sensitive information from process memory via a malicious peripheral. (Chromium security severity: Low)

2 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-14048 is a use-after-free vulnerability (CWE-416) in the Chromecast subsystem of Chromium-based browsers. An attacker with network proximity can exploit this by controlling a malicious peripheral device on the local network segment. When the vulnerable browser attempts to interact with the malicious device, it may dereference freed memory, allowing information disclosure from process memory. The attack requires no user interaction and no special privileges, but is limited to the local network boundary. Google assessed this as Low severity in their internal classification, though the CVSS 3.1 score of 6.5 (MEDIUM) reflects the confidentiality impact from arbitrary memory read capability.

Business impact

This vulnerability poses a data confidentiality risk to organizations where untrusted devices may connect to internal networks. Sensitive information such as authentication tokens, session cookies, or cached credentials could be extracted from Chrome's memory if an attacker deploys a malicious peripheral. For enterprise environments with bring-your-own-device policies or shared network segments, this represents a pathway to lateral movement or credential harvesting. The local-network-only requirement limits exposure to internet-facing attack scenarios.

Affected systems

Google Chrome versions prior to 150.0.7871.47 are affected across all major operating systems: Windows, macOS, and Linux. Any system running a vulnerable Chrome version that permits untrusted devices on the same network segment is at risk. Chromium-based browsers derived from the same codebase may also be affected depending on their version and whether they include the Chromecast component.

Exploitability

Exploitation requires local network access and the ability to introduce a malicious peripheral device. An attacker cannot exploit this remotely over the internet. No user interaction is needed once a malicious device is present on the network. The attack surface is lowest in air-gapped or strictly managed network environments where device connections are controlled. The vulnerability is not currently listed in CISA's Known Exploited Vulnerabilities (KEV) catalog, suggesting active exploitation in the wild has not been documented at the time of publication.

Remediation

Update Google Chrome to version 150.0.7871.47 or later. This patch version addresses the use-after-free condition in the Chromecast component. Verify the exact patch version against the official Google Chrome release notes to confirm the fix is included in your targeted version. Organizations should prioritize updates for systems operating on shared or less-trusted network segments.

Patch guidance

Google Chrome auto-updates are enabled by default for most users; however, verify the update has deployed by checking Settings > About Google Chrome to confirm the version is 150.0.7871.47 or higher. For managed enterprise deployments using Chrome policies or configuration management, test the patch in a staging environment before broad rollout. Verify that Chromecast functionality remains operational post-patch to ensure no regression in features your organization depends on.

Detection guidance

Monitor for abnormal Chromecast initialization errors or process crashes involving memory access violations. Look for unusual peripheral device connections on your network segment, particularly unrecognized Bluetooth or USB devices claiming Chromecast or media device capabilities. Within Chrome logs (chrome://crashes or via crash reporting), correlate any memory-related errors with the timeframe and presence of suspicious devices. Network-based detection is limited given the local-only nature; focus on endpoint telemetry and device inventory controls.

Why prioritize this

While the CVSS score is MEDIUM and the vulnerability is not in the KEV catalog, the low barrier to exploitation (no user interaction required) and potential for credential theft warrant prompt patching in environments where network device trust cannot be strictly enforced. The local-network-only boundary significantly reduces enterprise risk compared to remote vulnerabilities, allowing lower priority for air-gapped or highly controlled networks, but higher priority for open or guest network segments.

Risk score, explained

The CVSS 3.1 score of 6.5 reflects High confidentiality impact with no integrity or availability impact (C:H/I:N/A:N). Attack vector is Adjacent Network (AV:A), requiring local network presence but no privilege or user interaction (PR:N/UI:N). The score appropriately captures the information disclosure risk while accounting for the network proximity requirement, placing it in the MEDIUM severity band despite Chromium's internal Low assessment.

Frequently asked questions

Can this vulnerability be exploited over the internet or through a website I visit?

No. The vulnerability requires the attacker to be on the same local network segment and to control a malicious peripheral device. It cannot be exploited remotely by a website or over the internet.

What information could an attacker extract from Chrome's memory?

An attacker could potentially access sensitive data in process memory, such as authentication tokens, session cookies, cached credentials, browsing history fragments, or other data temporarily stored in Chrome's memory space. The exact sensitive information depends on what was in memory at the time of exploitation.

Does this affect Chromium-based browsers like Edge or Brave?

Potentially, if those browsers include the Chromecast component and are built from a vulnerable version of Chromium. Check with your browser vendor for their version and patch status. Edge and other derivatives may have different version numbers and release schedules.

How can I reduce my risk if I cannot patch immediately?

Restrict untrusted device connections on your network segment, disable Chromecast functionality if not needed (via Chrome policies), and segment your network to limit exposure of sensitive systems to devices you control. Monitor for unexpected peripheral connections and prioritize patching for systems on shared or high-risk network segments.

This analysis is based on publicly available vulnerability data as of the publication date. Patch version numbers, affected product versions, and CVSS scores are sourced from official vendor advisories and the National Vulnerability Database. No exploit code is provided. Organizations should verify patch applicability and compatibility with their specific Chrome versions and deployment environment before applying updates. This vulnerability assessment does not constitute a guarantee of security and should be combined with your organization's risk management and change control processes. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).