Description
Race in Safe Browsing in Google Chrome on Mac prior to 149.0.7827.115 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a malicious file. (Chromium security severity: High)
Published: 2026-06-11
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a race condition in Chrome’s Safe Browsing component on macOS, involving both a classic data‑race (CWE‑362) and a time‑of‑check to time‑of‑use flaw (CWE‑367). When an attacker can compromise the renderer process, a malicious file can trigger the race, enabling the attacker to escape the sandbox and potentially execute arbitrary code. The impact is loss of confidentiality, integrity, and availability for the affected user, as sandbox escape allows full control of the browser process.

Affected Systems

All macOS installations of Google Chrome versions prior to 149.0.7827.115 are affected. The issue is specific to the Chrome Stable channel on macOS where Safe Browsing is enabled.

Risk and Exploitability

The CVE is rated High by Chromium security, with an EPSS score of < 1% and it is not listed in the CISA KEV catalog. Exploitation requires the attacker already to have compromised the renderer process, implying a more involved attack chain. While the risk is not zero, the low EPSS score and the need for a pre‑existing compromise reduce the likelihood, yet patching remains the safest defence.

Generated by OpenCVE AI on June 22, 2026 at 13:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 149.0.7827.115 or later on macOS, which removes race condition in Safe Browsing.
  • Disable or restrict the download and execution of unknown files on the machine to limit the chance a compromised renderer can access malicious content.
  • If an update is not immediately available, ensure the Chrome sandbox settings remain enabled and monitor for any known local exploits that might target the renderer process.

Generated by OpenCVE AI on June 22, 2026 at 13:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6344-1 chromium security update
History

Mon, 22 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Title chromium-browser: chromium-browser: Race  Safe Browsing
Weaknesses CWE-367
References
Metrics threat_severity

None

threat_severity

Important


Sat, 13 Jun 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple macos
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*
Vendors & Products Apple
Apple macos

Fri, 12 Jun 2026 03:45:00 +0000

Type Values Removed Values Added
Title Race Condition in Chrome Safe Browsing Leads to Potential Sandbox Escape

Fri, 12 Jun 2026 02:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.3, 'vector': 'CVSS:3.1/AV:N/AC:H/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, 11 Jun 2026 23:00:00 +0000

Type Values Removed Values Added
Title Race Condition in Chrome Safe Browsing Leads to Potential Sandbox Escape

Thu, 11 Jun 2026 22:45:00 +0000

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

Thu, 11 Jun 2026 21:30:00 +0000

Type Values Removed Values Added
Description Race in Safe Browsing in Google Chrome on Mac prior to 149.0.7827.115 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a malicious file. (Chromium security severity: High)
Weaknesses CWE-362
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-12T03:55:58.453Z

Reserved: 2026-06-11T18:16:06.227Z

Link: CVE-2026-12022

cve-icon Vulnrichment

Updated: 2026-06-12T01:12:15.385Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-11T22:16:54.700

Modified: 2026-06-13T00:33:47.200

Link: CVE-2026-12022

cve-icon Redhat

Severity : Important

Publid Date: 2026-06-11T20:48:10Z

Links: CVE-2026-12022 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-22T14:00:18Z

Weaknesses
  • CWE-362

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

  • CWE-367

    Time-of-check Time-of-use (TOCTOU) Race Condition