Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-66035 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

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

CVSS 3.x Severity and Vector Strings:

References 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-IDCWE NameSource
CWE-201Insertion of Sensitive Information Into Sent Data[email protected]
CWE-359Exposure of Private Personal Information to an Unauthorized Actor[email protected]

Affected Products

ProductVersions
Angular
>= 21.0.0-next.0, < 21.0.1 (semver)
>= 20.0.0-next.0, < 20.3.14 (semver)
>= 19.0.0-next.0, < 19.2.16 (semver)
<= 18.2.14 (semver)

CPE

  • cpe:2.3:a:angular:angular:*:*:*:*:*:node.js:*:*

Remediation

  • Upgrade: 21.0.1moderate effort
  • Upgrade: 20.3.14moderate effort
  • Upgrade: 19.2.16moderate effort
  • Mitigation:low effort

    Avoid 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.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-66035
NVD Published Date:
Nov 26, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-66035 Details - Not Deferred