Description
Uninitialized Use in Skia in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)
Published: 2026-06-04
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Skia’s handling of uninitialized memory within Google Chrome allows a compromised renderer process to read confidential data that should be isolated from other web origins. The vulnerability is a classic example of information‑leakage via unchecked memory reads, identified as CWE‑457 and CWE‑824. In affected versions, an attacker could retrieve data from pages of other sites that happen to be loaded in the same process, effectively breaching confidentiality.

Affected Systems

All users of Google Chrome running versions prior to 149.0.7827.53 are potentially affected. The issue was fixed in the stable release 149.0.7827.53, which can be obtained from the official Chrome update channel for desktop users.

Risk and Exploitability

The exploit requires that an attacker first gain control of the renderer process, typically through a malicious or compromised web page. The CVSS score of 6.5 indicates a moderate severity, and the EPSS score of < 1% suggests that the likelihood of widespread exploitation is low at present. The vulnerability is not listed in CISA’s KEV database, so no widespread exploitation has been reported. Nonetheless, an attacker who can hijack the renderer process can expose cross‑origin data, potentially leading to credential theft, session hijacking, or other privacy violations.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 149.0.7827.53 or later, which initializes Skia memory to prevent the leakage.
  • Ensure that Chrome’s sandbox and Site Isolation features remain enabled to limit the impact of any compromised renderer process.
  • Monitor browser activity for anomalous cross‑origin data access and block suspicious requests to mitigate potential data leakage.

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

Tracking

Sign in to view the affected projects.

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

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

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

None

threat_severity

Important


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

Type Values Removed Values Added
Title Cross‑Origin Data Leak via Uninitialized Skia Memory in Chrome

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

Type Values Removed Values Added
CPEs cpe:2.3:a: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 02:45:00 +0000

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

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

Type Values Removed Values Added
Title Cross‑Origin Data Leak via Uninitialized Skia Memory in Chrome

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

Type Values Removed Values Added
Description Uninitialized Use in Skia in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to leak cross-origin data via a crafted HTML page. (Chromium security severity: High)
Weaknesses CWE-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T20:01:43.585Z

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

Link: CVE-2026-10977

cve-icon Vulnrichment

Updated: 2026-06-05T20:01:33.303Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-06-05T20:36:49.773

Link: CVE-2026-10977

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-10977 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T13:45:07Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable

  • CWE-824

    Access of Uninitialized Pointer