Description
Uninitialized Use in ANGLE in Google Chrome on Windows prior to 149.0.7827.53 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Low)
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 is an uninitialized variable in ANGLE, the graphics acceleration component of Chrome for Windows. A malformed HTML page can trigger the bug, causing the browser to expose data that belong to a different origin. This vulnerability maps to CWE‑457 and CWE‑824, representing uninitialized variable use and improper loop‑count checks respectively, and allows a remote attacker to retrieve cross‑origin information, potentially compromising confidentiality but not executing code or altering system state.

Affected Systems

Google Chrome users running the Windows stable release before 149.0.7827.53 are affected. The issue is confined to the ANGLE rendering engine that powers GPU‑accelerated rendering in Chrome on Windows. All desktop installations of those versions must be considered at risk.

Risk and Exploitability

An attacker would need to supply a crafted web page to a victim's browser; no additional privileges or local access are required. The CVSS score of 6.5 indicates moderate severity, and the EPSS score of <1% shows a low probability of exploitation. The vulnerability is not listed in CISA's KEV catalog. Because the symptom is data leakage rather than code execution, the overall risk level for typical users is moderate, but systems that handle highly sensitive cross‑origin data should still treat the issue with urgency.

Generated by OpenCVE AI on June 7, 2026 at 15:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Chrome to version 149.0.7827.53 or later on all Windows machines.
  • For environments that cannot update immediately, configure group policy or management tools to enforce automatic rollout of Chrome updates as soon as they are available.
  • If ANGLE usage must be avoided for the interim, disable GPU rasterization or ANGLE via Chrome policies such as GPURasterizationEnabled set to 0.

Generated by OpenCVE AI on June 7, 2026 at 15:39 UTC.

Tracking

Sign in to view the affected projects.

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

Tue, 09 Jun 2026 18:45:00 +0000

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

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

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

None

threat_severity

Low


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

Type Values Removed Values Added
Title ANGLE Uninitialized Use Causing Cross‑Origin Data Leakage in Chrome on Windows

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

Type Values Removed Values Added
Metrics ssvc

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


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'}


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

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

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

Type Values Removed Values Added
Title ANGLE Uninitialized Use Causing Cross‑Origin Data Leakage in Chrome on Windows

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

Type Values Removed Values Added
Description Uninitialized Use in ANGLE in Google Chrome on Windows prior to 149.0.7827.53 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Low)
Weaknesses CWE-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T19:44:07.672Z

Reserved: 2026-06-04T17:11:10.231Z

Link: CVE-2026-11268

cve-icon Vulnrichment

Updated: 2026-06-05T19:43:58.463Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-05T00:17:03.760

Modified: 2026-06-09T18:38:06.870

Link: CVE-2026-11268

cve-icon Redhat

Severity : Low

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

Links: CVE-2026-11268 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T15:45:03Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable

  • CWE-824

    Access of Uninitialized Pointer