CVE-2026-17672: Insufficient validation of untrusted input in Chromecast in Google Chrome prior to 151.0.7922.72 allowed a...
Insufficient validation of untrusted input in Chromecast in Google Chrome prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
Security readout for executives and security teams
Plain-English summary
Chrome’s Chromecast component did not adequately validate untrusted input. An attacker who had already compromised Chrome’s renderer could use a crafted webpage to potentially escape the browser sandbox, increasing the chance of broader system compromise.
Executive priority
Treat this as an urgent browser update because successful exploitation could break Chrome’s sandbox and affect confidentiality, integrity, and availability. Prioritize rapid enterprise-wide deployment while recognizing that exploitation requires an existing renderer compromise and user interaction.
Technical view
CVE-2026-17672 is a CWE-20 input-validation flaw in Chrome’s Chromecast functionality before version 151.0.7922.72. Exploitation requires a compromised renderer and user interaction with crafted HTML. The supplied CVSS 3.1 score is 9.6, while Chromium classifies the issue as High severity.
Likely exposure
Organizations running Google Chrome versions earlier than 151.0.7922.72 are potentially exposed. Risk is greatest where browser updates are delayed or unmanaged. This is not described as a standalone initial-compromise vulnerability; the attacker must first compromise the renderer process.
Exploitation context
The supplied record is not listed in CISA KEV, and the provided sources do not establish active exploitation or public exploit availability. The vulnerability could serve as the sandbox-escape stage of a chained browser attack after renderer compromise.
Researcher notes
The documented weakness is insufficient validation of untrusted input in the Chromecast component. Publicly supplied details establish the prerequisite renderer compromise and crafted HTML vector, but do not explain the underlying validation failure, affected code path, exploit reliability, or observed attacks.
Mitigation direction
Deploy Google Chrome 151.0.7922.72 or later across affected systems.
Prioritize internet-facing user workstations and environments where browser patching is delayed.
Enforce managed browser updates and investigate endpoints unable to receive the stable release.
Monitor Google’s release notice and Chromium issue for additional vendor guidance.
Validation and detection
Inventory installed Chrome versions and identify every installation earlier than 151.0.7922.72.
Confirm updated browsers report version 151.0.7922.72 or later after deployment.
Verify update-management reports cover unmanaged, remote, and intermittently connected endpoints.
Review remediation exceptions and document systems that cannot yet receive the update.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-20: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
3Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-20 · source CWE mapping
Improper Input Validation
Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.