Description
Insufficient validation of untrusted input in WebUI in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via malicious network traffic. (Chromium security severity: Medium)
Published: 2026-07-30
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Insufficient validation of untrusted input in the WebUI component of Google Chrome allows an attacker who can supply malicious network traffic to the browser to potentially escape the sandbox and execute code beyond the browser’s confines. The flaw is rooted in improper input validation (CWE‑20) and inadequate handling of data paths (CWE‑1286), leading to a medium‑high severity vulnerability. If exploited, an attacker could gain capabilities that exceed the permissions granted to the browser process, compromising confidentiality, integrity, or availability of the underlying system.

Affected Systems

Google Chrome versions up to and including 151.0.7922.71 are affected; any installation of Chrome prior to the 151.0.7922.72 release is vulnerable and should be updated promptly.

Risk and Exploitability

With a CVSS score of 7.1, the vulnerability is considered medium‑high; the EPSS score of less than 1% indicates that active exploitation is unlikely at this time. The flaw is not listed in the CISA KEV catalog. The most probable attack vector is remote, wherein an attacker sends crafted traffic to the browser’s WebUI, potentially triggering the sandbox escape. No public exploit has been documented.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 151.0.7922.72 or newer in order to apply the vendor’s fix, which removes the insufficient input validation in the WebUI
  • If the WebUI feature is not required for the user’s environment, block or restrict the relevant WebUI endpoints at the network or host level to reduce exposure to malicious traffic
  • Apply protective input‑validation practices consistent with CWE‑20 and enforce strict data‑path checks as outlined by CWE‑1286, ensuring that all user‑supplied content is thoroughly sanitized before processing within the browser’s sandbox

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

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

None

threat_severity

Moderate


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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Thu, 30 Jul 2026 06: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 WebUI in Google Chrome prior to 151.0.7922.72 allowed a remote attacker to potentially perform a sandbox escape via malicious network traffic. (Chromium security severity: Medium)
Weaknesses CWE-20
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-30T19:22:48.880Z

Reserved: 2026-07-27T23:35:12.671Z

Link: CVE-2026-17888

cve-icon Vulnrichment

Updated: 2026-07-30T19:22:45.759Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T17:36:09.390

Link: CVE-2026-17888

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-17888 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T06:30:17Z

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input

  • CWE-20

    Improper Input Validation