Description
Race condition in Network in Google Chrome prior to 153.0.8010.47 allowed a remote attacker who had compromised the renderer process to obtain cross-origin data via a crafted HTML page. (Chromium security severity: High)
Published: 2026-09-15
Score: 3.1 Low
EPSS: < 1% Very Low
KEV: No
Impact: Confidentiality exposure via cross-origin data leak
Action: Assess Impact
AI Analysis

Impact

A race condition in Chrome's Network component permits a remote attacker that has already compromised the renderer process to retrieve data from a different origin by serving a specially crafted HTML page. The flaw is a classic time‑of‑check/time‑of‑use issue that allows the attacker to read network‑level data that should be restricted by same‑origin policy. Although the CVSS score is 3.1, the vulnerability is classified with a high security severity as it enables disclosure of confidential information.

Affected Systems

The affected vendor is Google Chrome. Versions prior to 153.0.8010.47 are vulnerable, including all stable channel releases before the 153.0.8010.47 update.

Risk and Exploitability

With a CVSS score of 3.1 and an EPSS score of less than 1%, exploitation is unlikely to occur in the wild and the vulnerability is not listed in the KEV catalog. The attack requires an attacker who can already compromise the renderer process, typically via a malicious web page or compromised content. If the renderer is compromised, the race condition can be used to read cross‑origin data, but no remote code execution or denial of service effect is reported. Start by evaluating how often the renderer can be brought into a compromised state in your environment.

Generated by OpenCVE AI on September 16, 2026 at 19:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 153.0.8010.47 or later to fix the race condition.
  • If an update is not immediately feasible, avoid loading untrusted or malicious web content that could drive the renderer into a compromised state until the patch becomes available.
  • Ensure that site isolation and renderer process isolation settings are enabled, as they limit the impact of a compromised renderer by restricting the data it can access.

Generated by OpenCVE AI on September 16, 2026 at 19:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 17 Sep 2026 13:45:00 +0000

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

Wed, 16 Sep 2026 00:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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

cvssV3_1

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


Wed, 16 Sep 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Wed, 16 Sep 2026 00:00:00 +0000

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

Tue, 15 Sep 2026 20:45:00 +0000

Type Values Removed Values Added
Description Race condition in Network in Google Chrome prior to 153.0.8010.47 allowed a remote attacker who had compromised the renderer process to obtain cross-origin data via a crafted HTML page. (Chromium security severity: High)
Weaknesses CWE-367
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-09-15T23:46:33.805Z

Reserved: 2026-09-14T22:51:00.171Z

Link: CVE-2026-91708

cve-icon Vulnrichment

Updated: 2026-09-15T23:46:30.425Z

cve-icon NVD

Status : Analyzed

Published: 2026-09-15T21:16:43.540

Modified: 2026-09-17T13:37:16.470

Link: CVE-2026-91708

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-15T20:41:31Z

Links: CVE-2026-91708 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-16T19:30:06Z

Weaknesses
  • CWE-367

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

  • CWE-368

    Context Switching Race Condition