Description
Race in GPU in Google Chrome on Android prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)
Published: 2026-06-04
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a race condition in the GPU handling code of Google Chrome on Android prior to version 149.0.7827.53. An attacker who has already managed to compromise the renderer process can craft an HTML page that triggers the race, allowing the GPU to expose memory containing cross‑origin data. The weakness maps to CWE‑457 and CWE‑368, indicating a failure to initialize or enforce runtime checks and a race condition where a check and subsequent use are not correctly serialized.

Affected Systems

Affected systems are users of Google Chrome on Android before 149.0.7827.53. Any device running that build is susceptible until the patch is applied. Vendors have released a stable channel update that addresses the race.

Risk and Exploitability

The CVSS score is 6.5, and the EPSS score is < 1%. The vulnerability is not listed in the CISA KEV catalog. Exploitability requires a compromised renderer, which typically requires an initial foothold via another vulnerability. Therefore the risk to a fresh system is moderate, but once an attacker achieves renderer compromise the data leakage can be real. The attack vector is inferred to be local after renderer compromise, as the description implies a prerequisite of renderer compromise.

Generated by OpenCVE AI on June 7, 2026 at 14:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome on Android to version 149.0.7827.53 or later.
  • Ensure the Android operating system is kept up to date to reduce the likelihood of a renderer compromise.
  • If immediate upgrade is not possible, disable hardware acceleration for Chrome or use an alternative browser that does not expose the GPU race condition.

Generated by OpenCVE AI on June 7, 2026 at 14:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6325-1 chromium security update
History

Mon, 08 Jun 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Google android
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:google:android:-:*:*:*:*:*:*:*
Vendors & Products Google android

Sun, 07 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: Uninitialized Use in GPU
Weaknesses CWE-368
References
Metrics threat_severity

None

threat_severity

Moderate


Fri, 05 Jun 2026 21:15:00 +0000

Type Values Removed Values Added
Title Cross‑Origin Data Leak via GPU Race in Chrome on Android

Fri, 05 Jun 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 05 Jun 2026 07:00:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google chrome
Vendors & Products Google
Google chrome

Fri, 05 Jun 2026 03:00:00 +0000

Type Values Removed Values Added
Title Cross‑Origin Data Leak via GPU Race in Chrome on Android

Thu, 04 Jun 2026 23:15:00 +0000

Type Values Removed Values Added
Description Race in GPU in Google Chrome on Android prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)
Weaknesses CWE-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T18:25:42.722Z

Reserved: 2026-06-04T17:06:41.419Z

Link: CVE-2026-11064

cve-icon Vulnrichment

Updated: 2026-06-05T18:25:26.448Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-04T23:17:10.910

Modified: 2026-06-08T14:51:34.673

Link: CVE-2026-11064

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-02T00:00:00Z

Links: CVE-2026-11064 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T14:30:16Z

Weaknesses
  • CWE-368

    Context Switching Race Condition

  • CWE-457

    Use of Uninitialized Variable