Description
Stack buffer overflow in Skia in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to potentially exploit stack corruption via a crafted HTML page. (Chromium security severity: Medium)
Published: 2026-06-04
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A stack buffer overflow occurs within Skia, the graphics library used by Google Chrome, when it processes a specially crafted HTML page. The flaw, identified as CWE‑120 and CWE‑121, allows a remote attacker to corrupt the browser’s stack. This corruption can lead to arbitrary code execution in the context of the user's browser.

Affected Systems

Google Chrome versions earlier than 149.0.7827.53 are affected. Users who have not yet updated to a recent release must address the issue immediately.

Risk and Exploitability

The CVSS score of 8.8 points to a high‑severity vulnerability. The EPSS score is less than 1%, indicating a low but nonzero likelihood of exploitation. The flaw is not listed in the CISA KEV catalog. Attackers would likely need to trick a user into visiting a malicious web page or clicking a link that loads the vulnerable content, at which point stack corruption can lead to remote code execution. Because the flaw is an unmitigated stack overflow in a core rendering component, the potential impact is high if exploited, though the exploitation probability remains low as of this assessment.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 149.0.7827.53 or later
  • Launch Chrome with the --disable-gpu flag to temporarily disable Skia rendering until a patch is available
  • Use web filtering or policy controls to block or warn users when encountering suspicious HTML pages that may trigger the vulnerability

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

Tracking

Sign in to view the affected projects.

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

Tue, 09 Jun 2026 03:15: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

Mon, 08 Jun 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Title Stack Buffer Overflow in Skia Leading to Remote Code Execution via Crafted HTML chromium-browser: Stack buffer overflow in Skia
Weaknesses CWE-120
References
Metrics threat_severity

None

cvssV3_1

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

threat_severity

Moderate


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

Type Values Removed Values Added
Title Stack Buffer Overflow in Skia Leading to Remote Code Execution via Crafted HTML

Fri, 05 Jun 2026 04:15: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 Skia in Google Chrome prior to 149.0.7827.53 allowed a remote attacker to potentially exploit stack corruption via a crafted HTML page. (Chromium security severity: Medium)
Weaknesses CWE-121
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-08T14:11:38.589Z

Reserved: 2026-06-04T17:06:31.811Z

Link: CVE-2026-11024

cve-icon Vulnrichment

Updated: 2026-06-08T14:10:55.715Z

cve-icon NVD

Status : Analyzed

Published: 2026-06-04T23:17:06.367

Modified: 2026-06-09T03:07:56.723

Link: CVE-2026-11024

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-11024 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T14:30:16Z

Weaknesses
  • CWE-120

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

  • CWE-121

    Stack-based Buffer Overflow