Common: Angular: Information Leak via `HttpTransferCache` Bypass When Using `withRequestsMadeViaParent` (CVE-2026-88059)
A vulnerability in @angular/common's HttpTransferCache allows sensitive authenticated response data to be cached and leaked to unauthorized users when using Server-Side Rendering (SSR) with hydration and a hierarchical HttpClient configuration employing withRequestsMadeViaParent(). This occurs because the child HttpClient marks requests as cacheable before parent interceptors inject authentication headers, causing private data to be cached and potentially served to other users via shared caches. The issue is fixed in versions 22.1.1, 21.2.20, and 20.3.28.
AI Analysis
Technical Summary
The vulnerability arises from the HttpTransferCache utility in @angular/common, which caches HTTP responses during SSR to optimize hydration. When a child HttpClient delegates requests to a parent client using withRequestsMadeViaParent(), the child evaluates cache eligibility before the parent injects authentication credentials. If the child sees the request as anonymous, it caches the response even if the parent later authenticates the request and the response contains sensitive data. This cached response can be embedded in SSR HTML and served to other users if shared caching layers are used. The flaw is addressed by updating @angular/common to run root interceptors only in the parent chain, ensuring cache eligibility is evaluated after authentication headers are added.
Potential Impact
Exploitation can lead to leakage of sensitive, user-specific information to unauthorized users. Specifically, authenticated response data may be cached in SSR HTML pages and served to other users via shared caches such as CDNs or reverse proxies, violating confidentiality.
Mitigation Recommendations
A patch is available in @angular/common versions 22.1.1, 21.2.20, and 20.3.28 that resolves the issue by adjusting interceptor execution order. Applications should upgrade to these versions to remediate the vulnerability. For those unable to upgrade immediately, mitigations include attaching authentication credentials directly on the child HttpClient or applying explicit cache filters on the child client to exclude sensitive endpoints from caching.
Common: Angular: Information Leak via `HttpTransferCache` Bypass When Using `withRequestsMadeViaParent` (CVE-2026-88059)
Description
A vulnerability in @angular/common's HttpTransferCache allows sensitive authenticated response data to be cached and leaked to unauthorized users when using Server-Side Rendering (SSR) with hydration and a hierarchical HttpClient configuration employing withRequestsMadeViaParent(). This occurs because the child HttpClient marks requests as cacheable before parent interceptors inject authentication headers, causing private data to be cached and potentially served to other users via shared caches. The issue is fixed in versions 22.1.1, 21.2.20, and 20.3.28.
CVSS v3.1
Score 4.0medium
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The vulnerability arises from the HttpTransferCache utility in @angular/common, which caches HTTP responses during SSR to optimize hydration. When a child HttpClient delegates requests to a parent client using withRequestsMadeViaParent(), the child evaluates cache eligibility before the parent injects authentication credentials. If the child sees the request as anonymous, it caches the response even if the parent later authenticates the request and the response contains sensitive data. This cached response can be embedded in SSR HTML and served to other users if shared caching layers are used. The flaw is addressed by updating @angular/common to run root interceptors only in the parent chain, ensuring cache eligibility is evaluated after authentication headers are added.
Potential Impact
Exploitation can lead to leakage of sensitive, user-specific information to unauthorized users. Specifically, authenticated response data may be cached in SSR HTML pages and served to other users via shared caches such as CDNs or reverse proxies, violating confidentiality.
Mitigation Recommendations
A patch is available in @angular/common versions 22.1.1, 21.2.20, and 20.3.28 that resolves the issue by adjusting interceptor execution order. Applications should upgrade to these versions to remediate the vulnerability. For those unable to upgrade immediately, mitigations include attaching authentication credentials directly on the child HttpClient or applying explicit cache filters on the child client to exclude sensitive endpoints from caching.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-p297-fm68-3q8c
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-88059"]
- Ecosystems
- ["npm"]
- Database Specific Severity
- MODERATE
- Cvss Version
- 3.1
Threat ID: 6aa3295e91cc7f3848d18df5
Added to database: 09/10/2026, 22:04:14 UTC
Last enriched: 09/10/2026, 22:06:24 UTC
Last updated: 09/10/2026, 22:06:24 UTC
Views: 1
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.