CVE-2026-44437 Details
Description
The Angular SSR is a server-rise rendering tool for Angular applications. From 19.0.0-next.0 to before 19.2.25, 20.3.25, 21.2.9, and 22.0.0-next.7, a vulnerability exists in the X-Forwarded-Prefix header processing logic within Angular SSR. The internal validation mechanism fails to properly account for URL-encoded characters, specifically dots (%2e%2e). This allows an attacker to bypass security filters by injecting encoded path traversal sequences that are later decoded and utilized by the application logic. When an Angular SSR application is configured to trust proxy headers and is deployed behind a proxy that forwards the X-Forwarded-Prefix header without prior sanitization, an attacker can provide a payload such as /%2e%2e/evil. This vulnerability is fixed in19.2.25, 20.3.25, 21.2.9, and 22.0.0-next.7.
A vulnerability exists in the Angular Server-Side Rendering (SSR) tool, specifically in versions 19.0.0-next.0 prior to 19.2.25, 20.0.0-next.0 prior to 20.3.25, 21.0.0-next.0 prior to 21.2.9, and 22.0.0-next.0 prior to 22.0.0-next.7. The issue arises from the application's handling of the X-Forwarded-Prefix header, where the validation process fails to properly manage URL-encoded characters, particularly dots. This flaw enables attackers to bypass security measures by injecting encoded path traversal sequences that are subsequently decoded and exploited within the application. The vulnerability is triggered when an Angular SSR application, configured to trust proxy headers, is deployed behind a proxy that forwards the X-Forwarded-Prefix header without proper sanitization. In such cases, an attacker can inject a payload that manipulates the application's routing or server-side requests.
To address this vulnerability, users should update to Angular SSR versions 19.2.25, 20.3.25, 21.2.9, or 22.0.0-next.7. Additionally, developers can manually sanitize the X-Forwarded-Prefix header in their server.ts file before the patch is applied. Instructions for configuring trusted proxy headers in Angular applications are also available.
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.
CISA-ADP
Assessed May 14, 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.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-601 | URL Redirection to Untrusted Site ('Open Redirect') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| angular angular cli | >= 19.0.0, < 19.2.25 >= 20.0.0, < 20.3.25 >= 21.0.0, < 21.2.9 22.0.0 next0 22.0.0 next1 22.0.0 next2 22.0.0 next3 22.0.0 next4 22.0.0 next5 22.0.0 next6 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 28, 2026 | Initial Analysis | [email protected] |
| May 13, 2026 | New CVE Received | [email protected] |