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

exploitDog

github логотип

GHSA-jj27-h5hq-8x99

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

Описание

Angular i18n: Cross-Site Scripting (XSS) via event-handler attributes

A Cross-Site Scripting (XSS) vulnerability has been identified in the Angular compiler's internationalization (i18n) pipeline. Although Angular disallows binding to event-handler attributes such as onclick and onerror through standard attribute validation (validateAttribute() / validateProperty()), the i18n metadata collection path allowed these same attribute names to be marked for translation using i18n-on* attributes (e.g., i18n-onerror).

When exploited, a lower-trust translation file could replace a benign static handler such as onerror="void 0" with arbitrary executable JavaScript in the localized build.

The following example illustrates a vulnerable pattern:

<img src="foo.jpg" onerror="void 0" i18n-onerror />

Impact

When exploited, this vulnerability allows arbitrary JavaScript execution within the context of the vulnerable application's domain if an attacker can control or influence the translation files used during localization. This can lead to:

  • Session Hijacking: Accessing session cookies, tokens, or sensitive user data.
  • Unauthorized Actions: Performing actions on behalf of the authenticated user.

Patched Versions

  • 22.0.1
  • 21.2.19
  • 20.3.27

Workarounds

Ensure that static event-handler attributes (e.g., onerror, onclick) are never marked for internationalization (i18n-on*) in application templates, and ensure translation files are sourced from trusted origins.

Пакеты

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

@angular/compiler

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

>= 22.0.0-next.0, < 22.0.1

22.0.1

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

@angular/compiler

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

>= 21.0.0-next.0, < 21.2.19

21.2.19

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

@angular/compiler

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

>= 20.0.0-next.0, < 20.3.27

20.3.27

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

@angular/compiler

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

<= 19.2.25

Отсутствует

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

@angular/core

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

>= 22.0.0-next.0, < 22.0.1

22.0.1

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

@angular/core

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

>= 21.0.0-next.0, < 21.2.19

21.2.19

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

@angular/core

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

>= 20.0.0-next.0, < 20.3.27

20.3.27

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

@angular/core

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

<= 19.2.25

Отсутствует

EPSS

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

7.6 High

CVSS4

Дефекты

CWE-79

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

CVSS3: 6.1
ubuntu
28 дней назад

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.27, 21.2.19, and 22.0.1, the Angular compiler i18n pipeline permits i18n-onerror and other i18n-on event-handler attributes, allowing a lower-trust translation file to replace a static handler with executable JavaScript. This issue is fixed in versions 20.3.27, 21.2.19, and 22.0.1.

CVSS3: 8.1
redhat
28 дней назад

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.27, 21.2.19, and 22.0.1, the Angular compiler i18n pipeline permits i18n-onerror and other i18n-on event-handler attributes, allowing a lower-trust translation file to replace a static handler with executable JavaScript. This issue is fixed in versions 20.3.27, 21.2.19, and 22.0.1.

CVSS3: 6.1
nvd
28 дней назад

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.27, 21.2.19, and 22.0.1, the Angular compiler i18n pipeline permits i18n-onerror and other i18n-on event-handler attributes, allowing a lower-trust translation file to replace a static handler with executable JavaScript. This issue is fixed in versions 20.3.27, 21.2.19, and 22.0.1.

CVSS3: 6.1
debian
28 дней назад

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

EPSS

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

7.6 High

CVSS4

Дефекты

CWE-79