Security Advisory

CVE-2022-32210

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2022-07-14 14:51:40
Last updated 2024-08-03 07:32:56
Assigner hackerone
State PUBLISHED

Description

`Undici.ProxyAgent` never verifies the remote servers certificate, and always exposes all request & response data to the proxy. This unexpectedly means that proxies can MitM all HTTPS traffic, and if the proxys URL is HTTP then it also means that nominally HTTPS requests are actually sent via plain-text HTTP between Undici and the proxy server.