---
id: CVE-2026-88057
title: >-
  Angular: Sanitization bypass via directive host bindings on concrete host
  elements in @angular/core and @angular/compiler
summary: >-
  Angular is a development platform for building mobile and desktop web
  applications using TypeScript/JavaScript and other languages. Prior to
  20.3.28, 21.2.20, and 22.1.0, Angular's compiler and runtime in @angular/core
  and @angular/compi…
severity: medium
cvss: 5.3
cvssVector: 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N'
cvssSource: cna
cwe:
  - CWE-79
vendor: angular
product: angular
affected:
  - angular <= 19.2.25
  - 'angular >= 20.0.0, < 20.3.28'
  - 'angular >= 21.0.0, < 21.2.20'
  - 'angular >= 22.0.0, < 22.1.0'
ssvc:
  exploitation: none
  automatable: 'yes'
  technicalImpact: partial
  timestamp: '2026-09-11T16:34:33.902581Z'
published: '2026-09-10'
updated: '2026-09-11'
sourceUpdated: '2026-09-11T20:32:49.884Z'
source: CVEORG
sourceUrl: 'https://www.cve.org/CVERecord?id=CVE-2026-88057'
references:
  - url: 'https://github.com/angular/angular/security/advisories/GHSA-hh8m-fm6v-7cvg'
    label: 'https://github.com/angular/angular/security/advisories/GHSA-hh8m-fm6v-7cvg'
  - url: 'https://github.com/angular/angular/issues/69550'
    label: 'https://github.com/angular/angular/issues/69550'
  - url: 'https://github.com/angular/angular/pull/69558'
    label: 'https://github.com/angular/angular/pull/69558'
  - url: >-
      https://github.com/angular/angular/commit/2f96c8020f85ccb715a76de4b79a0c680c2c7264
    label: >-
      https://github.com/angular/angular/commit/2f96c8020f85ccb715a76de4b79a0c680c2c7264
  - url: >-
      https://github.com/angular/angular/commit/6afe6fa781c2f0931f0aedd729b9884a8fe212ee
    label: >-
      https://github.com/angular/angular/commit/6afe6fa781c2f0931f0aedd729b9884a8fe212ee
  - url: >-
      https://github.com/angular/angular/commit/6caa298dee58319b2d674dc91364e26ffe3ecb2b
    label: >-
      https://github.com/angular/angular/commit/6caa298dee58319b2d674dc91364e26ffe3ecb2b
  - url: 'https://github.com/angular/angular/releases/tag/v20.3.28'
    label: 'https://github.com/angular/angular/releases/tag/v20.3.28'
  - url: 'https://github.com/angular/angular/releases/tag/v21.2.20'
    label: 'https://github.com/angular/angular/releases/tag/v21.2.20'
  - url: 'https://github.com/angular/angular/releases/tag/v22.1.0'
    label: 'https://github.com/angular/angular/releases/tag/v22.1.0'
tags:
  - cve.org
epss: 0.00728
epssPercentile: 0.52219
ingestedAt: '2026-09-14T11:11:19.881Z'
---

## Overview

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.28, 21.2.20, and 22.1.0, Angular's compiler and runtime in @angular/core and @angular/compiler could omit or select an incorrect sanitizer for security-sensitive directive host bindings because SecurityContext was derived from the declaring directive or component selector rather than the concrete host element. The mismatch is reachable through hostDirectives composition, inherited HostBinding declarations, createComponent with a custom hostElement or dynamic directives, SVG/MathML namespace elements, and tag-neutral selectors such as :not(...). Attacker-controlled href, src, action, xlink:href, or data values can therefore reach DOM attributes without Angular's built-in sanitizer and execute arbitrary JavaScript in the user's browser context. Applications unable to upgrade can use DomSanitizer.sanitize with SecurityContext.URL before assignment or restrict inputs to validated HTTP and HTTPS URL schemes. This issue is fixed in versions 20.3.28, 21.2.20, and 22.1.0.

## Affected

- `angular <= 19.2.25`
- `angular >= 20.0.0, < 20.3.28`
- `angular >= 21.0.0, < 21.2.20`
- `angular >= 22.0.0, < 22.1.0`

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
