Description
Uninitialized Use in GamepadAPI in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Low)
Published: 2026-06-30
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An uninitialized memory read in the GamepadAPI of Google Chrome allows a remote attacker who has gained control over the renderer process to read data from process memory. The vulnerability surfaces when a crafted HTML page is served to the user, and the renderer process is already compromised. The flaw falls under CWE-457 and can cause leakage of sensitive information; however, Chromium classifies it as Low severity.

Affected Systems

All installations of Google Chrome prior to version 150.0.7871.47 are affected. Users on earlier stable releases are at risk until they upgrade to the patched build.

Risk and Exploitability

The flaw requires an attacker to first compromise the renderer process, typically achieved via malicious web content. While it does not lead to arbitrary code execution, the CVSS score of 6.5 indicates a medium severity that could result in partial data disclosure. There is no evidence of exploitation in the wild, and EPSS data is unavailable; the issue is not listed in CISA’s KEV catalog. The risk remains in environments where user browsers cannot be promptly updated or where renderer processes are given excessive privileges.

Generated by OpenCVE AI on July 1, 2026 at 13:47 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 150.0.7871.47 or later.
  • Ensure that Chrome runs renderer processes within the standard sandbox and under least‑privilege policies.
  • If you use a self‑built Chromium distribution, apply the patch that initializes the GamepadAPI variables and run static analysis tools to detect similar uninitialized reads.

Generated by OpenCVE AI on July 1, 2026 at 13:47 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4672-1 chromium security update
Debian DSA Debian DSA DSA-6378-1 chromium security update
History

Wed, 01 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Title Chrome GamepadAPI Uninitialized Read Enables Process Memory Leak

Wed, 01 Jul 2026 11:45:00 +0000

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

Wed, 01 Jul 2026 07:30:00 +0000

Type Values Removed Values Added
Title Uninitialized Memory Read in Chrome GamepadAPI Allows Remote Data Leakage

Wed, 01 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Title Uninitialized Memory Read in Chrome GamepadAPI Allows Remote Data Leakage

Wed, 01 Jul 2026 02: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'}


Tue, 30 Jun 2026 23:15:00 +0000

Type Values Removed Values Added
Description Uninitialized Use in GamepadAPI in Google Chrome prior to 150.0.7871.47 allowed a remote attacker who had compromised the renderer process to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Low)
Weaknesses CWE-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-01T01:18:42.570Z

Reserved: 2026-06-29T23:11:32.212Z

Link: CVE-2026-14051

cve-icon Vulnrichment

Updated: 2026-07-01T01:18:37.240Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T14:00:06Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable