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

The vulnerability stems from insufficient validation of untrusted input within the Payments subsystem of Google Chrome. An attacker who can supply crafted HTML content to a compromised renderer process could potentially escape the renderer sandbox and gain uncontrolled code execution rights on the device. This flaw maps to input validation weaknesses (CWE‑20) and content parsing issues (CWE‑1289). Though the overall security severity is rated Medium by Chromium, the potential for remote code execution renders it critical for end‑users.

Affected Systems

Google Chrome versions prior to 151.0.7922.72 on all supported operating systems are affected. The flaw is present in the Payments module and is triggered when a renderer process receives maliciously crafted web content. All installations that have not applied the announced update are vulnerable.

Risk and Exploitability

The CVSS score of 9.6 indicates high severity, but the EPSS score of less than 1% suggests a low probability of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog, implying that it is not currently a known exploited target. An attacker would need to first compromise the renderer process—often requiring prior compromise of the device or social engineering—before attempting the sandbox escape. Once successful, the attacker could execute arbitrary code with the privileges of the user profile, leading to full system compromise.

Generated by OpenCVE AI on August 4, 2026 at 12:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Google Chrome version (151.0.7922.72 or newer) from the official source to apply the patch.
  • Ensure that Chrome’s renderer sandbox is enabled and properly configured; verify that no custom configurations disable sandbox enforcement.
  • If an immediate update is not possible, limit exposure by restricting trusted sites for the Payments API through enterprise policy or disabling payments functionality on untrusted domains.

Generated by OpenCVE AI on August 4, 2026 at 12:13 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

Mon, 03 Aug 2026 16: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'}


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

Type Values Removed Values Added
Title chromium-browser: chromium-browser: Insufficient validation of untrusted input in Payments
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 09: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 Payments 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-08-03T16:11:19.458Z

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

Link: CVE-2026-17738

cve-icon Vulnrichment

Updated: 2026-08-03T16:10:01.739Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-10T14:14:20.150

Link: CVE-2026-17738

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-17738 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:15:03Z

Weaknesses
  • CWE-1289

    Improper Validation of Unsafe Equivalence in Input

  • CWE-20

    Improper Input Validation