Description
Uninitialized Use in Dawn in Google Chrome prior to 151.0.7922.72 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: Low)
Published: 2026-07-30
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Uninitialized Use in Dawn allows a remote attacker who has compromised the Chrome renderer process to read potentially sensitive data from process memory. The flaw involves accessing memory that has not been properly initialized before use, which can expose private information to the attacker. The vulnerability is categorized as a medium severity flaw due to its impact on confidentiality when the renderer has already been compromised.

Affected Systems

Google Chrome browsers prior to version 151.0.7922.72 are affected. The vulnerability manifests in the renderer component of the browser, affecting any installation of Chrome that has not applied the latest stable update.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate risk. The EPSS score of less than 1% suggests that exploitation is currently unlikely, and the vulnerability is not listed in the CISA KEV catalog. The likely attack vector requires the attacker to first obtain control of the renderer process, which typically means the attacker has already compromised the user’s machine or gained access through a malicious web page. Once this condition is met, the attacker can leverage the unmanaged memory access to read data stored in Chrome’s process memory. Although the probability of exploitation is low in the wild, organizations that rely on Chrome for sensitive browsing should still consider the risk if users frequently visit untrusted sites or run web content with elevated privileges.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Chrome to at least version 151.0.7922.72, which contains the fixed implementation of Dawn.
  • Enable site isolation in Chrome settings or via policy to ensure renderer processes are fully isolated, limiting the reach of any memory leak.
  • If an immediate upgrade is not possible, monitor secured rendering processes and consider disabling or restricting access to untrusted content such as local file URLs or third‑party extensions that run in the same renderer context.

Generated by OpenCVE AI on August 2, 2026 at 06:06 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

Fri, 31 Jul 2026 00:15:00 +0000

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

None

threat_severity

Low


Thu, 30 Jul 2026 16: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'}


Thu, 30 Jul 2026 07:45: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 Dawn in Google Chrome prior to 151.0.7922.72 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: Low)
Weaknesses CWE-457
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-30T15:55:20.484Z

Reserved: 2026-07-27T23:37:05.958Z

Link: CVE-2026-17946

cve-icon Vulnrichment

Updated: 2026-07-30T15:54:39.698Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T17:26:15.643

Link: CVE-2026-17946

cve-icon Redhat

Severity : Low

Publid Date: 2026-07-30T00:25:38Z

Links: CVE-2026-17946 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T06:15:12Z

Weaknesses
  • CWE-457

    Use of Uninitialized Variable

  • CWE-824

    Access of Uninitialized Pointer