{"id":"CVE-2026-52725","aliases":["GHSA-692r-grfm-v8x7"],"title":"@angular/core: Angular Template and Dynamic Component Namespace Bypass leading to Cross-Site Scripting (XSS)","summary":"@angular/core: Angular Template and Dynamic Component Namespace Bypass leading to Cross-Site Scripting (XSS)","severity":"medium","cwe":["CWE-79"],"vendor":"angular","product":"@angular/core","ecosystem":"npm","affected":["@angular/core >= 21.0.0-next.0, < 21.2.15","@angular/core >= 22.0.0-next.0, < 22.0.0-rc.2","@angular/core >= 19.0.0-next.0, < 19.2.22","@angular/core <= 18.2.14","@angular/core >= 20.0.0-next.0, < 20.3.22"],"patched":["@angular/core 21.2.15","@angular/core 22.0.0-rc.2","@angular/core 19.2.23","@angular/core 20.3.22"],"published":"2026-06-15","updated":"2026-06-15","source":"GHSA","sourceUrl":"https://github.com/advisories/GHSA-692r-grfm-v8x7","references":[{"url":"https://github.com/angular/angular/security/advisories/GHSA-692r-grfm-v8x7"},{"url":"https://github.com/angular/angular/pull/68686"},{"url":"https://github.com/angular/angular/pull/68713"},{"url":"https://github.com/advisories/GHSA-692r-grfm-v8x7"}],"tags":["ghsa","npm"],"epss":0.00398,"epssPercentile":0.31131,"ingestedAt":"2026-07-07T15:41:58.953Z","slug":"CVE-2026-52725","body":"## Overview\n\nAn issue in the `@angular/core` package allows bypassing script-execution restrictions during dynamic component creation.\n\nSpecifically, 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.\n\nThis 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).\n\n### Impact\nAny Angular application that registers dynamic components based on user-supplied parameters (like selectors or host elements) is vulnerable to this security bypass.\n\nOnce 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.\n\n### Attack Preconditions\nTo successfully exploit these vulnerabilities, the following environment parameters and application states must all concurrently exist:\n1. **User-Controlled Host Selection:** The application must accept user-controlled inputs that are passed as a selector/host element to `createComponent`.\n2. **Absence of Additional Context Sanitization:** The application does not perform separate input sanitization before feeding values to the dynamic creation APIs.\n\n### Patches\n* 22.0.0-rc.2\n* 21.2.15\n* 20.3.22\n* 19.2.23\n\n## Affected packages\n\n- `@angular/core >= 21.0.0-next.0, < 21.2.15`\n- `@angular/core >= 22.0.0-next.0, < 22.0.0-rc.2`\n- `@angular/core >= 19.0.0-next.0, < 19.2.22`\n- `@angular/core <= 18.2.14`\n- `@angular/core >= 20.0.0-next.0, < 20.3.22`\n\n## Remediation\n\nUpgrade to a patched release:\n\n- `@angular/core 21.2.15`\n- `@angular/core 22.0.0-rc.2`\n- `@angular/core 19.2.23`\n- `@angular/core 20.3.22`","depth":"sunlit","depthScore":28,"depthScoreParts":{"impact":27.5,"likelihood":0.1,"exploitation":0,"ransomware":0},"changes":[]}