Description
Insufficient validation of untrusted input in GPU in Google Chrome prior to 149.0.7827.53 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: 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 flaw stems from insufficient validation of untrusted input handled by the GPU component in Google Chrome. When a renderer process is compromised—likely through a preceding vulnerability or social‑engineering attack—an attacker can supply a specially crafted HTML page that causes the GPU code to read beyond its intended bounds, potentially exposing sensitive data from the renderer’s memory. This weakness is a classic input validation flaw, corresponding to CWE‑20, and is also classified as CWE‑1286, and the primary impact is the disclosure of information rather than code execution.

Affected Systems

Google Chrome browsers on all platforms remain vulnerable when running versions prior to 149.0.7827.53. The issue is confined to the GPU‑enabled renderer process; any installation that has hardware acceleration enabled is susceptible.

Risk and Exploitability

Chromium’s security assessment gives the vulnerability a CVSS score of 6.5, indicating medium severity. The EPSS score is less than 1%, and it is not listed in the CISA KEV catalog. The exploitation path still requires a renderer process to have been compromised first, likely via another flaw or social engineering. After compromise, a malicious HTML payload can trigger the GPU bounds‑check failure and read renderer memory, potentially exposing session tokens or passwords. Although the risk is moderate, the information disclosure can be significant, so timely patching is advised.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 149.0.7827.53 or later.
  • Disable GPU acceleration by launching Chrome with the flag --disable-gpu if patching is not immediately possible.
  • Ensure that automatic updates are enabled so that future security patches are applied promptly.

Generated by OpenCVE AI on June 7, 2026 at 14:23 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:15:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Vendors & Products Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows

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

Type Values Removed Values Added
Title chromium-browser: Insufficient validation of untrusted input in GPU
Weaknesses CWE-1286
References
Metrics threat_severity

None

threat_severity

Moderate


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

Type Values Removed Values Added
Title GPU Input Validation Leading to Information Disclosure in Google Chrome

Fri, 05 Jun 2026 20: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:30:00 +0000

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

Fri, 05 Jun 2026 04:45:00 +0000

Type Values Removed Values Added
Title GPU Input Validation Leading to Information Disclosure in Google Chrome

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

Type Values Removed Values Added
Description Insufficient validation of untrusted input in GPU in Google Chrome prior to 149.0.7827.53 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: Medium)
Weaknesses CWE-20
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T19:09:03.749Z

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

Link: CVE-2026-11045

cve-icon Vulnrichment

Updated: 2026-06-05T19:08:57.727Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-06-08T15:02:55.120

Link: CVE-2026-11045

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-11045 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input

  • CWE-20

    Improper Input Validation