Insecure digital certificates In node-undici
Description
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.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 13 | 5.6.1+dfsg1+~cs18.9.16-1 | ||
debian 12 | 5.6.1+dfsg1+~cs18.9.16-1 | ||
debian 14 | 5.6.1+dfsg1+~cs18.9.16-1 | ||
npm | 5.5.1 |
Aliases
1. 2. 3. 4. 5. 6. 7.
References
1. 2.