Description
Race condition in WebProtect in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to obtain sensitive information via a crafted HTML page. (Chromium security severity: Medium)
Published: 2026-08-25
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Information Disclosure
Action: Immediate Patch
AI Analysis

Impact

A race condition in the WebProtect component of Google Chrome, present before version 152.0.7977.65, allows a remote attacker who already holds a compromise of the renderer process to pull sensitive data from a crafted HTML page. The flaw is a classic timing issue that leads to leakage of confidential information. The weakness is catalogued as CWE‑367, a race condition that permits unauthorized access to protected data.

Affected Systems

Google Chrome browsers running versions earlier than 152.0.7977.65 are affected. The vulnerability resides in the renderer process, which processes web content, so any Chrome installation using a vulnerable release is potentially susceptible.

Risk and Exploitability

The severity is listed as Medium by Chromium, and the CVSS score is 5.3. EPSS indicates an exploitation probability of less than 1%, and the vulnerability is not in the CISA KEV catalog, indicating it is not known to have been actively exploited in the wild. The attack path requires an adversary to first compromise the renderer process, typically by exploiting another vulnerability or having arbitrary web content executed. Once that precondition is met, the race can be triggered via a specially crafted HTML page to read restricted data. Overall, the risk is moderate: the attack is indirect, requires a renderer compromise, and there is no known public exploitation.

Generated by OpenCVE AI on August 26, 2026 at 21:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Google Chrome 152.0.7977.65 or later to eliminate the race condition
  • If upgrading immediately is not feasible, isolate sensitive content in sandboxed iframes or disable WebProtect‑dependent features in web content that can be rendered from untrusted origins
  • Monitor system logs for anomalous renderer process behavior and enforce strict content‑security policies to reduce exposure to crafted pages

Generated by OpenCVE AI on August 26, 2026 at 21:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4771-1 chromium security update
Debian DSA Debian DSA DSA-6482-1 chromium security update
History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*

Wed, 26 Aug 2026 22:00:00 +0000

Type Values Removed Values Added
Title Race Condition in Chrome WebProtect Enables Remote Information Disclosure

Wed, 26 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Tue, 25 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Title Race Condition in Chrome WebProtect Enables Remote Information Disclosure

Tue, 25 Aug 2026 23:00:00 +0000

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

Tue, 25 Aug 2026 20:30:00 +0000

Type Values Removed Values Added
Description Race condition in WebProtect in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to obtain sensitive information via a crafted HTML page. (Chromium security severity: Medium)
Weaknesses CWE-367
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-08-26T18:44:00.941Z

Reserved: 2026-08-25T06:07:03.452Z

Link: CVE-2026-78991

cve-icon Vulnrichment

Updated: 2026-08-26T18:10:54.193Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-25T21:17:55.420

Modified: 2026-08-27T17:51:15.330

Link: CVE-2026-78991

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-26T21:45:03Z

Weaknesses
  • CWE-367

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