Description
Inappropriate implementation in MHTML in Google Chrome on Mac 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: High)
Published: 2026-07-30
Score: 9.6 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the handling of MHTML files in Google Chrome on macOS allows a remote attacker who has already compromised the renderer process to escape the sandbox and execute code outside the browser’s isolation boundaries. The manipulation of a crafted HTML page triggers this improper implementation, turning what is normally a harmless browser operation into a potential vector for full system compromise. The weakness aligns with CWE-653 and CWE-693, underscoring the lack of sufficient scope constraints and failure to guard against external control of execution paths.

Affected Systems

Users of Google Chrome on macOS running any version prior to 151.0.7922.72 are vulnerable. The issue is confined to the browser’s renderer component and does not affect other operating system components directly, but the sandbox escape permits an attacker to affect the entire user machine once the renderer is breached.

Risk and Exploitability

The CVSS score of 9.6 places this flaw in the high‑severity range, and although the EPSS score is less than 1%, indicating a currently low probability of exploitation, the lack of a KEV listing should not be taken as evidence of inactivity. The attack requires that the attacker already compromise the renderer process, which might be achieved through a separate vulnerability or social engineering. Once executed, the sandbox escape allows full control of the victim’s system, making this a critical threat for any user with unsanitized browsing habits. All three key aspects—score, exploitation probability, and KEV status—combine to suggest that timely remediation is essential.

Generated by OpenCVE AI on August 3, 2026 at 12:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome on macOS to version 151.0.7922.72 or later.
  • Ensure that Chrome’s sandbox is not disabled by system or user configuration.
  • If an update cannot be applied immediately, disable the MHTML import feature or restrict local file access to the renderer component to reduce exposure.

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

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

Type Values Removed Values Added
Weaknesses CWE-693
Metrics cvssV3_1

{'score': 9.0, 'vector': 'CVSS:3.1/AV:N/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: Inappropriate implementation in MHTML
Weaknesses CWE-653
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Important


Thu, 30 Jul 2026 03:45: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 Inappropriate implementation in MHTML in Google Chrome on Mac 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: High)
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-07-30T15:42:19.488Z

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

Link: CVE-2026-17710

cve-icon Vulnrichment

Updated: 2026-07-30T15:41:56.095Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-08-03T17:49:06.930

Link: CVE-2026-17710

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-17710 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T12:30:17Z

Weaknesses
  • CWE-653

    Improper Isolation or Compartmentalization

  • CWE-693

    Protection Mechanism Failure