CVE-2026-13932: Chrome Android Data Leakage via Renderer Compromise
A vulnerability in Google Chrome on Android allows an attacker who has already compromised the browser's rendering engine to steal sensitive data from websites you visit. The attacker would need to trick you into visiting a malicious webpage, but once you do and given they control the renderer process, they can access information from other websites you have open—bypassing normal browser security boundaries. This affects Chrome versions before 150.0.7871.47 on Android devices.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 6.5 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
- Weaknesses (CWE)
- CWE-284
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
Inappropriate implementation in Sharing in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to leak cross-origin data 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-13932 stems from an inappropriate implementation of the sharing mechanism in Chrome's renderer process on Android. The vulnerability exists in how Chrome handles cross-origin data access when the renderer process has been compromised. An attacker with renderer process control can craft HTML that leaks data normally isolated by the same-origin policy. The flaw is classified under CWE-284 (Improper Access Control), indicating a breakdown in the mechanism that should enforce origin boundaries. The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N) reflects network attack surface, low attack complexity, user interaction requirement, and high confidentiality impact without integrity or availability concerns.
Business impact
Organizations managing Android devices with Chrome users face potential data exposure. If an employee's Chrome renderer is compromised—whether through a separate vulnerability, malware, or supply-chain attack—an attacker gains a low-friction path to exfiltrate authentication tokens, session cookies, or sensitive information from multiple sites the user visits simultaneously. This is particularly concerning in BYOD environments or where employees access cloud applications and SaaS platforms. The attack does not disrupt service or modify data, but confidentiality breach can lead to account takeovers and lateral movement within connected systems.
Affected systems
Google Chrome on Android devices running versions prior to 150.0.7871.47 are affected. The vulnerability is Android-specific; Chrome on Windows, macOS, Linux, iOS, and other platforms is not mentioned in this advisory. Organizations should inventory Chrome installations on Android devices, including enterprise-managed devices, personal devices with work profiles, and any shared or kiosk devices.
Exploitability
Exploitation requires two conditions: (1) the renderer process must already be compromised, and (2) the user must visit a malicious or attacker-controlled webpage. The vulnerability is not a zero-click or self-propagating flaw. An attacker cannot exploit it remotely without first achieving renderer compromise through a separate attack vector (another Chrome vulnerability, native code exploit, or malware). Once those conditions are met, the attack is straightforward. Because renderer compromise is a prerequisite, this is a post-exploitation privilege-escalation vector rather than a primary entry point. It is not tracked in the CISA KEV catalog, indicating it is not currently known to be exploited in the wild.
Remediation
Update Chrome on Android to version 150.0.7871.47 or later. Google typically pushes updates automatically, but users should manually check for available updates in the Google Play Store or through Chrome's Settings > About Chrome menu. Organizations with managed Android devices should deploy this update via their MDM (Mobile Device Management) solution. Verify the update is applied across all devices in scope. No workarounds are available for unpatched versions other than restricting access to untrusted websites or disabling Chrome features, neither of which is practical.
Patch guidance
Verify against the vendor advisory that Chrome version 150.0.7871.47 on Android is the fix version. Deploy through your standard Chrome update mechanism—automatic updates via Google Play, or manual installation. If using an MDM platform (Google Workspace, Microsoft Intune, etc.), configure the policy to enforce the minimum version or enable auto-update. Test in a non-production environment first to ensure no compatibility issues with your organization's web applications. Monitor deployment success metrics to confirm coverage across your Android device fleet.
Detection guidance
Monitor Chrome version numbers on Android devices using your MDM solution, mobile security platform, or endpoint detection tools. Flag any device running Chrome below version 150.0.7871.47. In a post-compromise investigation, if you suspect renderer process compromise, look for unusual process-level activity, unexpected network connections from the Chrome process, or memory anomalies. Browser logs and cache forensics may reveal traces of malicious HTML pages, though the renderer process compromise itself is the critical indicator. Consider enabling enhanced logging on managed devices if your MDM supports it.
Why prioritize this
Although this vulnerability carries a CVSS score of 6.5 (Medium) and is not yet in active exploitation, it merits prompt but not emergency-level attention. The vulnerability requires pre-existing renderer compromise, which limits its standalone exploitability. However, it significantly amplifies the impact of any other Chrome vulnerability that grants renderer access. Organizations should patch within their standard maintenance windows—typically within 30 days—giving priority to high-value Android devices (those handling sensitive data, used by privileged users) and BYOD environments where control is limited. The absence of KEV status and active exploitation reduces urgency, but the confidentiality impact justifies avoiding prolonged deferral.
Risk score, explained
The CVSS 3.1 score of 6.5 reflects: (1) Network-accessible attack vector—standard web browsing; (2) Low attack complexity—no special conditions beyond renderer compromise; (3) User interaction required—victim must visit a malicious page; (4) Unchanged scope—attack stays within the Chrome process boundary; (5) High confidentiality impact—full access to cross-origin data; (6) No integrity or availability impact—data is read-only. The score would be higher (7.0+) if it required no user interaction or enabled code execution beyond the renderer; it would be lower if it required authentication or special user privileges beyond opening a browser. The Medium severity aligns with the prerequisite of renderer compromise, which is a significant but not insurmountable constraint.
Frequently asked questions
Does this vulnerability affect Chrome on my iPhone or iPad?
No. The vulnerability is specific to Chrome on Android. Apple iOS is not mentioned in the advisory. However, users should still keep Chrome updated on all platforms as a security best practice.
Can I be exploited just by visiting a website, or does my renderer process need to be compromised first?
Both conditions must be true. The renderer process must be compromised first—typically via another vulnerability or malware. Then, visiting a malicious webpage exploits this vulnerability to leak data from other sites. You cannot be exploited by a malicious website alone if your Chrome process is otherwise clean.
What data can be stolen if I'm exploited?
An attacker with renderer control can access data from websites you have open in the same browser session, including cookies, tokens, form data, and page content. This could include login credentials, payment information, or confidential work documents if you're logged into a corporate SaaS platform.
Does my organization need to deploy this update immediately?
No, but it should be prioritized within your normal patch cycle—ideally within 30 days. Because exploitation requires prior renderer compromise, this is not a critical zero-day. However, delaying indefinitely increases risk if a renderer vulnerability is discovered. Apply to high-value devices and users first, then roll out organization-wide.
This analysis is provided for informational purposes and represents SEC.co's interpretation of publicly available threat intelligence as of the publication date. Specific patch versions, deployment timelines, and affected product inventories must be verified against official Google Chrome security advisories and your organization's asset inventory. No guarantee is made regarding the completeness, accuracy, or timeliness of this information. Organizations are responsible for conducting their own risk assessment and patch management decisions. This explainer does not constitute legal or professional security advice. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-11017MEDIUMChrome Link Preview Navigation Bypass (CVSS 6.5)
- CVE-2026-11026MEDIUMChrome Extension Navigation Bypass Vulnerability
- CVE-2026-11078MEDIUMChrome FileSystem Same-Origin Policy Bypass – MEDIUM Severity
- CVE-2026-11135MEDIUMChrome Autofill Bypass Allows Credential Misdirection
- CVE-2026-11187MEDIUMChrome Navigation Restriction Bypass Vulnerability
- CVE-2026-11190MEDIUMGoogle Chrome Extension Access Control Bypass (6.5 CVSS)
- CVE-2026-11193MEDIUMChrome Password Manager Access Control Bypass – CVSS 6.5
- CVE-2026-11197MEDIUMChrome Same-Origin Policy Bypass in Workers – Patch v149.0.7827.53