CVE-2026-13890: Out-of-Bounds Read in Chrome Chromecast
A memory safety flaw in Google Chrome's Chromecast component allows an attacker who has already compromised the browser's renderer process to read sensitive data from process memory. The vulnerability requires user interaction (clicking a malicious link or visiting a crafted website) but does not lead to code execution or system crashes. Chrome versions prior to 150.0.7871.47 are affected across Windows, macOS, and Linux platforms.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 5.3 MEDIUM · CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-125
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Out of bounds read in Chromecast in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13890 is an out-of-bounds read vulnerability (CWE-125) in the Chromecast implementation within Chromium. The flaw permits an attacker with renderer process compromise to craft a malicious HTML payload that triggers an out-of-bounds memory access, exposing adjacent process memory. The vulnerability is classified as Medium severity by Chromium and assigned a CVSS 3.1 score of 5.3 (AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N). Exploitation requires both renderer process compromise and user interaction, limiting but not eliminating real-world risk.
Business impact
This vulnerability primarily threatens organizations where users browse untrusted content or may be targeted by sophisticated phishing attacks. Since exploitation requires prior renderer compromise, the attack chain is two-stage: first compromise the browser process (via another vulnerability or malware), then exploit this flaw to leak credentials, authentication tokens, or other sensitive data held in memory. For enterprises with strict browsing policies and defense-in-depth controls, immediate business impact is limited; however, the information disclosure risk to high-value targets warrants prompt patching.
Affected systems
Google Chrome versions prior to 150.0.7871.47 are vulnerable. The flaw affects Chrome running on Microsoft Windows, Apple macOS, and Linux systems. All platforms running unpatched versions are equally at risk. Organizations should inventory Chrome deployments across managed and unmanaged endpoints.
Exploitability
Exploitation is not trivial. An attacker must first achieve renderer process compromise—typically through a separate vulnerability or social engineering—and then convince the user to interact with a crafted HTML page. The CVSS vector (AC:H, UI:R) reflects these requirements. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog, suggesting no active, weaponized exploitation has been publicly confirmed as of the publication date. However, the attack is feasible for well-resourced threat actors targeting high-value individuals or organizations.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Chromium-based browsers (Microsoft Edge, Brave, Opera) derived from affected Chromium versions should also be updated to their corresponding patched releases. Verify patch versions against vendor release notes, as different browsers may have staggered release schedules. No workarounds are available; patching is the primary mitigation.
Patch guidance
Chrome auto-updates are enabled by default for most users; however, enterprises with managed deployments should validate that auto-update policies are active or manually deploy version 150.0.7871.47 or later. Test patches in a non-production environment before full rollout if your organization requires change control. Check vendor advisories for any known compatibility issues with legacy extensions or internal web applications. Chromium-based alternatives (Edge, Brave) should be updated to their corresponding patched releases—verify the exact version numbers against each vendor's security advisory.
Detection guidance
Monitor Chrome version compliance across endpoints using endpoint detection and response (EDR) or mobile device management (MDM) tools. Logs of renderer process crashes may indicate exploitation attempts, though they are not definitive. Network-based detection is challenging since the exploit payload is contained within HTML; focus on endpoint-level inventory and patch compliance. If your organization logs browser activity, look for unusual patterns preceding renderer process anomalies.
Why prioritize this
Although assigned a Medium severity score and not yet exploited in the wild, this vulnerability merits timely patching due to its information disclosure risk and the simplicity of patching Chrome across most environments. Organizations should prioritize this above less critical updates but need not declare a crisis-level incident response. The lack of KEV listing and active exploitation reduces urgency relative to critical or high-severity flaws, but prompt patching within standard change windows is prudent.
Risk score, explained
The CVSS 3.1 score of 5.3 (Medium) reflects confidentiality impact (C:H) balanced against high attack complexity (AC:H) and the requirement for user interaction (UI:R). The attacker gains no code execution, persistence, or denial-of-service capability. The score appropriately captures that exploitation is possible but non-trivial, and the impact is limited to information disclosure rather than system compromise. Real-world risk may vary based on whether your users are targeted by advanced threat actors and whether additional renderer-process vulnerabilities exist in your deployment timeline.
Frequently asked questions
Does this vulnerability allow remote code execution?
No. The out-of-bounds read permits memory disclosure only. An attacker cannot execute code, modify files, or install malware through this flaw alone. However, disclosed memory might contain tokens or credentials that enable further attacks.
Is my Chrome browser auto-protected, or must I manually update?
Chrome auto-updates are enabled by default for most users. You can verify your version by visiting chrome://settings/help, which will also trigger an update if one is pending. Enterprise administrators should confirm that auto-update policies are active in their managed fleet.
What if I use a Chromium-based browser like Edge or Brave?
If your browser is derived from Chromium, check your vendor's security advisories and release notes to identify the patched version equivalent to Chrome 150.0.7871.47. Each vendor releases patches on their own schedule; do not assume Chrome version numbers map directly to other browsers.
Is this vulnerability actively being exploited in the wild?
As of the publication date, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog. No public reports of active exploitation have been confirmed, though sophisticated threat actors may exploit it in targeted campaigns.
This analysis is based on vulnerability data available as of the publication date. Security research, threat intelligence, and vendor advisories evolve; re-check official sources (Google Chrome Security Releases, Chromium security documentation, and vendor advisories) before deploying patches to production. While we strive for accuracy, this explainer is provided as educational context and does not substitute for independent security assessment or formal vulnerability management processes. Organizations should validate all patch versions and compatibility claims against authoritative vendor resources before implementation. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-10998MEDIUMChrome Media Out-of-Bounds Memory Read Vulnerability
- CVE-2026-11004MEDIUMChrome ANGLE Out-of-Bounds Read Memory Disclosure
- CVE-2026-11006MEDIUMChrome Out-of-Bounds Read in Dawn Graphics API—Urgent Patch Required
- CVE-2026-11075MEDIUMOut-of-Bounds Read in Chrome V8 Engine – Memory Disclosure Vulnerability
- CVE-2026-11090MEDIUMChrome ANGLE Memory Leak Enables Cross-Origin Data Theft
- CVE-2026-11096MEDIUMChrome WebRTC Out-of-Bounds Read
- CVE-2026-11183MEDIUMChrome GWP-ASan Memory Disclosure – Patch Guidance
- CVE-2026-11299MEDIUMInteger Overflow in Google Chrome Font Processing (Medium Severity)