CVE-2026-54264: Angular: Sensitive Header Leakage on Cross-Origin Redirects in Angular Service Worker
An information disclosure vulnerability exists in the @angular/service-worker package of the Angular framework. When the Service Worker fetches assets, it preserves metadata (such as headers) from the original request. However, on cross-origin redirects, the Service Worker fails to strip sensitive headers, violating the Fetch redirect algorithm.
This allows a remote attacker to obtain sensitive credentials (e.g., Authorization tokens, Proxy-Authorization credentials, or session cookies) by triggering a cross-origin redirect to an untrusted external origin.
Impact If an application configured with the Angular Service Worker fetches assets with credential headers (such as Authorization header), and one of those requests is redirected to a different origin, the Service Worker will forward those headers to the new origin. This exposes critical credentials and session identifiers to unauthorized third-party servers.
Attack Preconditions For this vulnerability to be exploitable: 1. Vulnerable Configuration: The application must utilize the @angular/service-worker package to fetch assets. 2. Credentialed Requests: The application must attach sensitive request headers (like Authorization, Proxy-Authorization, or rely on cookies) to asset-group requests. 3. Redirect Flow: These requests must encounter a cross-origin redirect to an attacker-controlled or untrusted domain.
Patched Versions 22.0.1 21.2.17 20.3.25
Credits This vulnerability was discovered and reported by CodeMender from Google DeepMind.
Other sources
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 22.0.1, 21.2.17, and 20.3.25, an information disclosure vulnerability exists in the @angular/service-worker package of the Angular framework. When the Service Worker fetches assets, it preserves metadata (such as headers) from the original request. However, on cross-origin redirects, the Service Worker fails to strip sensitive headers, violating the Fetch redirect algorithm. This allows a remote attacker to obtain sensitive credentials (e.g., Authorization tokens, Proxy-Authorization credentials, or session cookies) by triggering a cross-origin redirect to an untrusted external origin. This vulnerability is fixed in 22.0.1, 21.2.17, and 20.3.25.
— MITRE
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
npm/@angular/service-workerto a version that resolves this vulnerability.Fixed in 20.3.25 - Upgrade
Upgrade
npm/@angular/service-workerto a version that resolves this vulnerability.Fixed in 21.2.17 - Upgrade
Upgrade
npm/@angular/service-workerto a version that resolves this vulnerability.Fixed in 22.0.1 - Upgrade
Upgrade
@angular/service-worker (Angular framework)to a version that resolves this vulnerability.Fixed in 22.0.1 - Upgrade
Upgrade
@angular/service-worker (Angular framework)to a version that resolves this vulnerability.Fixed in 21.2.17 - Upgrade
Upgrade
@angular/service-worker (Angular framework)to a version that resolves this vulnerability.Fixed in 20.3.25
Event History
Frequently Asked Questions
What is the severity of CVE-2026-54264?
CVE-2026-54264 has a risk rating of 54, indicating a moderate level of severity.
How can I fix CVE-2026-54264?
To fix CVE-2026-54264, update the @angular/service-worker package to the latest version that addresses this vulnerability.
What is the nature of the issue in CVE-2026-54264?
CVE-2026-54264 is an information disclosure vulnerability that occurs due to the preservation of metadata on cross-origin redirects.
Which software is affected by CVE-2026-54264?
CVE-2026-54264 affects the @angular/service-worker package in the Angular framework.
When was CVE-2026-54264 published?
CVE-2026-54264 was published on June 15, 2026.