CVE-2026-54266
Last modified
CVE-2026-54266 is a medium-severity vulnerability rated 6.1/10 on the CVSS scale. 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. EPSS estimates a 0.09% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Angular | Angular | <= 19.2.25 |
| Angular | Angular | >= 20.0.0, < 20.3.25 |
| Angular | Angular | >= 21.0.0, < 21.2.17 |
| Angular | Angular | >= 22.0.0, < 22.0.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54266?
How severe is CVE-2026-54266?
How do I fix CVE-2026-54266?
How Strix Helps
- Same Subject, Wrong User: A Cross-Issuer Account Takeover in n8nStrix found an identity-binding bug in n8n's token-exchange flow enabling account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54260Wagtail is an open source content management system built on…2.7
- CVE-2026-54261Wagtail is an open source content management system built on…6.5
- CVE-2026-54262Wagtail is an open source content management system built on…4.3
- CVE-2026-54263Wagtail is an open source content management system built on…7.3
- CVE-2026-54264Angular is a development platform for building mobile and de…6.1
- CVE-2026-54265Angular is a development platform for building mobile and de…6.1
- CVE-2026-54267Angular is a development platform for building mobile and de…6.1
- CVE-2026-54268Angular is a development platform for building mobile and de…7.5
- CVE-2026-54269protobufjs compiles protobuf definitions into JavaScript (JS…5.3
- CVE-2026-5427The Kubio plugin for WordPress is vulnerable to Arbitrary Fi…5.3
- CVE-2026-54270protobufjs compiles protobuf definitions into JavaScript (JS…5.3
- CVE-2026-54271protobufjs-cli is the command line add-on for protobuf.js. P…8.2
Are you affected by CVE-2026-54266?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
