CVE-2022-31151

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).
References
Link Resource
https://github.com/nodejs/undici/issues/872 Exploit Issue Tracking Third Party Advisory
https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp Third Party Advisory
https://hackerone.com/reports/1635514 Permissions Required Third Party Advisory
https://security.netapp.com/advisory/ntap-20220909-0006/ Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*

History

29 Sep 2022, 15:40

Type Values Removed Values Added
References (CONFIRM) https://security.netapp.com/advisory/ntap-20220909-0006/ - (CONFIRM) https://security.netapp.com/advisory/ntap-20220909-0006/ - Third Party Advisory

09 Sep 2022, 18:15

Type Values Removed Values Added
References
  • (CONFIRM) https://security.netapp.com/advisory/ntap-20220909-0006/ -
CWE CWE-346 CWE-601

01 Aug 2022, 18:09

Type Values Removed Values Added
CPE cpe:2.3:a:nodejs:undici:*:*:*:*:*:node.js:*:*
First Time Nodejs
Nodejs undici
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 6.5
CWE CWE-346
References (MISC) https://hackerone.com/reports/1635514 - (MISC) https://hackerone.com/reports/1635514 - Permissions Required, Third Party Advisory
References (CONFIRM) https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp - (CONFIRM) https://github.com/nodejs/undici/security/advisories/GHSA-q768-x9m6-m9qp - Third Party Advisory
References (MISC) https://github.com/nodejs/undici/issues/872 - (MISC) https://github.com/nodejs/undici/issues/872 - Exploit, Issue Tracking, Third Party Advisory

21 Jul 2022, 04:15

Type Values Removed Values Added
New CVE

Information

Published : 2022-07-21 04:15

Updated : 2023-12-10 14:35


NVD link : CVE-2022-31151

Mitre link : CVE-2022-31151

CVE.ORG link : CVE-2022-31151


JSON object : View

Products Affected

nodejs

  • undici
CWE
CWE-601

URL Redirection to Untrusted Site ('Open Redirect')

CWE-346

Origin Validation Error