CVE-2026-44437 PUBLISHED

Angular SSR: Open Redirect and Request Steering via Encoded X-Forwarded-Prefix

Assigner: GitHub_M
Reserved: 06.05.2026 Published: 13.05.2026 Updated: 13.05.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:N
CVSS Score: 6.9

Product Status

Vendor angular
Product angular-cli
Versions
  • Version >= 22.0.0-next.0, < 22.0.0-next.7 is affected
  • Version >= 21.0.0-next.0, < 21.2.9 is affected
  • Version >= 20.0.0-next.0, < 20.3.25 is affected
  • Version >= 19.0.0-next.0, < 19.2.25 is affected

References

Problem Types

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') CWE
  • CWE-601: URL Redirection to Untrusted Site ('Open Redirect') CWE