CVE-2026-32635 PUBLISHED

Angular has XSS in i18n attribute bindings

Assigner: GitHub_M
Reserved: 12.03.2026 Published: 13.03.2026 Updated: 13.03.2026

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-next.3, 21.2.4, 20.3.18, and 19.2.20, a Cross-Site Scripting (XSS) vulnerability has been identified in the Angular runtime and compiler. It occurs when the application uses a security-sensitive attribute (for example href on an anchor tag) together with Angular's ability to internationalize attributes. Enabling internationalization for the sensitive attribute by adding i18n-<attribute> name bypasses Angular's built-in sanitization mechanism, which when combined with a data binding to untrusted user-generated data can allow an attacker to inject a malicious script. This vulnerability is fixed in 22.0.0-next.3, 21.2.4, 20.3.18, and 19.2.20.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor @angular
Product compiler
Versions
  • Version >= 22.0.0-next.0, < 22.0.0-next.3 is affected
  • Version >= 21.0.0-next.0, < 21.2.4 is affected
  • Version >= 20.0.0-next.0, < 20.3.18 is affected
  • Version >= 17.0.0.next.0, < 19.2.20 is affected
Vendor @angular
Product core
Versions
  • Version >= 22.0.0-next.0, < 22.0.0-next.3 is affected
  • Version >= 21.0.0-next.0, < 21.2.4 is affected
  • Version >= 20.0.0-next.0, < 20.3.18 is affected
  • Version >= 17.0.0.next.0, < 19.2.20 is affected

References

Problem Types

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') CWE