Description
Race in Skia in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Published: 2026-07-30
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition exists in the Skia graphics library used by Google Chrome on macOS that permits a remote attacker to execute arbitrary code inside the browser sandbox. By delivering a specially crafted HTML page, an attacker can trigger the race and break out of the sandbox, thereby enabling malicious code to compromise the underlying operating system. This flaw is a typical remote code execution scenario and poses a serious risk to confidentiality, integrity, and availability for the affected user.

Affected Systems

Google Chrome browsers on macOS runing versions prior to 151.0.7922.72 are affected. The flaw specifically involves the Skia rendering component and can be triggered by any vulnerable Chrome instance on macOS.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity, while an EPSS score of less than 1% shows that active exploitation is unlikely at this time. The vulnerability is not listed in the CISA KEV catalog, reflecting no publicly known exploits. Exploitation requires a remote attacker to supply a maliciously crafted HTML page that the target visitor renders in Chrome. When this race is triggered, code runs inside the browser sandbox and can escape to the host OS. No special operating‑system privileges or configuration are required beyond normal Chrome usage, making the attack broadly applicable to all macOS users of affected Chrome versions.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest Google Chrome update for macOS (151.0.7922.72 or newer).
  • Configure organization‑wide update policies via Google Update or your enterprise deployment tool to ensure all macOS devices receive the patch promptly.
  • Until the patch can be applied, enforce strict browsing controls such as a web‑filtering solution or content‑security policies that block untrusted content, and disable or remove any extensions that could load malicious graphics data.

Generated by OpenCVE AI on August 3, 2026 at 12:25 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 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'}

cvssV3_1

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


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

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

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

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

None

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

threat_severity

Important


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

Type Values Removed Values Added
Description Race in Skia in Google Chrome on Mac prior to 151.0.7922.72 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Weaknesses CWE-362
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-31T03:55:56.076Z

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

Link: CVE-2026-17712

cve-icon Vulnrichment

Updated: 2026-07-30T15:45:35.315Z

cve-icon NVD

Status : Analyzed

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

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

Link: CVE-2026-17712

cve-icon Redhat

Severity : Important

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

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