Description
Uninitialized Use in Skia in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to leak cross-origin data via a crafted HTML page. (Chromium security severity: Medium)
Published: 2026-07-30
Score: 4.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Uninitialized use in the Skia graphics library within Google Chrome allowed a remote attacker to read data from other origins by creating a specially crafted HTML page, potentially exposing sensitive information. The flaw involves use of an uninitialized variable (CWE-457) and a related uninitialized memory usage (CWE-824). The main consequence is the theft of confidential information through cross-origin channels, without causing code execution or denial of service.

Affected Systems

Google Chrome browsers earlier than version 151.0.7922.72 are affected. All users of these legacy Chrome releases running the Skia library are at risk.

Risk and Exploitability

The CVSS score of 4.3 indicates a medium severity vulnerability, while the EPSS score of less than 1% suggests a low likelihood of current exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog, which further reflects its lower exploit probability. The likely attack vector is hosting or loading a malicious HTML page that leverages the uninitialized memory usage in Skia, thereby leaching cross-origin data. Successful exploitation likely requires user interaction to load the crafted content or a compromised site delivering it, inferred from the browser context.

Generated by OpenCVE AI on August 2, 2026 at 06:54 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 151.0.7922.72 or later to remove the uninitialized memory usage in Skia.
  • Where an upgrade is unavailable, limit exposure by isolating untrusted web content or using a browser that supports stricter site isolation settings.
  • Apply a robust Content Security Policy (CSP) to restrict access between origins and block the loading of untrusted HTML or JavaScript resources.

Generated by OpenCVE AI on August 2, 2026 at 06:54 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4710-1 chromium security update
Debian DSA Debian DSA DSA-6408-1 chromium security update
History

Thu, 30 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-346

Thu, 30 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-346
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'}

cvssV3_1

{'score': 4.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N'}


Thu, 30 Jul 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: chromium-browser: Uninitialized Use in Skia
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


Thu, 30 Jul 2026 07:00:00 +0000

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

Thu, 30 Jul 2026 01:00:00 +0000

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

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-30T14:53:25.099Z

Reserved: 2026-07-27T23:34:42.002Z

Link: CVE-2026-17771

cve-icon Vulnrichment

Updated: 2026-07-30T13:24:11.246Z

cve-icon NVD

Status : Analyzed

Published: 2026-07-30T01:16:40.330

Modified: 2026-08-04T14:31:34.347

Link: CVE-2026-17771

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-30T00:19:16Z

Links: CVE-2026-17771 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T07:00:07Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable

  • CWE-824

    Access of Uninitialized Pointer