Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-88059
Published:September 10, 2026
Updated:September 15, 2026
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.28, 21.2.20, and 22.1.1, Angular's @angular/common HttpTransferCache can cache an authenticated response when Server-Side Rendering (SSR) and hydration use a hierarchical HttpClient configured with withRequestsMadeViaParent. The child TransferCache evaluates an initially anonymous request before delegation, then a parent withInterceptors chain adds an Authorization header, cookie, or API token; although the parent cache skips the authenticated request, the child still stores the private response in TransferState serialized as JSON in the ng-state script. Exploitation requires provideClientHydration, child provideHttpClient delegation through withRequestsMadeViaParent, parent-level credential injection, and an SSR HTML response shared across users by a CDN, reverse proxy, or application cache. A later unauthenticated or unauthorized visitor can receive the cached HTML containing the earlier authenticated user's sensitive response data. Applications can mitigate by attaching credentials at the child, filtering sensitive endpoints with withHttpTransferCacheOptions, disabling transfer caching for sensitive routes, or marking personalized HTML private or no-store. This issue is fixed in versions 20.3.28, 21.2.20, and 22.1.1.
Affected Packages
https://github.com/angular/angular.git (GITHUB):
Affected version(s) >=v20.3.16 <v20.3.28
Fix Suggestion:
Update to version v20.3.28
https://github.com/angular/angular.git (GITHUB):
Affected version(s) >=v22.0.0 <v22.1.1
Fix Suggestion:
Update to version v22.1.1
https://github.com/angular/angular.git (GITHUB):
Affected version(s) >=v21.0.4 <v21.2.20
Fix Suggestion:
Update to version v21.2.20
@angular/common (NPM):
Affected version(s) >=21.0.0 <21.2.20
Fix Suggestion:
Update to version 21.2.20
@angular/common (NPM):
Affected version(s) >=20.0.0 <20.3.28
Fix Suggestion:
Update to version 20.3.28
Do you need more information?
Contact Us
CVSS v4
Base Score:
6.3
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
LOW
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
LOW
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Use of Cache Containing Sensitive Information
Exposure of Sensitive Information to an Unauthorized Actor
EPSS
Base Score:
0.30