GHSA-39pv-4j6c-2g6v · Severity: high · Ecosystem: npm — @angular/common: Weak 32-Bit Cache Key Hashing in `HttpTransferCache` Leading to Cross-Request Data Leakage and State Poisoning
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, Angular's HttpTransferCache caches HTTP requests made during Server-Side Rendering (SSR) so that they can be reused during client-side hydration. This avoids repeating the same HTTP requests on the client. The cached responses are stored in TransferState using a cache key generated by hashing request properties (method, response type, mapped URL, serialized body, and sorted query parameters). The cache keys are generated using a weak 32-bit DJB2-like polynomial rolling hash. The 32-bit hash space is extremely small, allowing attackers to find hash collisions. An attacker can easily find a query parameter string (e.g., q=aaCAZMMM for a search request) that produces the exact same 32-bit hash as a sensitive endpoint (e.g., /api/user/profile). When a victim visits a crafted link containing the colliding parameter, the SSR process executes both the search request and the profile request. Due to the hash collision, the search response overwrites the profile response in the TransferState cache. This vulnerability is fixed in 22.0.1, 21.2.17, and 20.3.25.
Conclusion & alert: CVE-2026-54266 is rated Low Risk (36.7/100): CVSS High severity, with low exploitation likelihood (EPSS 0.14%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-23 | 0.01% | 0.14% | +0.13% |
| 2 | 2026-06-13 | — | 0.01% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.8 | 4.0 | HIGH |
|
— | — | [email protected] |
| 6.1 | 3.1 | MEDIUM |
|
2.8 | 2.7 | [email protected] |
GHSA-39pv-4j6c-2g6v · Severity: high · Ecosystem: npm — @angular/common: Weak 32-Bit Cache Key Hashing in `HttpTransferCache` Leading to Cross-Request Data Leakage and State Poisoning
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-54266 not yet assigned priority: Debian including 1 source packages (angular.js), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): undetermined 5. | https://security-tracker.debian.org/tracker/CVE-2026-54266 |
ubuntu
|
medium | CVE-2026-54266 medium priority: Ubuntu including 1 source packages (angular.js), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, resolute, upstream, xenial): needs-triage 8. | https://ubuntu.com/security/CVE-2026-54266 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| angular | angular | <= 19.2.25 | cpe:2.3:a:angular:angular:*:*:*:*:*:node.js:*:* |
| angular | angular | >= 20.0.0, < 20.3.25 | cpe:2.3:a:angular:angular:*:*:*:*:*:node.js:*:* |
| angular | angular | >= 21.0.0, < 21.2.17 | cpe:2.3:a:angular:angular:*:*:*:*:*:node.js:*:* |
| angular | angular | >= 22.0.0, < 22.0.1 | cpe:2.3:a:angular:angular:*:*:*:*:*:node.js:*:* |
| URL | Tags |
|---|---|
| https://github.com/angular/angular/commit/5f36274da3f961430ae72865159afa02a1dd9133 | Patch |
| https://github.com/angular/angular/pull/69153 | Issue Tracking Patch |
| https://github.com/angular/angular/security/advisories/GHSA-39pv-4j6c-2g6v | Third Party Advisory |