External risk intelligence

ANGLE Use After Free in Chrome Allows Remote Code Execution.

CVE advisorySeverity: CRITICAL (CVSS 9.6)

CVE-2026-79275

The vulnerability exists in a web browser, which is an internet-facing client application designed to process and render untrusted content from public web pages. Because users frequently navigate to arbitrary external websites, the attack surface is considered likely to be exposed in common real-world deployments.

Use After Free

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

A recent analysis has identified a vulnerability in ANGLE, a component used by Google Chrome, that could allow a remote attacker to execute code outside the browser's protected environment. This is achieved through a specially crafted web page, posing a risk that warrants further investigation into its relevance to our specific environment.

  • Remote code execution vulnerability in browser technology.
  • Critical severity and likely external exposure.
  • Confirm relevance and exposure for potential impact.

Attack Path

How an attacker could exploit the issue

An attacker could entice a user to visit a malicious website, which then triggers a use-after-free vulnerability in the ANGLE component of Google Chrome. This vulnerability could allow the attacker to execute code remotely, potentially escaping the browser's sandbox.

  • Entry condition: User visits a malicious website.
  • Trigger point: Crafted HTML page interacts with ANGLE.
  • Resulting risk: Arbitrary code execution outside the sandbox.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow an attacker to execute arbitrary code on a user's system when they visit a malicious webpage. The execution occurs outside the sandbox environment, potentially impacting the integrity and availability of the user's device.

  • Arbitrary code execution outside sandbox.
  • Remote attacker via crafted HTML page.
  • System compromise and data exposure.

Operational Fix

Recommended remediation, mitigation, and detection steps

This vulnerability in ANGLE, affecting Google Chrome, requires action from teams responsible for endpoint security and application deployment. The immediate priority is to confirm the presence of the affected Chrome version across the organization's assets and assess potential exposure through user interaction with malicious web pages. Collaboration with vendor management may be necessary if third-party applications or internal tooling rely on specific Chrome versions.

  • Confirm affected Chrome instances and exposure.
  • Identify accountable owner for remediation.
  • Plan risk-based mitigation actions.

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 the ANGLE component in Google Chrome?

ANGLE is a graphics engine abstraction layer within Google Chrome. It translates web-based graphics calls into the specific format required by a user's computer hardware, such as DirectX or OpenGL, ensuring that complex visual content and 3D web applications render correctly across different operating systems.

What does a use-after-free vulnerability mean in CVE-2026-79275?

This vulnerability, classified as CWE-416, happens when the browser continues to use a section of memory after it has been cleared or deleted. By manipulating this state through a crafted website, an attacker can trick the browser into performing unintended actions, potentially leading to arbitrary code execution.

How is this vulnerability triggered by an attacker?

An attacker triggers this by enticing a user to navigate to a specifically crafted HTML page designed to interact with the flawed ANGLE component. Simply opening a legitimate or static webpage that does not contain this specific malicious graphics instruction will not trigger the vulnerability.

Why is this CVE considered relevant to my environment?

Halo Surface Signal notes that browsers are inherently internet-facing client applications designed to process untrusted content. Because users frequently visit diverse external websites, the risk of encountering a site crafted to exploit this flaw is considered likely in typical deployments.

What should I do if I am running an affected version of Chrome?

The primary step is to identify and update all instances of Chrome to version 152.0.7977.65 or later. Verify your browser version through the settings menu, and if you manage systems, work to deploy the latest update to ensure the browser's security sandbox protections are fully restored.

References