CVE-2026-52725: Angular Template and Dynamic Component Namespace Bypass leading to Cross-Site Scripting (XSS)
An issue in the @angular/core package allows bypassing script-execution restrictions during dynamic component creation.
Specifically, the dynamic component instantiation mechanism (createComponent) failed to reject mounting components directly onto a <script> or namespaced script element (such as <svg:script>). This enabled the initialization of custom components on a tag that executes scripts, allowing attackers to hijack or inject script-executing hosts.
This flaw enables an attacker who can control the host element or selector parameter passed to createComponent to initialize or mount an Angular component directly onto a <script> tag, leading to execution of untrusted code or client-side Cross-Site Scripting (XSS).
Impact Any Angular application that registers dynamic components based on user-supplied parameters (like selectors or host elements) is vulnerable to this security bypass.
Once exploited, this allows a malicious actor to mount a dynamic component on a script tag, bypassing core dynamic component creation safeguards to execute arbitrary JavaScript within the target user's browser context. This could lead to session hijacking, sensitive data exposure, or unauthorized actions on behalf of the user.
Attack Preconditions To successfully exploit these vulnerabilities, the following environment parameters and application states must all concurrently exist: 1. User-Controlled Host Selection: The application must accept user-controlled inputs that are passed as a selector/host element to createComponent. 2. Absence of Additional Context Sanitization: The application does not perform separate input sanitization before feeding values to the dynamic creation APIs.
Patches 22.0.0-rc.2 21.2.15 20.3.22 19.2.23
Other sources
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23, an issue in the @angular/core package allows bypassing script-execution restrictions during dynamic component creation. Specifically, the dynamic component instantiation mechanism (createComponent) failed to reject mounting components directly onto a <script> or namespaced script element (such as <svg:script>). This enabled the initialization of custom components on a tag that executes scripts, allowing attackers to hijack or inject script-executing hosts. This flaw enables an attacker who can control the host element or selector parameter passed to createComponent to initialize or mount an Angular component directly onto a <script> tag, leading to execution of untrusted code or client-side Cross-Site Scripting (XSS). This vulnerability is fixed in 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
npm/@angular/coreto a version that resolves this vulnerability.Fixed in 20.3.22 - Upgrade
Upgrade
npm/@angular/coreto a version that resolves this vulnerability.Fixed in 19.2.23 - Upgrade
Upgrade
npm/@angular/coreto a version that resolves this vulnerability.Fixed in 22.0.0-rc.2 - Upgrade
Upgrade
npm/@angular/coreto a version that resolves this vulnerability.Fixed in 21.2.15 - Upgrade
Upgrade
@angular/coreto a version that resolves this vulnerability.Fixed in 19.2.23 - Upgrade
Upgrade
@angular/coreto a version that resolves this vulnerability.Fixed in 20.3.22 - Upgrade
Upgrade
@angular/coreto a version that resolves this vulnerability.Fixed in 21.2.15 - Upgrade
Upgrade
@angular/coreto a version that resolves this vulnerability.Fixed in 22.0.0-rc.2
Event History
Frequently Asked Questions
What is the severity of CVE-2026-52725?
CVE-2026-52725 has a risk score of 55, indicating a moderate severity level.
How does CVE-2026-52725 affect Angular applications?
CVE-2026-52725 allows attackers to bypass script-execution restrictions, potentially leading to XSS vulnerabilities during dynamic component creation.
How do I fix CVE-2026-52725?
To fix CVE-2026-52725, update the `@angular/core` package to the latest version where the vulnerability has been addressed.
What components are vulnerable in CVE-2026-52725?
The vulnerability impacts the `createComponent` method in the `@angular/core` package, allowing improper component instantiation.
What are the potential impacts of CVE-2026-52725?
The potential impacts of CVE-2026-52725 include unauthorized script execution and exploitation of cross-site scripting (XSS) vulnerabilities.