PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-50169 angular CVE debrief

CVE-2026-50169 is a medium-severity vulnerability affecting the Angular service worker. Prior to versions 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23, the service worker incorrectly reconstructs requests, stripping client-defined redirect policies. This can lead to unintended proxy behavior, potentially exposing sensitive data. The vulnerability has a CVSS score of 5.7 and is classified as CWE-200, CWE-441, and CWE-524.

Vendor
angular
Product
Unknown
CVSS
MEDIUM 5.7
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-22
Original CVE updated
2026-06-26
Advisory published
2026-06-22
Advisory updated
2026-06-26

Who should care

Developers using Angular service workers, especially those handling sensitive data or strict request policies, should be aware of this vulnerability. Web applications with client-side requests and strict redirect policies are at risk. Security teams monitoring for potential credential exposure or data leakage should prioritize patching.

Technical summary

The Angular service worker intercepts network requests for matched assets and reconstructs a new Request object using an internal helper function. During this reconstruction, the helper function strips the strict, client-defined request redirect policy configuration, falling back to the browser's default 'follow' strategy. This can bypass client-side requests with strict policies, automatically following HTTP 3xx redirects to other destinations. The vulnerability affects versions prior to 22.0.0-rc.2, 21.2.15, 20.3.22, and 19.2.23.

Defensive priority

Patching to versions 22.0.0-rc.2, 21.2.15, 20.3.22, or 19.2.23 is recommended. Review client-side request policies and consider implementing compensating controls to monitor and restrict sensitive data exposure.

Recommended defensive actions

  • Patch to versions 22.0.0-rc.2, 21.2.15, 20.3.22, or 19.2.23
  • Review and update client-side request policies
  • Monitor for potential credential exposure or data leakage
  • Implement compensating controls to restrict sensitive data exposure
  • Verify vendor remediation workflow and exception tracking

Evidence notes

The CVE record and NVD detail provide official information on the vulnerability. The source item URL offers additional context from the NVD database. References to issue tracking and patch information are available.

Official resources

This article is AI-assisted and based on the supplied source corpus.