External risk intelligence

Google Chrome WebGL Use After Free Allows Remote Code Execution

CVE advisorySeverity: CRITICAL (CVSS 9.6)

CVE-2026-87464

This vulnerability exists within a web browser's client-side rendering engine (WebGL). Exploitation requires a user to navigate to a specifically crafted HTML page. It is not an internet-facing service, edge gateway, or server-side application reachable by an attacker independently, making it a client-side attack surface.

Use After Free

Google Chrome

before 153.0.8010.36

Halo Surface Signal: 1 out of 5 — much less likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A critical vulnerability has been identified in Google Chrome's WebGL component that could allow a remote attacker to execute code outside the browser's sandbox through a malicious webpage. This could potentially lead to broader system compromise if exploited.

  • WebGL flaw in Chrome allows remote code execution.
  • Understand client-side risks in web browsing.
  • Confirm if affected users face significant exposure.

Attack Path

How an attacker could exploit the issue

An attacker could trick a user into visiting a malicious webpage, which would then trigger a flaw in Chrome's WebGL component. This flaw could allow the attacker to execute malicious code on the user's computer, potentially escaping the browser's security protections.

  • Requires user interaction with a malicious page.
  • Triggers a use-after-free condition.
  • Allows arbitrary code execution.

Live Threat

Current exploitation, exposure, and threat context

A use-after-free vulnerability in WebGL within Chrome could allow a remote attacker to execute arbitrary code. This could occur when a user visits a malicious HTML page. When supported, this vulnerability may impact system integrity and confidentiality.

  • Arbitrary code execution.
  • Visiting a crafted HTML page.
  • Compromised system integrity and confidentiality.

Operational Fix

Recommended remediation, mitigation, and detection steps

This "use after free" vulnerability in Chrome's WebGL component requires user interaction with a malicious HTML page for exploitation, meaning it's a client-side concern rather than a directly exploitable server-side flaw. Initial triage should focus on identifying Chrome installations, assessing business criticality for users who may access untrusted content, and confirming the specific browser version in use before planning broader remediation.

  • Own by browser and endpoint security teams.
  • Verify Chrome version and user impact.
  • Plan for browser update deployment.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is Google Chrome WebGL?

WebGL is a component within Google Chrome that enables the browser to render interactive 2D and 3D graphics directly using the computer's hardware. It is widely used for browser-based gaming, data visualization, and complex user interfaces without requiring extra plugins.

What does CVE-2026-87464 mean by use-after-free?

A use-after-free, classified as CWE-416, happens when software continues to use a memory address after that memory has been cleared or released. In this CVE, the vulnerability allows an attacker to manipulate that freed memory to run their own unauthorized code instead of the intended browser functions.

How is this vulnerability triggered?

An attacker must trick a user into visiting a specifically crafted HTML page designed to exploit the WebGL flaw. The vulnerability does not trigger simply by having the browser open; it requires the user to actively navigate to and load the malicious content within the browser.

Why should I care about this Chrome vulnerability?

Halo Surface Signal notes that this is a client-side issue, not a server-side service. While it is not an internet-facing gateway, it is relevant because it affects the primary tool used for web navigation. If users browse untrusted or compromised sites, their local machine becomes the target for potential code execution.

Do I need to update my browser immediately?

Yes, you should prioritize updating to the latest version of Google Chrome. Since this is a client-side vulnerability, ensuring all browser instances are updated to 153.0.8010.36 or higher is the primary step to eliminate the underlying flaw and protect your system.

References