Back to list

Angular SSR has Open Redirect and Request Steering via Encoded X-Forwarded-Prefix — CVE-2026-44437

GitHub · GitHub · CVE-2026-44437

ID
CVE-2026-44437
Date
Updated
Activity
Source
GitHub
Vendor
GitHub
Threat
medium
CVSS
6.9

Summary

### Description 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…

Product

npm: @angular/ssr

What to do

General, cautious steps (verify details in the official source):

  • Review exposure and plan remediation based on risk and environment.
  • Identify affected product versions in your inventory and verify whether you are impacted.
  • Apply vendor patches/updates or recommended mitigations as soon as available.
  • Read the official advisory for exact affected versions and remediation steps.

Official advisory

Related advisories