Description
Insufficient validation of untrusted input in Extensions 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

An insecure handling of untrusted input within Chrome extensions can let an attacker who has already compromised the renderer process escape the sandbox and execute code with higher privileges. The flaw stems from insufficient input validation, a classic example of CWE‑20 (Improper Input Validation) and is further exposed by the way extension data is processed, matching CWE‑1286 (Improper Neutralization of Magic Bytes). If successfully exploited, the attacker gains the ability to bypass the renderer’s security boundaries and potentially affect the entire browser runtime.

Affected Systems

Google Chrome versions prior to 151.0.7922.72 are susceptible, as the vulnerability exists in all Desktop releases before that update across operating systems supported by Chrome.

Risk and Exploitability

The CVSS score is 5.8, categorizing the vulnerability as medium severity. Its EPSS score is below 1 percent, indicating a low probability of exploitation in the wild. The vulnerability is not listed in CISA’s KEV catalog. An attacker would need to identify or create a malicious HTML page that is rendered by a compromised renderer process; the attacker’s ability to influence the renderer process is the primary prerequisite. The exploit path is straightforward once the renderer is compromised, with no requirement for additional authentication or privileged access.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Google Chrome to version 151.0.7922.72 or later, which includes the patch for the input validation issue.
  • Verify that the extension sandbox remains enabled and that the browser’s renderer processes are launched with the correct sandbox flags.
  • Monitor installed extensions for anomalous behavior and uninstall or disable extensions that are no longer needed or have not been updated by their developers.

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

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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

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'}


Fri, 31 Jul 2026 00:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Thu, 30 Jul 2026 05:15: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 Extensions 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-31T14:05:14.090Z

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

Link: CVE-2026-17809

cve-icon Vulnrichment

Updated: 2026-07-31T14:05:10.910Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T17:52:38.580

Link: CVE-2026-17809

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-17809 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T06:45:03Z

Weaknesses
  • CWE-1286

    Improper Validation of Syntactic Correctness of Input

  • CWE-20

    Improper Input Validation