CVE-2026-27739 Details
Description
The Angular SSR is a server-rise rendering tool for Angular applications. Versions prior to 21.2.0-rc.1, 21.1.5, 20.3.17, and 19.2.21 have a Server-Side Request Forgery (SSRF) vulnerability in the Angular SSR request handling pipeline. The vulnerability exists because Angular’s internal URL reconstruction logic directly trusts and consumes user-controlled HTTP headers specifically the Host and `X-Forwarded-*` family to determine the application's base origin without any validation of the destination domain. Specifically, the framework didn't have checks for the host domain, path and character sanitization, and port validation. This vulnerability manifests in two primary ways: implicit relative URL resolution and explicit manual construction. When successfully exploited, this vulnerability allows for arbitrary internal request steering. This can lead to credential exfiltration, internal network probing, and a confidentiality breach. In order to be vulnerable, the victim application must use Angular SSR (Server-Side Rendering), the application must perform `HttpClient` requests using relative URLs OR manually construct URLs using the unvalidated `Host` / `X-Forwarded-*` headers using the `REQUEST` object, the application server must be reachable by an attacker who can influence these headers without strict validation from a front-facing proxy, and the infrastructure (Cloud, CDN, or Load Balancer) must not sanitize or validate incoming headers. Versions 21.2.0-rc.1, 21.1.5, 20.3.17, and 19.2.21 contain a patch. Some workarounds are available. Avoid using `req.headers` for URL construction. Instead, use trusted variables for base API paths. Those who cannot upgrade immediately should implement a middleware in their `server.ts` to enforce numeric ports and validated hostnames.
A Server-Side Request Forgery (SSRF) vulnerability has been identified in Angular's Server-Side Rendering (SSR) tool, specifically in versions prior to 21.2.0-rc.1, 21.1.5, 20.3.17, and 19.2.21. The vulnerability arises because Angular's URL reconstruction process blindly trusts user-controlled HTTP headers, such as the Host and X-Forwarded-* headers, to establish the application's base origin. This lack of validation can be exploited to manipulate URL resolutions and request destinations, potentially leading to unauthorized access to internal resources and sensitive information.
Users can upgrade to Angular versions 21.2.0-rc.1, 21.1.5, 20.3.17, or 19.2.21. For those unable to upgrade immediately, it is recommended to implement a middleware in the server.ts file to enforce numeric port validation and host name checks. Additionally, avoid using unvalidated request headers for URL construction.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Feb 25, 2026CISA-ADP
Assessed Feb 27, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://angular.dev/best-practices/security#preventing-server-side-request-forgery-ssrf | [email protected] | RemedyVendor |
| https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/SSRF | [email protected] | Not Applicable |
| https://github.com/angular/angular-cli/pull/32516 | [email protected] | Issue TrackingVendor |
| https://github.com/angular/angular-cli/security/advisories/GHSA-x288-3778-4hhx | [email protected] | AdvisoryRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Angular SSR | >= 21.2.0-next.0, < 21.2.0-rc.1 (semver) >= 21.0.0-next.0, < 21.1.5 (semver) >= 20.0.0-next.0, < 20.3.17 (semver) >= 19.0.0-next.0, < 19.2.21 (semver) <= 18.2.21 (semver) |
CPE
Remediation
| |
| @angular/ssr | All versions |
CPE
Remediation
| |
| @nguniversal/common | All versions |
CPE
Remediation
| |
| @nguniversal/express-engine | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 25, 2026 | New CVE Received | [email protected] |
Volerion