Description
Uninitialized Use in ANGLE 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

An uninitialized use in ANGLE, the graphics engine used by Google Chrome, allows a remote attacker who has already compromised the renderer process to read sensitive bytes from the renderer’s process memory. The flaw is triggered by loading a specially crafted HTML page and leads to potential disclosure of confidential data such as passwords, encryption keys or private session information. The vulnerability is a classic case of an uninitialized variable used in a security‑critical context, identified as CWE‑457 and CWE‑824.

Affected Systems

All Chrome installations running a version prior to 149.0.7827.53 are affected. The flaw resides in the ANGLE component of the browser’s rendering pipeline. Users on operating systems supported by Chrome – Windows, macOS, Linux and Android – may be impacted; the specific browsers affected are those driven by the stable channel prior to the aforementioned release.

Risk and Exploitability

Exploit requires an attacker to already have compromised the renderer process, which is typically achieved through drive‑by attacks or malicious extensions. Once that foothold is achieved, the attacker can submit a crafted web page to trigger the uninitialized read, gaining memory contents. The CVSS score is 6.5 and the EPSS score is <1%; consequently the exploit likelihood is unknown but the severity is considered medium by Chromium as noted in the advisory. The vulnerability is not listed in the CISA KEV catalog, indicating no confirmed exploitation in the wild to date.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Chrome to version 149.0.7827.53 or later, which contains a patch for the ANGLE uninitialized use.
  • Restrict third‑party extensions and use Chrome's extension vetting to prevent potential renderer compromise.
  • Ensure Chrome's sandboxing and process isolation features are enabled to contain memory read attempts.

Generated by OpenCVE AI on June 7, 2026 at 15:13 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:00: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: Uninitialized Use in ANGLE
Weaknesses CWE-824
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 06 Jun 2026 05:15:00 +0000

Type Values Removed Values Added
Title Chrome ANGLE Uninitialized Use Leading to Remote Memory Disclosure

Sat, 06 Jun 2026 03:15: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 04:30:00 +0000

Type Values Removed Values Added
Title Chrome ANGLE Uninitialized Use Leading to Remote Memory Disclosure

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

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

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 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-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-08T18:07:22.106Z

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

Link: CVE-2026-11104

cve-icon Vulnrichment

Updated: 2026-06-06T02:57:09.197Z

cve-icon NVD

Status : Modified

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

Modified: 2026-06-08T19:16:36.300

Link: CVE-2026-11104

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-11104 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T15:15:46Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable

  • CWE-824

    Access of Uninitialized Pointer