Description
Authorization headers are cleared on cross-origin redirect. However, cookie headers which are sensitive headers and are official headers found in the spec, remain uncleared. There are active users using cookie headers in undici. This may lead to accidental leakage of cookie to a 3rd-party site or a malicious attacker who can control the redirection target (ie. an open redirector) to leak the cookie to the 3rd party site. This was patched in v5.7.1. By default, this vulnerability is not exploitable. Do not enable redirections, i.e. `maxRedirections: 0` (the default).
Remediation
References
https://github.com/nodejs/undici/issues/872
https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp
https://hackerone.com/reports/1635514
https://security.netapp.com/advisory/ntap-20220909-0006/
Related Vulnerabilities
CVE-2023-5654 Vulnerability in npm package react-devtools
CVE-2018-1999002 Vulnerability in maven package org.jenkins-ci.main:jenkins-core
CVE-2022-37616 Vulnerability in npm package xmldom
CVE-2018-14042 Vulnerability in maven package org.webjars.bowergithub.angular-ui:bootstrap
CVE-2022-24759 Vulnerability in npm package @chainsafe/libp2p-noise