CVE-2026-13030: Chrome Android GPU Memory Disclosure Vulnerability – CVSS 5.3
Google Chrome for Android contains a memory initialization flaw in its GPU component that allows attackers to read sensitive information from the browser process. When a user visits a malicious webpage on an affected Android device, the GPU fails to properly initialize memory regions, potentially exposing data such as cached credentials, session tokens, or other process memory contents to the attacker. This is not a crash or denial-of-service issue—the vulnerability specifically enables information disclosure.
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-457
- Affected products
- 2 configuration(s)
- Published / Modified
- 2026-06-24 / 2026-06-25
NVD description (verbatim)
Uninitialized Use in GPU in Google Chrome on Android prior to 149.0.7827.197 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: High)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-13030 is an uninitialized memory use vulnerability (CWE-457) in Chrome's GPU rendering pipeline on Android. The GPU component fails to zero or properly initialize memory buffers before use, allowing a remote attacker to craft HTML content that triggers GPU operations and leaks the uninitialized memory contents back to the attacker-controlled page context. This memory may contain sensitive data from the same process or adjacent allocations. The vulnerability requires user interaction (visiting a crafted page) and specific hardware/software conditions (reflected in the CVSS AC:H modifier), but once triggered, the attacker gains direct read access to process memory without elevated privileges.
Business impact
Users of Chrome on Android devices face a direct confidentiality risk. If a user visits a compromised or malicious website, attackers could exfiltrate authentication tokens, payment information, or other cached sensitive data stored in Chrome's memory. For organizations managing Android devices in BYOD or corporate environments, this vulnerability could enable credential harvesting attacks against employees, potentially compromising corporate accounts and sensitive communications. The medium CVSS score reflects the user interaction requirement, but the high confidentiality impact makes this a meaningful threat to mobile workforce security postures.
Affected systems
Google Chrome on Android versions prior to 149.0.7827.197 are affected. Android devices running any version of Chrome below the fixed version are in scope, regardless of the underlying Android OS version. Desktop Chrome and Chrome on other platforms are not affected by this specific vulnerability.
Exploitability
Exploitation requires a user to visit a crafted webpage while running a vulnerable version of Chrome on Android. An attacker cannot trigger this remotely without user action, and the attack surface is limited to web-accessible content. The AC:H (high attack complexity) rating indicates that specific conditions or configurations may reduce the practical likelihood of successful exploitation on every device. No public exploit code is currently known or weaponized, and the vulnerability is not yet listed on the CISA Known Exploited Vulnerabilities catalog.
Remediation
Update Chrome on Android to version 149.0.7827.197 or later. Verify the installed version via Settings > About Chrome > Version. For users unable to update immediately, avoid visiting untrusted websites and consider disabling GPU acceleration in Chrome settings as a temporary workaround, though this may degrade rendering performance. Organizations managing mobile devices should use Mobile Device Management (MDM) solutions to enforce Chrome updates and restrict access to malicious domains.
Patch guidance
Google has released Chrome 149.0.7827.197 with a fix for this GPU memory initialization issue. Users should check for automatic updates in the Google Play Store; Chrome typically auto-updates on most Android devices. Manual update: open Google Play Store > search 'Chrome' > tap 'Update' if available. Verify the update was successful by navigating to Settings > About Chrome and confirming the version matches or exceeds 149.0.7827.197. Organizations should prioritize this update for any Android device used to access sensitive accounts or services.
Detection guidance
Monitor for unexpected memory access patterns or crashes in Chrome GPU processes on Android devices. Endpoint Detection and Response (EDR) tools with Android support may log GPU driver calls or memory access violations. Web Application Firewalls and threat intelligence feeds can help identify malicious HTML pages known to trigger this vulnerability. User reports of Chrome crashes or unexpected slowdowns on Android should be investigated as potential exploitation attempts. Note: the vulnerability does not trigger an obvious user-visible error; detection relies primarily on patch status verification and behavioral analysis.
Why prioritize this
Although the CVSS score is medium (5.3), prioritize this patch because: (1) Chrome on Android is ubiquitous in corporate and personal use; (2) credential theft via memory disclosure directly undermines authentication security; (3) the fix is already available and straightforward to deploy; (4) uninitialized memory vulnerabilities in GPU drivers are difficult to detect post-exploitation. Organizations should treat this as a high-priority update for any user handling sensitive data or accessing corporate systems from Android devices.
Risk score, explained
The CVSS 3.1 score of 5.3 reflects: Network-accessible attack vector (AV:N), high attack complexity due to hardware/software conditions (AC:H), no privilege escalation required (PR:N), user interaction mandatory (UI:R), and isolation to the user context (S:U). The high confidentiality impact (C:H) and lack of integrity/availability impact (I:N/A:N) place this in the medium severity range. The AC:H factor acknowledges that successful exploitation depends on specific device configurations or GPU states, though once successful, the information disclosure is complete.
Frequently asked questions
Could an attacker use this to steal my passwords or login credentials?
Yes, potentially. If your Chrome memory contains cached credentials, session tokens, or other authentication data, a malicious webpage could trigger this GPU vulnerability to read and exfiltrate that information. This is why updating to version 149.0.7827.197 or later is important before accessing sensitive accounts on Android.
Do I need to worry if I only use Chrome for casual browsing?
The risk depends on your browsing habits. If you visit untrusted sites or click suspicious links, the risk increases. However, even casual users may be exposed if they visit a compromised legitimate website. Updating Chrome is the safest approach, as it closes the vulnerability entirely regardless of your usage pattern.
Is this vulnerability affecting Chrome on my desktop or laptop?
No. This vulnerability is specific to Google Chrome on Android devices. Chrome on Windows, macOS, Linux, and iOS is not affected by CVE-2026-13030. However, you should keep Chrome updated on all platforms for general security hygiene.
Why is this rated as CVSS 5.3 (medium) if it can steal credentials?
CVSS scores balance multiple factors. While the confidentiality impact is high, the attack requires user interaction (clicking a malicious link or visiting a crafted page) and specific hardware/software conditions (hence the AC:H rating). These requirements lower the overall CVSS score. However, the actual business risk may be higher than the numerical score suggests if your organization handles sensitive data on Android devices.
This analysis is provided for informational purposes to support security decision-making. SEC.co does not provide legal advice or guarantee the completeness of this assessment. Always verify patch availability and compatibility with your environment before deployment. Test updates in a non-production environment if possible. The vulnerability details, affected versions, and patch information are derived from Chromium security advisories and CVE publications; confirm all version numbers and guidance against official vendor sources before implementation. Source: NVD (public-domain), retrieved 2026-08-02. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10008MEDIUMChrome Android GPU Memory Disclosure Vulnerability
- CVE-2026-10977MEDIUMUninitialized Use in Chrome Skia Renderer—Data Leak Risk
- CVE-2026-10994MEDIUMGoogle Chrome ANGLE Memory Disclosure Vulnerability – Update to 149.0.7827.53
- CVE-2026-11033MEDIUMChrome macOS WebML Memory Disclosure Vulnerability
- CVE-2026-11039MEDIUMChrome Skia Uninitialized Variable Data Leak Vulnerability
- CVE-2026-11057MEDIUMChrome Skia Uninitialized Memory Leak – 6.5 CVSS
- CVE-2026-11064MEDIUMChrome Android GPU Race Condition Data Leak
- CVE-2026-11067MEDIUMChrome Memory Disclosure Vulnerability in Dawn – Patch to 149.0.7827.53