Description
Race in DevTools 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: Medium)
Published: 2026-07-30
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a race condition in the Chrome DevTools implementation on macOS that can allow a remote attacker who has already managed to compromise the renderer process to exploit a crafted HTML page that triggers an out‑of‑order execution path. This race can break the isolation guarantees of the sandbox and enable the attacker to escape the per‑process sandbox, potentially gaining stronger privileges on the host. Failure to contain the renderer means that code executing within the browser could run arbitrary native code, compromising confidentiality, integrity, and availability. The weakness maps to concurrent bug and thread synchronization (CWE‑362) and race condition involving shared resources (CWE‑368).

Affected Systems

The affected vendor is Google, product Chrome. The issue applies to macOS releases of Chrome older than 151.0.7922.72. All versions before this revision are vulnerable until the security patch is applied. Users of Chrome on Mac should update to at least 151.0.7922.72.

Risk and Exploitability

CVSS 9.6 indicates high severity, but the EPSS of less than 1% suggests the probability of exploitation is currently very low. The vulnerability is not listed in the CISA KEV catalog, meaning no known widespread exploitation. However, the attack requires prior compromise of the renderer process, which typically occurs through malicious web content or compromised site. If an attacker can gain that foothold, the race could be triggered by a crafted HTML page load, giving them a path to escape the sandbox. No publicly disclosed exploits exist at this time, but the logical attack chain remains viable, especially for attackers with advanced web‑based malware capabilities.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Chrome to version 151.0.7922.72 or newer on macOS.
  • If an updated version cannot be installed, disable the Chrome DevTools feature through enterprise policy or command‑line flags to prevent exploitation of the race.
  • Ensure that sandboxing is enforced for renderer processes and use additional malware protection to block compromised renderer processes.

Generated by OpenCVE AI on August 2, 2026 at 06:29 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 20:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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

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'}


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

Type Values Removed Values Added
Title chromium-browser: chromium-browser: Race in DevTools
Weaknesses CWE-368
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Thu, 30 Jul 2026 10: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 Race in DevTools 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: Medium)
Weaknesses CWE-362
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-31T18:43:11.860Z

Reserved: 2026-07-27T23:35:05.232Z

Link: CVE-2026-17855

cve-icon Vulnrichment

Updated: 2026-07-31T18:43:07.290Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T19:40:29.157

Link: CVE-2026-17855

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-17855 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T06:30:17Z

Weaknesses
  • CWE-362

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

  • CWE-368

    Context Switching Race Condition