Description
Insufficient validation of untrusted input in DevTools 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: 5.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Insufficient validation of untrusted input within Chrome DevTools allowed a remote attacker who had already compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. If successful, the attacker could execute code outside the renderer sandbox, elevating privileges and impacting the confidentiality, integrity, and availability of the host system. The weakness is rooted in input validation failures (CWE-20) and improper isolation leading to unauthorized resource access (CWE-1286).

Affected Systems

The vulnerability affects Google Chrome versions earlier than 151.0.7922.72 across all operating systems. Users running the stable channel of Chrome on any desktop platform should verify their installed version against the fixed build.

Risk and Exploitability

Based on the description, the CVSS score of 5.8 classifies this as a medium‑severity flaw, whereas the EPSS score of less than 1% indicates a very low probability of exploitation. It is not listed in the CISA KEV catalog. The attack vector appears to be remote, as it requires an attacker who has already compromised the renderer process. A crafted HTML page delivered by a malicious site can trigger a sandbox escape. Since the exploit depends on prior renderer compromise, the overall risk to users who maintain secure browsing habits is inferred to be moderate but non‑negligible.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 151.0.7922.72 or later.
  • If an update cannot be applied immediately, block or heavily restrict the use of DevTools, especially remote debugging, via group policies or browser settings.
  • Apply standard OS sandbox hardening measures: keep the operating system and graphics drivers up‑to‑date, enable mandatory application sandboxing features, and enforce strict content‑security policies to limit execution of untrusted content.

Generated by OpenCVE AI on August 2, 2026 at 06:21 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 DevTools
Weaknesses CWE-1286
References
Metrics threat_severity

None

threat_severity

Moderate


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

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.8, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/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 DevTools 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-30T19:25:34.134Z

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

Link: CVE-2026-17890

cve-icon Vulnrichment

Updated: 2026-07-30T19:25:28.921Z

cve-icon NVD

Status : Analyzed

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

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

Link: CVE-2026-17890

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-17890 - 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