chore(deps): update dependency @angular/common [security] - #15
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @angular/common [security]#15renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
December 4, 2025 22:35
23b303f to
758bcdb
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
January 8, 2026 23:49
758bcdb to
fe7ac90
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
2 times, most recently
from
March 14, 2026 05:55
6551f2b to
0ed3acd
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
April 15, 2026 19:24
0ed3acd to
b7a03c9
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
April 19, 2026 07:22
b7a03c9 to
3e4630a
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
May 2, 2026 23:23
3e4630a to
0e5710d
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
May 23, 2026 10:52
0e5710d to
154a54e
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
May 24, 2026 15:11
154a54e to
15f4c51
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
May 30, 2026 15:42
15f4c51 to
c6e7eaf
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
2 times, most recently
from
June 7, 2026 19:56
4fc58f6 to
da96dca
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
June 13, 2026 08:03
da96dca to
fdec7f5
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
June 14, 2026 19:54
fdec7f5 to
5aa83a2
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
June 21, 2026 03:30
5aa83a2 to
43e6771
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
June 25, 2026 04:01
43e6771 to
9c6d8e4
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
July 18, 2026 07:09
9c6d8e4 to
40deca0
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
July 30, 2026 07:42
40deca0 to
7c23470
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
August 1, 2026 14:47
7c23470 to
cd10dfd
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
August 6, 2026 03:43
cd10dfd to
93f552e
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
August 15, 2026 16:11
93f552e to
afb182c
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
August 19, 2026 04:17
afb182c to
6a6fbe8
Compare
renovate
Bot
force-pushed
the
renovate/npm-angular-common-vulnerability
branch
from
August 23, 2026 16:15
6a6fbe8 to
8bc1114
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.1.12→^9.1.12 || ^22.0.0~9.1.12→~19.2.0Angular is Vulnerable to XSRF Token Leakage via Protocol-Relative URLs in Angular HTTP Client
CVE-2025-66035 / GHSA-58c5-g7wp-6w37
More information
Details
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://orhttps://) 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 theX-XSRF-TOKENheader.Impact
The token leakage completely bypasses Angular's built-in CSRF protection, allowing an attacker to capture the user's valid XSRF token. Once the token is obtained, the attacker can perform arbitrary Cross-Site Request Forgery (CSRF) attacks against the victim user's session.
Attack Preconditions
POST) to a protocol-relative URL (e.g.,//attacker.com) that they control.Patches
Workarounds
Developers should 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.Severity
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:H/SI:N/SA:NReferences
This data is provided by the GitHub Advisory Database (CC-BY 4.0).
Release Notes
angular/angular (@angular/common)
v22.1.3Compare Source
animations
common
compiler
core
forms
FormFieldis appliedhttp
language-server
platform-browser
router
v22.1.2Compare Source
compiler
compiler-cli
core
forms
http
router
v22.1.1Compare Source
core
http
v22.1.0Compare Source
Deprecations
http
HttpClient.jsonp,HttpClientJsonpModule, and related JSONP classes/functions are deprecated. Use standard HTTP requests instead.common
compiler
compiler-cli
core
@contentforms
http
language-service
migrations
then/elsekeywords in control flow migrationplatform-server
router
v22.0.8Compare Source
common
core
forms
pendingstatus propagates to the root form in signal formshttp
migrations
v22.0.7Compare Source
common
compiler
compiler-cli
core
forms
http
localize
platform-browser
v22.0.6Compare Source
compiler
compiler-cli
forms/signals
migrations
router
v22.0.5Compare Source
common
compiler-cli
core
router
v22.0.4Compare Source
migrations
v22.0.3Compare Source
compiler
compiler-cli
core
http
service-worker
upgrade
v22.0.2Compare Source
common
compiler
core
http
migrations
v22.0.1Compare Source
Deprecations
platform-server
@angular/platform-serveris deprecated. Use standardfetchAPIs instead.(cherry picked from commit
8446e46)common
compiler
Configuration
📅 Schedule: (in timezone Europe/Zurich)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.