Description
Uninitialized Use in ANGLE in Google Chrome prior to 149.0.7827.53 allowed a remote attacker 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

An uninitialized variable in ANGLE, the graphics abstraction layer used by Chrome, can allow a remote attacker to read potentially sensitive data from process memory. The flaw is identified as CWE-457, where the program fails to initialize a buffer before use. Additionally, it is associated with CWE-824. When triggered by a specially crafted HTML page, the attacker may obtain information that could aid in further exploitation or privacy compromise. Chromium classifies the severity as Medium, indicating a non‑critical but noticeable risk to confidentiality.

Affected Systems

Google Chrome is the affected product. Versions prior to 149.0.7827.53 are vulnerable. Any browsers built on the ANGLE stack that have not been updated beyond that revision fall into the risk zone.

Risk and Exploitability

The exploitability is moderate; the flaw is accessed remotely through a web page, so a malicious site can trigger it. The CVSS score is 6.5, indicating a moderate severity. The EPSS score is <1%, indicating a very low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, suggesting limited exploitation in the wild. However, because it is a memory disclosure, the potential impact on user data remains significant, and the absence of a public exploit does not preclude targeted or automated discovery in the future.

Generated by OpenCVE AI on June 7, 2026 at 16:08 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Chrome update (149.0.7827.53 or newer) to receive the ANGLE initialization fix.
  • If an immediate update is not possible, configure Chrome to disable ANGLE by using the "--disable-angle" launch flag or a corresponding policy setting, thereby eliminating the uninitialized buffer usage until the patch is applied.
  • Reduce surface area by preventing untrusted web content from loading in Chrome, for example by employing stricter site isolation or content security policies that block potentially malicious scripts or frames.

Generated by OpenCVE AI on June 7, 2026 at 16:08 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 03: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

Mon, 08 Jun 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Title Uninitialized Use in ANGLE Allows Remote Process Memory Disclosure chromium-browser: Uninitialized Use in ANGLE
Weaknesses CWE-824
References
Metrics threat_severity

None

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

threat_severity

Moderate


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

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

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

Type Values Removed Values Added
Title Uninitialized Use in ANGLE Allows Remote Process Memory Disclosure

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

Type Values Removed Values Added
Description Uninitialized Use in ANGLE in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to obtain potentially sensitive information from process memory via a crafted HTML page. (Chromium security severity: Medium)
Weaknesses CWE-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-08T18:47:59.852Z

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

Link: CVE-2026-11123

cve-icon Vulnrichment

Updated: 2026-06-08T15:33:54.353Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-06-09T03:05:59.927

Link: CVE-2026-11123

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-11123 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T16:15:03Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable

  • CWE-824

    Access of Uninitialized Pointer