Description
Heap buffer overflow in CrashReporting in Google Chrome prior to 151.0.7922.109 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-08-06
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a heap buffer overflow in the CrashReporting component of Google Chrome that exists in all releases prior to 151.0.7922.109. An attacker who has already compromised the renderer process can trigger the overflow using a crafted HTML page, which creates the possibility of a sandbox escape and thus arbitrary code execution. The weakness corresponds to classic heap corruption patterns, identified as CWE-120 and CWE-122, and is classified as high severity by Chromium’s security team.

Affected Systems

Google Chrome browsers on all platforms that run version 151.0.7922.108 or earlier are vulnerable. The vulnerability is tied only to the Chrome binary version, not to particular hardware or user configurations.

Risk and Exploitability

The description indicates that a remote attacker must first compromise the renderer process to exploit the overflow. Once that occurs, the vulnerability can be leveraged for a sandbox escape, which is a severe privilege‑escalation scenario. The EPSS score of <1% indicates a low probability of exploitation, and the vulnerability is not listed in CISA’s KEV catalog, suggesting it is not widely exploited yet. The CVSS score of 8.3 indicates high severity.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 151.0.7922.109 or newer using the browser’s built‑in update mechanism.
  • If the update cannot be applied immediately, uninstall or disable the vulnerable Chrome installation to prevent exploitation.
  • Configure the system or Chrome update settings to enable automatic updates so future patches are applied without manual intervention.

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

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4728-1 chromium security update
Debian DSA Debian DSA DSA-6422-1 chromium security update
History

Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Title CrashReporting Heap Buffer Overflow in Google Chrome Leading to Sandbox Escape chromium-browser: Google Chrome: Sandbox escape via heap buffer overflow in CrashReporting
Weaknesses CWE-120
References
Metrics threat_severity

None

threat_severity

Important


Fri, 07 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
Title CrashReporting Heap Buffer Overflow in Google Chrome Leading to Sandbox Escape

Fri, 07 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Fri, 07 Aug 2026 00:45:00 +0000

Type Values Removed Values Added
First Time appeared Google
Google chrome
Vendors & Products Google
Google chrome

Thu, 06 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Heap buffer overflow in CrashReporting in Google Chrome prior to 151.0.7922.109 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)
Weaknesses CWE-122
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-08-07T03:55:48.109Z

Reserved: 2026-08-06T16:51:43.928Z

Link: CVE-2026-19138

cve-icon Vulnrichment

Updated: 2026-08-07T00:18:06.598Z

cve-icon NVD

Status : Analyzed

Published: 2026-08-06T22:16:55.813

Modified: 2026-08-07T14:25:41.330

Link: CVE-2026-19138

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-06T20:33:42Z

Links: CVE-2026-19138 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T14:00:04Z

Weaknesses
  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')

  • CWE-122

    Heap-based Buffer Overflow