CVE-2026-14051: Chrome GamepadAPI Memory Disclosure Vulnerability
A memory disclosure vulnerability exists in Google Chrome's GamepadAPI prior to version 150.0.7871.47. An attacker who has already compromised Chrome's renderer process can craft a malicious webpage to read uninitialized memory, potentially exposing sensitive data. The vulnerability requires user interaction (visiting a crafted page) and prior renderer compromise, making it a secondary risk in multi-stage attack chains rather than an entry vector.
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-457
- Affected products
- 4 configuration(s)
- Published / Modified
- 2026-06-30 / 2026-07-01
NVD description (verbatim)
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)
2 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14051 is an uninitialized memory use vulnerability (CWE-457) in the GamepadAPI implementation within Chromium. The flaw allows a compromised renderer process to access uninitialized memory regions through a specially crafted HTML page, bypassing memory safety protections. The attack surface is limited to users who both visit a malicious page and have an already-compromised renderer, indicating this is a post-compromise information disclosure rather than a standalone remote code execution vector. Google assigned this a Low severity rating within Chromium's threat model, though the CVSS 3.1 score of 6.5 (MEDIUM) reflects network accessibility and high confidentiality impact.
Business impact
This vulnerability poses a data exfiltration risk in scenarios where Chrome's renderer process has been compromised by malware or another exploit. Affected users could have sensitive information—including cached credentials, session tokens, or personal data from browser memory—leaked to an attacker-controlled webpage. Organizations relying on Chrome for sensitive work should prioritize patching to prevent post-compromise information leakage, especially in environments where malware campaigns target browsers as a secondary exploitation stage.
Affected systems
Google Chrome versions prior to 150.0.7871.47 on all supported platforms (Windows, macOS, Linux) are vulnerable. The vulnerability is present in the Chromium browser engine, affecting Chrome and potentially other Chromium-based browsers. No evidence of exploitation in the wild has been reported.
Exploitability
Exploitation requires two preconditions: (1) the attacker must have already compromised the renderer process, and (2) the user must visit a crafted HTML page. This two-stage requirement significantly limits attack scope. The vulnerability is not trivial to exploit—it demands precise knowledge of memory layout and renderer state—but once renderer compromise is achieved, weaponization becomes straightforward. The vector indicates network accessibility with low attack complexity once prerequisites are met.
Remediation
Update Google Chrome to version 150.0.7871.47 or later. Users on Windows, macOS, and Linux should enable automatic updates or manually check for the latest version. Chromium-based browsers should consult their respective vendors for patch availability and timelines. No workaround exists; patching is the only mitigation.
Patch guidance
Chrome typically auto-updates on most platforms. Verify the installed version by navigating to Chrome Settings > About > Chrome. The browser will report the current version and initiate updates automatically if not on the latest build. Organizations managing Chrome deployments should verify patch application across endpoints and consider forcing updates via Group Policy (Windows) or Mobile Device Management (MDM) for managed devices. Prioritize patching for systems handling sensitive data or exposed to high-risk browsing scenarios.
Detection guidance
Monitor Chrome version compliance across endpoints to identify unpatched systems. Detection at runtime is difficult, as the vulnerability manifests as memory access rather than process crashes or network signals. Endpoint Detection & Response (EDR) tools may flag suspicious memory access patterns or renderer process anomalies if combined with other post-compromise indicators. Focus detection efforts on identifying renderer process compromises (malware execution, suspicious library injection) rather than this vulnerability in isolation.
Why prioritize this
Although Chromium classified this as Low severity and it requires renderer compromise as a prerequisite, the CVSS 6.5 MEDIUM score reflects real confidentiality risk. Prioritize patching for high-value targets, systems handling sensitive data, and endpoints in malware-prone environments. Organizations in targeted sectors or with active malware incidents should patch urgently. Standard enterprise endpoints without heightened risk can follow the next regular update cycle, provided no active exploitation is observed.
Risk score, explained
The CVSS 3.1 score of 6.5 is driven by: (1) Network accessible attack vector (AV:N), (2) Low attack complexity once renderer is compromised (AC:L), (3) No privileges required from the attacker (PR:N), (4) User interaction needed to visit the malicious page (UI:R), (5) High confidentiality impact from memory disclosure (C:H), and (6) No integrity or availability impact (I:N/A:N). The score appropriately reflects that while entry is gated by renderer compromise, the information disclosure risk is substantial once that condition is met.
Frequently asked questions
Does this vulnerability allow remote code execution or renderer escape?
No. This vulnerability is strictly information disclosure—it allows reading uninitialized memory only when the renderer process is already compromised. It does not provide code execution or sandbox escape. It is a secondary risk in multi-stage attacks, not an entry vector.
Is there active exploitation of CVE-2026-14051 in the wild?
No confirmed public exploitation has been reported. The vulnerability was disclosed responsibly, and patching should prevent widespread abuse. However, organizations facing targeted malware campaigns should assume capability development by sophisticated attackers.
Does this affect Chromium-based browsers like Edge, Brave, or Opera?
The vulnerability exists in Chromium, so any browser using that engine may be affected until patched by the browser vendor. Check with Edge, Brave, Opera, and other Chromium-based vendors for their own patch timelines. Do not assume Chrome patches automatically address other browsers.
What should I do if I cannot update Chrome immediately?
Limit browsing to trusted sites and avoid visiting unknown or potentially malicious links. Disable JavaScript if your workflow permits. Use additional endpoint security tools to detect malware that might compromise the renderer. However, these are imperfect mitigations—upgrading is the definitive fix.
This analysis is provided for informational purposes and based on publicly available vulnerability data as of the publication date. While we strive for accuracy, SEC.co makes no warranty regarding the completeness or applicability of this information to your specific environment. Patch availability, timelines, and compatibility should be verified directly with Google, browser vendors, and your security teams before deployment. This vulnerability does not appear on CISA's Known Exploited Vulnerabilities (KEV) list as of the analysis date. Consult official vendor advisories and your organization's security policies for definitive guidance on remediation priority. Source: NVD (public-domain), retrieved 2026-08-09. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-11039MEDIUMChrome Skia Uninitialized Variable Data Leak Vulnerability
- CVE-2026-11057MEDIUMChrome Skia Uninitialized Memory Leak – 6.5 CVSS
- CVE-2026-11067MEDIUMChrome Memory Disclosure Vulnerability in Dawn – Patch to 149.0.7827.53
- CVE-2026-11087MEDIUMChrome ANGLE Memory Leak Allows Cross-Origin Data Theft
- CVE-2026-11089MEDIUMGoogle Chrome Memory Disclosure in Media Handling
- CVE-2026-11090MEDIUMChrome ANGLE Memory Leak Enables Cross-Origin Data Theft
- CVE-2026-11104MEDIUMChrome ANGLE Uninitialized Memory Disclosure (CVSS 6.5)
- CVE-2026-11109MEDIUMANGLE Uninitialized Use Data Leak in Chrome – Patch Guidance