Lucene search
+L

588 matches found

Microsoft CVE
Microsoft CVE
added 2024/04/15 7:00 a.m.9 views

Undici's Proxy-Authorization header not cleared on cross-origin redirect for dispatch request stream pipeline

...

4.3CVSS6.7AI score0.00734EPSS
SaveExploits0
Hacker One
Hacker One
added 2024/04/07 2:32 p.m.73 views

Internet Bug Bounty: Proxy-Authorization header not cleared on cross-origin redirect in undici.request

The Proxy-Authorization header was not cleared on cross-origin redirects in the Undici HTTP client library. This issue was reported and patched in later versions of Undici...

4.3CVSS4.6AI score0.00734EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/04 8:21 p.m.28 views

CVE-2024-30260

A flaw was found in the nodejs-undici package. Proxy-Authorization headers are not cleared on cross-origin redirects, which can allow for the exposure of sensitive data or allow an attacker to capture the persistent proxy-authentication header. Mitigation Mitigation for this issue is either not...

3.9CVSS4AI score0.00734EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/04 4:15 p.m.12 views

AZL-39734 CVE-2024-30260 affecting package nodejs for versions less than 20.14.0-1

Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for fetch, but did not clear them for undici.request. This vulnerability was patched in versions 5.28.4 and 6.11.1...

4.3CVSS6.6AI score0.00734EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/04 4:15 p.m.1 views

DEBIAN-CVE-2024-30260

Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for fetch, but did not clear them for undici.request. This vulnerability was patched in versions 5.28.4 and 6.11.1...

4.3CVSS6.2AI score0.00734EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/04 4:15 p.m.24 views

CVE-2024-30260

Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for fetch, but did not clear them for undici.request. This vulnerability was patched in versions 5.28.4 and 6.11.1...

4.3CVSS6.8AI score0.00734EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/04/04 3:15 p.m.41 views

CVE-2024-30260 Undici's Proxy-Authorization header not cleared on cross-origin redirect for dispatch, request, stream, pipeline

Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for fetch, but did not clear them for undici.request. This vulnerability was patched in versions 5.28.4 and 6.11.1...

3.9CVSS4.8AI score0.00734EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2024/04/04 3:15 p.m.46 views

CVE-2024-30260

Undici is an HTTP/1.1 client, written from scratch for Node.js. Undici cleared Authorization and Proxy-Authorization headers for fetch, but did not clear them for undici.request. This vulnerability was patched in versions 5.28.4 and 6.11.1...

4.3CVSS6.1AI score0.00734EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2024/04/04 2:20 p.m.70 views

Undici's Proxy-Authorization header not cleared on cross-origin redirect for dispatch, request, stream, pipeline

Impact Undici cleared Authorization and Proxy-Authorization headers for fetch, but did not clear them for undici.request. Patches This has been patched in https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75. Fixes has been released in v5.28.4 and v6.11.1. Workarounds...

4.3CVSS4.7AI score0.00734EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2024/04/04 2:20 p.m.16 views

GHSA-M4V8-WQVR-P9F7 Undici's Proxy-Authorization header not cleared on cross-origin redirect for dispatch, request, stream, pipeline

Impact Undici cleared Authorization and Proxy-Authorization headers for fetch, but did not clear them for undici.request. Patches This has been patched in https://github.com/nodejs/undici/commit/6805746680d27a5369d7fb67bc05f95a28247d75. Fixes has been released in v5.28.4 and v6.11.1. Workarounds...

3.9CVSS6.7AI score0.00734EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2024/04/04 12:00 a.m.7 views

PT-2024-2954 · Node.Js +3 · Undici +3

Name of the Vulnerable Software and Affected Versions: Undici versions prior to 5.28.4 Undici versions prior to 6.11.1 Description: The issue is related to the Undici HTTP/1.1 client for Node.js, which has a flaw in its authorization procedure. Specifically, Undici clears Authorization and...

