Description
Uninitialized Use in Skia in Google Chrome prior to 150.0.7871.47 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-30
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An uninitialized variable in the Skia graphics library allows code that runs in the renderer process to read memory that it should not access. The flaw is a classic use‑of‑uninitialized‑memory weakness (CWE‑457) and can lead to leaking sensitive data from process memory. The vulnerability is not exploitable by a normal web page alone; an attacker must first gain control of the renderer process and then serve a crafted HTML page that triggers the uninitialized read. The potential impact is the disclosure of private information that resides in the renderer’s address space, such as passwords, authentication tokens, or other confidential data.

Affected Systems

Google Chrome versions earlier than 150.0.7871.47 are affected. The flaw resides in the Skia component of Chrome, the cross‑platform graphics library used by the renderer. All desktop releases that include this version are vulnerable until patched.

Risk and Exploitability

The vulnerability carries a Chromium severity rating of Medium, and its CVSS score is 5.3. No EPSS data is available, and the flaw is not listed in the CISA KEV catalog, indicating that no widespread exploitation has been reported. The attack requires the attacker to have already compromised the renderer process, a non‑trivial prerequisite, so the likelihood of exploitation remains moderate but not negligible. In practice, the flaw poses an information‑disclosure risk to users who run untrusted web content in Chrome before the update.

Generated by OpenCVE AI on July 1, 2026 at 11:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install Chrome 150.0.7871.47 or later, which contains the Skia fix.
  • If an immediate update is not possible, limit the use of the renderer process by running Chrome in a sandboxed or guest mode to reduce the window of exploitation.
  • Enable automatic Chrome updates or use an enterprise patch management solution to ensure the browser stays current.

Generated by OpenCVE AI on July 1, 2026 at 11:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4672-1 chromium security update
Debian DSA Debian DSA DSA-6378-1 chromium security update
History

Wed, 01 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Title Skia Uninitialized Memory Use Allows Information Disclosure

Wed, 01 Jul 2026 08:15:00 +0000

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

Wed, 01 Jul 2026 05:45:00 +0000

Type Values Removed Values Added
Title Skia Uninitialized Memory Use Allows Information Disclosure

Wed, 01 Jul 2026 03:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:H/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'}


Tue, 30 Jun 2026 23:15:00 +0000

Type Values Removed Values Added
Description Uninitialized Use in Skia in Google Chrome prior to 150.0.7871.47 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-07-01T01:22:39.706Z

Reserved: 2026-06-29T23:04:04.937Z

Link: CVE-2026-13971

cve-icon Vulnrichment

Updated: 2026-07-01T01:22:35.299Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-01T12:00:05Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable