PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-9920 Google CVE debrief

A high-severity uninitialized memory vulnerability in Google Chrome's GPU component on Android enables cross-origin data leakage from a compromised renderer process. The flaw stems from use of uninitialized memory (CWE-457) in GPU operations, allowing an attacker who has already achieved renderer compromise to exfiltrate data from other origins. This vulnerability is specific to Chrome on Android versions prior to 148.0.7778.216. The Chrome Releases blog and Chromium issue tracker document this as a stable channel security fix with High severity classification. No known exploitation in ransomware campaigns has been reported, and the vulnerability is not listed in CISA's Known Exploited Vulnerabilities catalog.

Vendor
Google
Product
Chrome
CVSS
LOW 3.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-28
Original CVE updated
2026-05-29
Advisory published
2026-05-28
Advisory updated
2026-05-29

Who should care

Organizations with mobile workforces using Android devices for web access, enterprises relying on Chrome for Android in BYOD environments, security teams managing browser update cadences, and developers of web applications handling cross-origin sensitive data

Technical summary

CVE-2026-9920 is an uninitialized memory vulnerability in the GPU component of Google Chrome on Android. The flaw (CWE-457) allows a remote attacker who has already compromised the renderer process to leak cross-origin data through a crafted HTML page. The vulnerability exists in Chrome versions prior to 148.0.7778.216 and has been assigned High severity by the Chromium security team. The uninitialized memory condition in GPU operations creates an information disclosure channel that bypasses same-origin policy protections when combined with renderer process compromise.

Defensive priority

high

Recommended defensive actions

  • Update Google Chrome on Android devices to version 148.0.7778.216 or later
  • Prioritize patching for mobile devices accessing sensitive web applications or multi-origin content
  • Monitor for unusual renderer process crashes or GPU-related anomalies in Chrome on Android
  • Review application security posture to reduce risk of renderer compromise as prerequisite for this vulnerability
  • Consider site isolation policies and cross-origin resource restrictions as defense-in-depth measures

Evidence notes

CVE description confirms uninitialized use in GPU component on Android. CWE-457 (Use of Uninitialized Variable) assigned by Chrome security team. Chromium security severity rated High. Affected versions explicitly stated as prior to 148.0.7778.216. Chrome Releases blog and Chromium issue 500138014 provide authoritative source documentation.

Official resources

2026-05-28