Description
Stack buffer overflow in GPU in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
Published: 2026-06-04
Score: 8.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stack buffer overflow in the GPU component of Google Chrome allows a remote attacker who has already compromised the renderer process to perform a sandbox escape. The overflow is triggered by a crafted HTML page, giving the attacker the potential to escape the renderer sandbox and execute code in a higher privilege context within the browser process. The weakness is a classic stack‑based buffer overflow, identified as both CWE‑120 and CWE‑121.

Affected Systems

Google Chrome desktop builds prior to version 149.0.7827.53 on all platforms that include the GPU process. Users running any older stable channel release are affected and should upgrade to the latest available build.

Risk and Exploitability

Chromium security severity is listed as Critical. The EPSS score is <1% and the vulnerability is not in CISA KEV. The exploit would require first delivering a malicious HTML page that loads in a compromised renderer. The likely attack vector is a user visiting or interacting with a malicious website, permitting the overflow to occur. Given the severity and the need for advanced exploitation knowledge, the risk is high for systems that cannot apply the patch promptly. The CVSS score of 8.3 indicates a high severity level.

Generated by OpenCVE AI on June 7, 2026 at 14:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Install the latest Google Chrome update, version 149.0.7827.53 or newer.
  • If an update cannot be applied immediately, disable GPU usage by starting Chrome with the flag --disable-gpu to eliminate the vulnerable code path.
  • Configure enterprise policy to block execution of untrusted renderer content or to enforce strict site isolation to reduce the impact of any remaining gadgets.

Generated by OpenCVE AI on June 7, 2026 at 14:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6325-1 chromium security update
History

Sun, 07 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Title GPU Stack Buffer Overflow Enabling Sandbox Escape in Google Chrome chromium-browser: Stack buffer overflow in GPU
Weaknesses CWE-120
References
Metrics threat_severity

None

threat_severity

Important


Fri, 05 Jun 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows
CPEs cpe:2.3:a:google:chrome:*:*:*:*:*:*:*:*
cpe:2.3:o:apple:macos:-:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:-:*:*:*:*:*:*:*
cpe:2.3:o:microsoft:windows:-:*:*:*:*:*:*:*
Vendors & Products Apple
Apple macos
Linux
Linux linux Kernel
Microsoft
Microsoft windows

Fri, 05 Jun 2026 05:45:00 +0000

Type Values Removed Values Added
Title GPU Stack Buffer Overflow Enabling Sandbox Escape in Google Chrome

Fri, 05 Jun 2026 03:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 05 Jun 2026 02: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'}


Fri, 05 Jun 2026 02:00:00 +0000

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

Thu, 04 Jun 2026 23:15:00 +0000

Type Values Removed Values Added
Description Stack buffer overflow in GPU in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who had compromised the renderer process to potentially perform a sandbox escape via a crafted HTML page. (Chromium security severity: Critical)
Weaknesses CWE-121
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T01:43:55.576Z

Reserved: 2026-06-04T17:05:58.883Z

Link: CVE-2026-10898

cve-icon Vulnrichment

Updated: 2026-06-05T01:39:38.051Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-04T23:16:51.467

Modified: 2026-06-05T19:36:27.620

Link: CVE-2026-10898

cve-icon Redhat

Severity : Important

Publid Date: 2026-06-02T00:00:00Z

Links: CVE-2026-10898 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T14:15:07Z

Weaknesses
  • CWE-120

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

  • CWE-121

    Stack-based Buffer Overflow