U.S. flag   An official website of the United States government
Dot gov

Official websites use .gov
A .gov website belongs to an official government organization in the United States.

Https

Secure .gov websites use HTTPS
A lock (Dot gov) or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.

CVE-2025-66035 Detail

Description

Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to versions 19.2.16, 20.3.14, and 21.0.1, there is a XSRF token leakage via protocol-relative URLs in angular HTTP clients. The vulnerability is a Credential Leak by App Logic that leads to the unauthorized disclosure of the Cross-Site Request Forgery (XSRF) token to an attacker-controlled domain. Angular's HttpClient has a built-in XSRF protection mechanism that works by checking if a request URL starts with a protocol (http:// or https://) to determine if it is cross-origin. If the URL starts with protocol-relative URL (//), it is incorrectly treated as a same-origin request, and the XSRF token is automatically added to the X-XSRF-TOKEN header. This issue has been patched in versions 19.2.16, 20.3.14, and 21.0.1. A workaround for this issue involves avoiding using protocol-relative URLs (URLs starting with //) in HttpClient requests. All backend communication URLs should be hardcoded as relative paths (starting with a single /) or fully qualified, trusted absolute URLs.


Metrics

NVD enrichment efforts reference publicly available information to associate vector strings. CVSS information contributed by other sources is also displayed.
CVSS 4.0 Severity and Vector Strings:

NIST CVSS score
NIST: NVD
N/A
NVD assessment not yet provided.

Nist CVSS score does not match with CNA score
CNA:  GitHub, Inc.
CVSS-B 7.7 HIGH
Vector:  CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:N

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving NIST webspace. We have provided these links to other web sites because they may have information that would be of interest to you. No inferences should be drawn on account of other sites being referenced, or not, from this page. There may be other web sites that are more appropriate for your purpose. NIST does not necessarily endorse the views expressed, or concur with the facts presented on these sites. Further, NIST does not endorse any commercial products that may be mentioned on these sites. Please address comments about this page to [email protected].

URL Source(s) Tag(s)
https://github.com/angular/angular/commit/0276479e7d0e280e0f8d26fa567d3b7aa97a516f GitHub, Inc.
https://github.com/angular/angular/commit/05fe6686a97fa0bcd3cf157805b3612033f975bc GitHub, Inc.
https://github.com/angular/angular/commit/3240d856d942727372a705252f7c8c115394a41e GitHub, Inc.
https://github.com/angular/angular/releases/tag/19.2.16 GitHub, Inc.
https://github.com/angular/angular/releases/tag/20.3.14 GitHub, Inc.
https://github.com/angular/angular/releases/tag/21.0.1 GitHub, Inc.
https://github.com/angular/angular/security/advisories/GHSA-58c5-g7wp-6w37 GitHub, Inc.

Weakness Enumeration

CWE-ID CWE Name Source
CWE-359 Exposure of Private Personal Information to an Unauthorized Actor GitHub, Inc.  
CWE-201 Insertion of Sensitive Information Into Sent Data GitHub, Inc.  

Change History

1 change records found show changes

Quick Info

CVE Dictionary Entry:
CVE-2025-66035
NVD Published Date:
11/26/2025
NVD Last Modified:
11/26/2025
Source:
GitHub, Inc.