8.2CVSS7.4AI score0.87211EPSS
SaveExploits3References67
CNNVD
CNNVD
added 2024/04/04 12:00 a.m.5 views

Undici 安全漏洞

undici is an HTTP/1.1 client. A security vulnerability exists in Undici that stems from not clearing the Proxy-Authorization header when performing cross-domain redirects for dispatch, request, stream, pipeline, etc. Affected products and versions: Undici versions prior to 5.28.3, 6.0.0 through...

4.3CVSS6.3AI score0.00734EPSS
SaveExploits0References8
Microsoft CVE
Microsoft CVE
added 2024/03/25 7:00 a.m.7 views

Proxy-Authorization header kept across hosts in follow-redirects

...

6.5CVSS6.9AI score0.01044EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2024/03/14 5:19 p.m.54 views

follow-redirects' Proxy-Authorization header kept across hosts

When using axios, its dependency follow-redirects only clears authorization header during cross-domain redirect, but allows the proxy-authentication header which contains credentials too. Steps To Reproduce & PoC Test code: js const axios = require'axios'; axios.get'http://127.0.0.1:10081/',...

6.5CVSS6.5AI score0.01044EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2024/03/14 5:19 p.m.19 views

GHSA-CXJH-PQWP-8MFP follow-redirects' Proxy-Authorization header kept across hosts

When using axios, its dependency follow-redirects only clears authorization header during cross-domain redirect, but allows the proxy-authentication header which contains credentials too. Steps To Reproduce & PoC Test code: js const axios = require'axios'; axios.get'http://127.0.0.1:10081/',...

6.5CVSS6.8AI score0.01044EPSS
SaveExploits1References8
Cvelist
Cvelist
added 2024/03/14 5:07 p.m.35 views

CVE-2024-28849 Proxy-Authorization header kept across hosts in follow-redirects

follow-redirects is an open source, drop-in replacement for Node's http and https modules that automatically follows redirects. In affected versions follow-redirects only clears authorization header during cross-domain redirect, but keep the proxy-authentication header which contains credentials...

6.5CVSS6.5AI score0.01044EPSS
SaveExploits1References6
Vulnrichment
Vulnrichment
added 2024/03/14 5:07 p.m.30 views

CVE-2024-28849 Proxy-Authorization header kept across hosts in follow-redirects

follow-redirects is an open source, drop-in replacement for Node's http and https modules that automatically follows redirects. In affected versions follow-redirects only clears authorization header during cross-domain redirect, but keep the proxy-authentication header which contains credentials...

6.5CVSS6.6AI score0.01044EPSS
SaveExploits1References6
Hacker One
Hacker One
added 2024/03/08 4:43 a.m.51 views

Node.js: Proxy-Authorization header not cleared on cross-origin redirect in undici.request

The Proxy-Authorization and x-auth-token headers were not cleared on cross-origin redirects in versions of undici up to and including 6.7.0. This issue was similar to a previously fixed security vulnerability where Authorization and Cookie headers were not cleared on such redirects...

4.3CVSS4.6AI score0.00734EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/02/29 12:00 a.m.278 views

CentOS 9 : python-requests-2.25.1-7.el9

The remote CentOS Linux 9 host has packages installed that are affected by a vulnerability as referenced in the python- requests-2.25.1-7.el9 build changelog. - Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when...

6.1CVSS7.1AI score0.02974EPSS
SaveExploits2References2
Hacker One
Hacker One
added 2024/02/26 5:59 a.m.45 views

Internet Bug Bounty: Proxy-Authorization header is not cleared in cross-domain redirect in undici

Proxy-Authorization header not cleared on cross-origin redirect in Undici. Impacted versions = v6.0.0 = v6.6.0. Patched in v5.28.3 and v6.6.1. No known workarounds...

4.5CVSS5.5AI score0.00765EPSS
SaveExploits0
Rows per page
Query Builder