Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-hh8m-fm6v-7cvg

Опубликовано: 10 сент. 2026
Источник: github
Github: Прошло ревью
CVSS4: 5.3

Описание

Angular: Sanitization bypass via directive host bindings on concrete host elements in @angular/core and @angular/compiler

Angular automatically sanitizes untrusted values bound to security-sensitive DOM sinks (such as href, src, action, xlink:href, and data) to protect against Cross-Site Scripting (XSS).

Prior to the fix, the Angular compiler determined the SecurityContext for directive host bindings (host: {'[attr.href]': 'value'} or @HostBinding('attr.href')) based solely on the declaring directive or component selector at compile time, rather than the concrete host element that the directive was applied to.

When a directive with a security-sensitive host binding was applied to a different concrete host element—such as through:

  • hostDirectives composition,
  • Class inheritance of host bindings,
  • Dynamic component instantiation (createComponent with custom hostElement or dynamic directives),
  • Elements with SVG/MathML namespaces (e.g. <svg:a>, &lt;math&gt;), or
  • Elements using tag-neutral selectors (e.g. :not(...)),

the compiler either failed to associate a sanitizer with the host binding or attached an incorrect security context. As a result, untrusted inputs (e.g. javascript:... URLs) bound via the host binding would be written to the DOM attribute without passing through Angular's built-in sanitizer.

Impact

An attacker capable of controlling the value bound to an affected directive host binding could execute arbitrary JavaScript in the user's browser context (Cross-Site Scripting).

Patches

This issue has been resolved in versions:

  • 22.1.0
  • 21.2.20
  • 20.3.28

Workarounds

Ensure that any user-controlled values assigned to properties bound via directive host bindings are explicitly sanitized using DomSanitizer.sanitize(SecurityContext.URL, ...) before assignment, or restrict the input to validated safe URL schemes (e.g. http://, https://).

Пакеты

Наименование

@angular/core

npm
Затронутые версииВерсия исправления

>= 22.0.0, < 22.1.0

22.1.0

Наименование

@angular/compiler

npm
Затронутые версииВерсия исправления

>= 22.0.0, < 22.1.0

22.1.0

Наименование

@angular/core

npm
Затронутые версииВерсия исправления

>= 21.0.0, < 21.2.20

21.2.20

Наименование

@angular/compiler

npm
Затронутые версииВерсия исправления

>= 21.0.0, < 21.2.20

21.2.20

Наименование

@angular/core

npm
Затронутые версииВерсия исправления

>= 20.0.0, < 20.3.28

20.3.28

Наименование

@angular/compiler

npm
Затронутые версииВерсия исправления

>= 20.0.0, < 20.3.28

20.3.28

Наименование

@angular/core

npm
Затронутые версииВерсия исправления

<= 19.2.25

Отсутствует

Наименование

@angular/compiler

npm
Затронутые версииВерсия исправления

<= 19.2.25

Отсутствует

EPSS

Процентиль: 34%
0.00408
Низкий

5.3 Medium

CVSS4

Дефекты

CWE-79

Связанные уязвимости

ubuntu
5 дней назад

(Angular is a development platform for building mobile and desktop web ...)

CVSS3: 5.4
redhat
5 дней назад

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 assig...

nvd
5 дней назад

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 assignme

debian
5 дней назад

Angular is a development platform for building mobile and desktop web ...

EPSS

Процентиль: 34%
0.00408
Низкий

5.3 Medium

CVSS4

Дефекты

CWE-79