Lucene search
+L

233 matches found

AlpineLinux
AlpineLinux
added 2025/12/11 12:17 a.m.8 views

CVE-2025-67713

Miniflux 2 is an open source feed reader. Versions 2.2.14 and below treat redirecturl as safe when url.Parse....IsAbs is false, enabling phishing flows after login. Protocol-relative URLs like //ikotaslabs.com have an empty scheme and pass that check, allowing post-login redirects to...

6.1CVSS5.4AI score0.00216EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2025/12/10 5:18 p.m.13 views

Miniflux has an Open Redirect via protocol-relative redirect_url

Summary redirecturl is treated as safe when url.Parse....IsAbs is false. Protocol-relative URLs like //ikotaslabs.com have an empty scheme and pass that check, allowing post-login redirects to attacker-controlled sites. Details - url.Parse"//ikotaslabs.com" = empty Scheme, Host="ikotaslabs.com". ...

6.1CVSS6.9AI score0.00216EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/12/10 5:18 p.m.2 views

GHSA-WQV2-4WPG-8HC9 Miniflux has an Open Redirect via protocol-relative redirect_url

Summary redirecturl is treated as safe when url.Parse....IsAbs is false. Protocol-relative URLs like //ikotaslabs.com have an empty scheme and pass that check, allowing post-login redirects to attacker-controlled sites. Details - url.Parse"//ikotaslabs.com" = empty Scheme, Host="ikotaslabs.com". ...

5.3CVSS6.7AI score0.00216EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2025/12/10 12:0 a.m.8 views

PT-2025-50562

Name of the Vulnerable Software and Affected Versions Miniflux versions 2.2.14 and below Description Miniflux is an open source feed reader susceptible to an open redirect issue. Specifically, versions 2.2.14 and earlier incorrectly handle the redirect url parameter when url.Parse....IsAbs return...

6.1CVSS7.4AI score0.00216EPSS
SaveExploits1
RedhatCVE
RedhatCVE
added 2025/12/05 5:25 p.m.6 views

CVE-2025-66035

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

7.7CVSS6.5AI score0.00645EPSS
SaveExploits0References10
Tenable Nessus
Tenable Nessus
added 2025/12/01 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2025-66035

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages. Prior to versions 19.2.16,...

7.7CVSS6.3AI score0.00645EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/26 11:18 p.m.18 views

GHSA-58C5-G7WP-6W37 Angular is Vulnerable to XSRF Token Leakage via Protocol-Relative URLs in Angular HTTP Client

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

7.7CVSS6.9AI score0.00645EPSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2025/11/26 11:18 p.m.14 views

Angular is Vulnerable to XSRF Token Leakage via Protocol-Relative URLs in Angular HTTP Client

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

7.7CVSS6.9AI score0.00645EPSS
SaveExploits0References11Affected Software1
NVD
NVD
added 2025/11/26 11:15 p.m.25 views

CVE-2025-66035

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

7.7CVSS0.00645EPSS
SaveExploits0References9
OSV
OSV
added 2025/11/26 11:15 p.m.6 views

DEBIAN-CVE-2025-66035

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

7.7CVSS6.6AI score0.00645EPSS
SaveExploits0References1
OSV
OSV
added 2025/11/26 11:15 p.m.7 views

UBUNTU-CVE-2025-66035

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

7.7CVSS6.5AI score0.00645EPSS
SaveExploits0References9
Snyk
Snyk
added 2025/11/26 10:44 p.m.22 views

Insertion of Sensitive Information Into Sent Data

Overview Affected versions of this package are vulnerable to Insertion of Sensitive Information Into Sent Data via the HttpClient which has a built-in XSRF protection mechanism. An attacker can obtain sensitive authentication tokens by crafting requests using protocol-relative URLs that cause the...

8.6CVSS6.9AI score0.00645EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/11/26 10:18 p.m.11 views

EUVD-2025-199769

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

7.7CVSS6.1AI score0.00645EPSS
SaveExploits0References8
CVE
CVE
added 2025/11/26 10:18 p.m.510 views

CVE-2025-66035

CVE-2025-66035 affects Angular's HttpClient, allowing a XSRF token leakage via protocol-relative URLs (//) that are treated as same-origin, causing the token to be sent in X-XSRF-TOKEN. Impact described as credential leakage through app logic, enabling unauthorized CSRF token disclosure to attack...

7.7CVSS6.2AI score0.00645EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/11/26 10:18 p.m.11 views

CVE-2025-66035

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

7.7CVSS5.9AI score0.00645EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/11/26 10:18 p.m.2 views

CVE-2025-66035 Angular HTTP Client Has XSRF Token Leakage via Protocol-Relative URLs

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

7.7CVSS6.2AI score0.00645EPSS
SaveExploits0References7
OSV
OSV
added 2025/11/26 10:18 p.m.14 views

CVE-2025-66035 Angular HTTP Client Has XSRF Token Leakage via Protocol-Relative URLs

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

7.7CVSS6.6AI score
SaveExploits0References11
Cvelist
Cvelist
added 2025/11/26 10:18 p.m.19 views

CVE-2025-66035 Angular HTTP Client Has XSRF Token Leakage via Protocol-Relative URLs

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

7.7CVSS0.00645EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/11/26 12:0 a.m.10 views

PT-2025-48196

Name of the Vulnerable Software and Affected Versions Angular versions prior to 19.2.16 Angular versions prior to 20.3.14 Angular versions prior to 21.0.1 Description Angular’s HttpClient has a built-in Cross-Site Request Forgery XSRF protection mechanism. When handling requests with...

7.7CVSS6.5AI score0.00645EPSS
SaveExploits0References33
CNNVD
CNNVD
added 2025/11/26 12:0 a.m.9 views

Angular 安全漏洞

Angular is a development platform of Angular open source. It is used to build mobile and desktop web applications using Typescript / JavaScript and other languages. A security vulnerability exists in Angular versions prior to 19.2.16, prior to 20.3.14, and prior to 21.0.1, which stems from the...

7.7CVSS6.5AI score0.00645EPSS
SaveExploits0References8
Rows per page
Query Builder