Description
Race in Downloads in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
Published: 2026-07-30
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition in the handling of file downloads in Google Chrome on macOS allows a compromised renderer process to potentially escape the browser sandbox by manipulating a crafted HTML page. The vulnerability stems from improper synchronization during download operations, enabling the attacker to trigger ambiguous state changes between checking and using download resources. If exploited, the attacker could gain read or write access to protected filesystem locations or execute arbitrary code beyond the browser sandbox, compromising the confidentiality, integrity, or availability of the host system.

Affected Systems

All macOS users running Google Chrome versions earlier than 151.0.7922.72 are susceptible. The vulnerability specifically targets the renderer subprocess, which is already isolated but may be compromised through other attack vectors. No other operating systems or product variants are listed as affected.

Risk and Exploitability

The CVSS score of 9.6 reflects high severity, and the EPSS score is below 1% indicating a low current likelihood of exploitation. The flaw is not yet listed in CISA KEV, nor is there an active exploit reported in the public domain. The attack vector is inferred to require remote control over the renderer process; a remote attacker who has already compromised the renderer could trigger the race condition by serving a malicious HTML page. Given the high impact and the low probability of exploitation, organizations with high exposure should monitor for local compromise of Chrome’s renderer processes and prioritize patching.

Generated by OpenCVE AI on August 3, 2026 at 12:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Chrome to version 151.0.7922.72 or later so the race condition is fixed
  • Ensure Chrome’s automatic updates are enabled to apply security patches as soon as they are released
  • Deploy Chrome Enterprise policies to restrict downloads to safe URLs, enforce Safe Browsing, and monitor for suspicious renderer activity

Generated by OpenCVE AI on August 3, 2026 at 12:26 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: Race in Downloads
Weaknesses CWE-368
References
Metrics threat_severity

None

threat_severity

Important


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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 03:15: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 Race in Downloads in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: High)
Weaknesses CWE-362
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-30T15:40:18.535Z

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

Link: CVE-2026-17709

cve-icon Vulnrichment

Updated: 2026-07-30T15:40:14.305Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T17:49:28.483

Link: CVE-2026-17709

cve-icon Redhat

Severity : Important

Publid Date: 2026-07-30T00:18:59Z

Links: CVE-2026-17709 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T12:30:17Z

Weaknesses
  • CWE-362

    Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

  • CWE-368

    Context Switching Race Condition