CVE-2026-68945 Details
Description
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to 20.3.27, 21.2.19, and 22.0.2, HttpTransferCache comma-joins repeated request parameters, allowing semantically distinct HttpClient requests to use the same transfer-cache key and reuse a wrong backend response. This issue is fixed in versions 20.3.27, 21.2.19, and 22.0.2.
A vulnerability exists in Angular's HttpTransferCache component, affecting versions prior to 20.3.27, 21.2.19, and 22.0.2. The issue arises because the transfer cache improperly handles repeated request parameters, leading to the same cache key being generated for different HttpClient requests. This allows distinct requests to inadvertently share cached responses, potentially causing incorrect data to be used in subsequent application logic. In server-side rendered (SSR) applications, this could result in security-sensitive requests receiving inappropriate responses from the cache, based on earlier requests with different parameters.
Upgrade to Angular versions 20.3.27, 21.2.19, or 22.0.2. If an immediate upgrade is not possible, configure HttpClient requests to skip transfer caching for sensitive endpoints that use repeated parameter keys, or disable the HTTP transfer cache globally in the application bootstrap configuration.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Aug 3, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-345 | Insufficient Verification of Data Authenticity | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| angular angular | <= 19.2.25 >= 20.0.0, < 20.3.27 >= 21.0.0, < 21.2.19 >= 22.0.0, < 22.0.2 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 11, 2026 | Initial Analysis | [email protected] |
| Aug 3, 2026 | New CVE Received | [email protected] |
| Aug 3, 2026 | CVE Modified | CISA-ADP |