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 Chrome download subsystem on macOS allows a compromised renderer process to trigger a sandbox escape. The flaw occurs when a malicious HTML page causes a timing mismatch during a file download, enabling the renderer to gain higher privileges. The weakness is catalogued as a concurrency issue under CWE-362 and CWE-368.

Affected Systems

Google Chrome browsers on macOS that run a version earlier than 151.0.7922.72 are affected. The issue is present in the stable channel and could impact any user who can cause the renderer process to load malicious content.

Risk and Exploitability

The CVSS score of 9.6 signals a high severity vulnerability. The EPSS score, currently below 1 %, indicates a low present exploitation likelihood, and the vulnerability is not listed in the CISA KEV catalog. An attacker must first compromise the renderer process—through a web page or a separate zero‑day exploit—before the race condition can be triggered. While exploitation is unlikely at present, the potential for remote code execution makes this a top priority for mitigation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 151.0.7922.72 or newer
  • Configure the browser to suppress automatic downloads from untrusted sources
  • Limit exposure of renderer processes by disabling risky features or extensions

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:44:17.262Z

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

Link: CVE-2026-17711

cve-icon Vulnrichment

Updated: 2026-07-30T15:44:12.985Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T17:48:45.980

Link: CVE-2026-17711

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-17711 - 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