`Undici.ProxyAgent` never verifies the remote server's certificate, and always exposes all request & response data to the proxy. This unexpectedly means that proxies can MitM all HTTPS traffic, and if the proxy's URL is HTTP then it also means that nominally HTTPS requests are actually sent via plain-text HTTP between Undici and the proxy server.
References
Link | Resource |
---|---|
https://github.com/nodejs/undici/security/advisories/GHSA-pgw7-wx7w-2w33 | Exploit Third Party Advisory |
https://hackerone.com/reports/1583680 | Exploit Issue Tracking Third Party Advisory |
https://github.com/nodejs/undici/security/advisories/GHSA-pgw7-wx7w-2w33 | Exploit Third Party Advisory |
https://hackerone.com/reports/1583680 | Exploit Issue Tracking Third Party Advisory |
Configurations
History
21 Nov 2024, 07:05
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/nodejs/undici/security/advisories/GHSA-pgw7-wx7w-2w33 - Exploit, Third Party Advisory | |
References | () https://hackerone.com/reports/1583680 - Exploit, Issue Tracking, Third Party Advisory |
Information
Published : 2022-07-14 15:15
Updated : 2024-11-21 07:05
NVD link : CVE-2022-32210
Mitre link : CVE-2022-32210
CVE.ORG link : CVE-2022-32210
JSON object : View
Products Affected
nodejs
- undici
CWE
CWE-295
Improper Certificate Validation