Description
Heap buffer overflow in Media in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Published: 2026-06-04
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A heap buffer overflow in the Media component of Google Chrome, affecting versions prior to 149.0.7827.53, allows a remote attacker who persuades a user to perform specific UI gestures to trigger a crafted HTML page that can execute arbitrary code inside a sandbox. The flaw involves both a buffer overrun (CWE‑122) and a buffer copy without checking size (CWE‑120), causing the overflow and enabling the execution of code with sandboxed privileges, potentially leading to further exploitation.

Affected Systems

All users running Google Chrome Stable on desktop platforms below version 149.0.7827.53 are susceptible. This includes Chrome on Windows, macOS, and Linux operating systems. Version information is limited to the major release number; users should verify they are below the patched release 149.0.7827.53.

Risk and Exploitability

The CVSS score is 7.5, which is considered High, reflecting a high likelihood of exploitation once the user engages with the malicious content. EPSS data indicates a probability of exploitation lower than 1%, and the vulnerability is not listed in the CISA KEV catalog, indicating no known mass exploitation yet. Vulnerability exploitation requires a user to interact with a crafted HTML page, typically by visiting a malicious website or following a social‑engineering cue that initiates the required UI gestures. Once triggered, the overflow can lead to arbitrary code execution within the sandboxed context.

Generated by OpenCVE AI on June 7, 2026 at 13:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Google Chrome to version 149.0.7827.53 or later
  • Ensure that Chrome’s automatic update feature is enabled to receive future security patches
  • Avoid clicking on or following instructions from untrusted websites that may prompt specific UI gestures or unknown media content

Generated by OpenCVE AI on June 7, 2026 at 13:40 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 19:00: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

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

Type Values Removed Values Added
Title Chrome Media Heap Buffer Overflow Enables Remote Code Execution via Crafted HTML Page chromium-browser: Heap buffer overflow in Media
Weaknesses CWE-120
References
Metrics threat_severity

None

threat_severity

Important


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

Type Values Removed Values Added
Title Chrome Media Heap Buffer Overflow Enables Remote Code Execution via Crafted HTML Page

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

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

Fri, 05 Jun 2026 01:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


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

Type Values Removed Values Added
Description Heap buffer overflow in Media in Google Chrome prior to 149.0.7827.53 allowed a remote attacker who convinced a user to engage in specific UI gestures to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium security severity: High)
Weaknesses CWE-122
References

cve-icon MITRE

Status: PUBLISHED

Assigner: Chrome

Published:

Updated: 2026-06-05T00:34:10.480Z

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

Link: CVE-2026-10946

cve-icon Vulnrichment

Updated: 2026-06-05T00:34:05.623Z

cve-icon NVD

Status : Analyzed

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

Modified: 2026-06-09T18:53:47.907

Link: CVE-2026-10946

cve-icon Redhat

Severity : Important

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

Links: CVE-2026-10946 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-07T13:45:07Z

Weaknesses
  • CWE-120

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

  • CWE-122

    Heap-based Buffer Overflow