MEDIUM 6.5

CVE-2026-13954: Chrome Android XML Policy Bypass & Memory Disclosure

Google Chrome on Android contains a flaw in how it enforces security policies when processing XML within web pages. An attacker can craft a malicious HTML page that, when visited by a user, allows the attacker to read sensitive data held in Chrome's process memory. This vulnerability requires user interaction (visiting a malicious page) but does not require the attacker to be authenticated or have special privileges. The vulnerability was patched in Chrome version 150.0.7871.47 and later.

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)

Insufficient policy enforcement in XML in Google Chrome on Android prior to 150.0.7871.47 allowed a remote attacker 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-13954 is a memory disclosure vulnerability stemming from insufficient policy enforcement in Chrome's XML handling on Android. The vulnerability is classified under CWE-284 (Improper Access Control), indicating a failure to properly restrict access to sensitive data. An attacker exploiting this issue can leverage a crafted HTML page to bypass intended security boundaries and access process memory contents that should remain confidential. The attack vector is network-based, requires no privileges, but does depend on user interaction to visit the malicious page. The vulnerability affects Chrome versions prior to 150.0.7871.47 on Android devices.

Business impact

This vulnerability poses a confidentiality risk to mobile users of Chrome on Android. Depending on what data resides in process memory at the time of exploitation, sensitive information could be exposed—including cached credentials, session tokens, or data from other running processes. For organizations with bring-your-own-device (BYOD) policies or employees using Chrome on personal Android devices to access corporate resources, this vulnerability could facilitate credential theft or unauthorized access to sensitive information. The requirement for user interaction limits mass exploitation but does not eliminate risk in targeted attack scenarios.

Affected systems

Google Chrome on Android versions prior to 150.0.7871.47 are vulnerable. Desktop and other browser variants are not affected by this particular issue. Organizations should verify the Chrome version installed on Android devices in their mobile device inventory. This includes both managed devices and, if applicable, personal devices with company data access.

Exploitability

The exploit is moderately straightforward to execute: an attacker creates a malicious HTML page and distributes it via email, social engineering, malicious ads, or compromised websites. When a vulnerable Chrome user visits the page, the XML policy enforcement flaw is triggered, allowing memory disclosure. No advanced capabilities or exploitation tools are required beyond basic web development skills. However, the attack is not wormable or self-propagating, and requires active user participation. The vulnerability is not currently tracked in CISA's Known Exploited Vulnerabilities (KEV) catalog, suggesting active exploitation in the wild has not yet been observed or reported at scale.

Remediation

Update Google Chrome on Android to version 150.0.7871.47 or later as soon as possible. Google typically delivers updates through the Google Play Store; ensure automatic updates are enabled on Android devices. Verify the installed version in Chrome by navigating to Settings > About Chrome. For organizations managing mobile devices via mobile device management (MDM) solutions, enforce a minimum Chrome version policy. Additionally, consider user education on avoiding suspicious links and downloading only apps from official stores.

Patch guidance

Google has released Chrome version 150.0.7871.47 and subsequent versions to address this vulnerability. Patches are available through the Google Play Store. Users should enable automatic app updates in Google Play Store settings (Settings > Apps > Google Play Store > App settings > Auto-update apps). Organizations using MDM platforms should push Chrome updates as mandatory and monitor device compliance. Verify the patch installation by confirming the version number in Chrome Settings > About Chrome displays a version number greater than or equal to 150.0.7871.47.

Detection guidance

Network-based detection is challenging because the attack relies on standard HTTP traffic to a malicious website. However, security teams should monitor for suspicious HTML pages distributed via email or advertising networks. At the endpoint level, monitor for unusual process memory access patterns or unexpected data exfiltration from Chrome processes. On managed Android devices, MDM solutions can detect and flag out-of-date Chrome versions. Consider network segmentation and monitoring for connections to known malicious domains. User reporting of suspicious pages remains a valuable detection mechanism.

Why prioritize this

This vulnerability merits medium-to-high priority due to its combination of network-based attack surface, user interaction requirement, and potential for sensitive data theft. While the CVSS score is 6.5 (Medium), the practical impact depends on organizational risk tolerance for mobile credential exposure and the prevalence of Chrome on Android in the device inventory. Organizations handling sensitive data on mobile devices or supporting BYOD should prioritize patching within days rather than weeks. The absence from the KEV catalog suggests this is not yet an active, widespread threat, but that status can change.

Risk score, explained

The CVSS 3.1 score of 6.5 (Medium) reflects: Attack Vector = Network (AV:N), meaning the flaw is reachable over the network without proximity; Attack Complexity = Low (AC:L), indicating no special conditions are needed beyond a crafted HTML page; Privileges Required = None (PR:N); User Interaction = Required (UI:R), meaning the user must visit the malicious page; Scope = Unchanged (S:U); Confidentiality = High (C:H), as the vulnerability allows unauthorized reading of process memory; Integrity = None (I:N) and Availability = None (A:N), indicating no ability to modify or disrupt systems. The score appropriately captures the memory disclosure risk balanced against the user interaction requirement.

Frequently asked questions

Which Chrome versions are affected?

Google Chrome on Android versions prior to 150.0.7871.47 are vulnerable. Check your version in Settings > About Chrome. Chrome on desktop and other operating systems are not affected by this particular vulnerability.

Do I need to be connected to a specific network to be attacked?

No. The attack works over any internet connection. An attacker simply needs to get a user to visit a malicious HTML page, which can be distributed via email, social media, malicious advertisements, or a compromised website.

What type of sensitive data could be exposed?

Process memory can contain various types of sensitive information depending on what Chrome is doing at the time of the attack. Potential exposure includes cached login credentials, session tokens, authentication cookies, or data from other processes running on the device. The exact data leaked depends on memory contents at that moment.

Is this vulnerability being actively exploited?

As of the vulnerability publication date, this vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog, suggesting widespread active exploitation has not been observed. However, that status can change; monitor official security advisories for updates.

This analysis is based on publicly available vulnerability data as of the publication date. Security teams should verify patch version numbers, KEV status, and affected product versions against official vendor advisories and their own systems before taking action. Exploitability may evolve; monitor CISA, Google, and vendor security announcements for updates. This document does not constitute professional security advice; consult with qualified security personnel for risk assessment specific to your environment. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).