Description
Insufficient validation of untrusted input in WebSockets in Google Chrome 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

Insufficient validation of untrusted input in WebSockets in Google Chrome allowed a remote attacker who had compromised the renderer process to potentially escape the browser sandbox, which could enable execution of code with full system privileges. The weakness is categorized as CWE-1289 and CWE-20, indicating input validation failures and improper constraint handling, respectively. The attacker could embed a crafted HTML page that, when processed by the vulnerable renderer, may lead to privilege escalation or compromise of the host system.

Affected Systems

Google Chrome browsers with versions prior to 151.0.7922.72 are affected. The vulnerability resides in the WebSockets implementation of the renderer process used by Chrome. Users running any Chrome build older than the specified release are at risk.

Risk and Exploitability

The CVSS score of 9.6 indicates a critical severity. The EPSS score of less than 1% suggests a low likelihood of current exploitation. The vulnerability is not listed in CISA KEV. Exploitation requires an attacker already able to compromise the renderer process, which is typically less common and often requires additional conditions such as social engineering or a separate vulnerability. Nonetheless, the potential impact justifies prompt remediation.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 151.0.7922.72 or newer
  • If an upgrade is not immediately possible, block or limit WebSocket connections to untrusted domains using browser flags or extensions to reduce exposure
  • Maintain up‑to‑date operating system and security software to protect against renderer process compromises and monitor for anomalous browser behavior

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

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:L/AC:L/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'}


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

Type Values Removed Values Added
Title chromium-browser: chromium-browser: Insufficient validation of untrusted input in WebSockets
Weaknesses CWE-1289
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


Thu, 30 Jul 2026 05:30: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 Insufficient validation of untrusted input in WebSockets in Google Chrome 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-20
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-31T21:39:49.088Z

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

Link: CVE-2026-17768

cve-icon Vulnrichment

Updated: 2026-07-31T20:28:12.903Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-04T14:39:48.570

Link: CVE-2026-17768

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-17768 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T07:00:07Z

Weaknesses
  • CWE-1289

    Improper Validation of Unsafe Equivalence in Input

  • CWE-20

    Improper Input Validation