CVE-2026-27738
Received
Received - Intake
Open Redirect in Angular SSR Enables Phishing and SEO Hijacking
Publication date: 2026-02-25
Last updated on: 2026-02-27
Assigner: GitHub, Inc.
Description
Description
The Angular SSR is a server-rise rendering tool for Angular applications. An Open Redirect vulnerability exists in the internal URL processing logic in versions on the 19.x branch prior to 19.2.21, the 20.x branch prior to 20.3.17, and the 21.x branch prior to 21.1.5 and 21.2.0-rc.1. The logic normalizes URL segments by stripping leading slashes; however, it only removes a single leading slash. When an Angular SSR application is deployed behind a proxy that passes the `X-Forwarded-Prefix` header, an attacker can provide a value starting with three slashes. This vulnerability allows attackers to conduct large-scale phishing and SEO hijacking. In order to be vulnerable, the application must use Angular SSR, the application must have routes that perform internal redirects, the infrastructure (Reverse Proxy/CDN) must pass the `X-Forwarded-Prefix` header to the SSR process without sanitization, and the cache must not vary on the `X-Forwarded-Prefix` header. Versions 21.2.0-rc.1, 21.1.5, 20.3.17, and 19.2.21 contain a patch. Until the patch is applied, developers should sanitize the `X-Forwarded-Prefix` header in their`server.ts` before the Angular engine processes the request.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| angular | angular_ssr | to 19.2.21|end_excluding=20.3.17|end_excluding=21.1.5|end_excluding=21.2.0-rc.1 (exc) |
| angular | angular_ssr | to 21.2.0-rc.1 (exc) |
| angular | angular_ssr | to 21.1.5 (exc) |
| angular | angular_ssr | to 20.3.17 (exc) |
| angular | angular_ssr | to 19.2.21 (exc) |
| angular | angular_cli | 21.1.4 |
| angular | angular_cli | From 21.2.0-next.0 (inc) to 21.2.0-rc.1 (exc) |
| angular | angular_cli | From 21.0.0-next.0 (inc) to 21.1.5 (exc) |
| angular | angular_cli | From 20.0.0-next.0 (inc) to 20.3.17 (exc) |
| angular | angular_cli | From 19.0.0-next.0 (inc) to 19.2.21 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-601 | The web application accepts a user-controlled input that specifies a link to an external site, and uses that link in a redirect. |